| Commit message (Expand) | Author | Age | Files | Lines |
* | * error.c: include errno.h at beginning. | akr | 2009-11-24 | 1 | -2/+2 |
* | * include/ruby/ruby.h (rb_bug_errno): declared. | akr | 2009-11-24 | 1 | -12/+25 |
* | * error.c (rb_strerrno): constified. | nobu | 2009-11-24 | 1 | -1/+1 |
* | * error.c (rb_strerrno): return "UNKNOWNERROR" for non-zero unknown | akr | 2009-11-24 | 1 | -1/+2 |
* | * include/ruby/intern.h (rb_strerrno): declared. | akr | 2009-11-24 | 1 | -1/+17 |
* | * array.c (rb_ary_to_ary): do not use #respond_to? to detect | matz | 2009-10-29 | 1 | -10/+7 |
* | * error.c (name_err_mesg_data_type): typed. | nobu | 2009-09-09 | 1 | -11/+29 |
* | * error.c (compile_warn_print, warn_print): fixed false warnings. | nobu | 2009-07-09 | 1 | -2/+2 |
* | * error.c (rb_check_type): rejects typed data. | nobu | 2009-07-08 | 1 | -1/+3 |
* | * include/ruby/ruby.h: | ko1 | 2009-07-07 | 1 | -5/+5 |
* | * error.c (rb_typed_struct_is_kind_of): new function to see if the | nobu | 2009-07-07 | 1 | -0/+10 |
* | * error.c (rb_check_typed_struct): new function to check typed | nobu | 2009-07-07 | 1 | -0/+20 |
* | * include/ruby/intern.h (rb_exc_new2): optimization for literal. | nobu | 2009-06-01 | 1 | -0/+2 |
* | * error.c (syserr_initialize): errno is int. | nobu | 2009-05-24 | 1 | -1/+1 |
* | * io.c (rb_mWaitReadable): defined. | akr | 2009-03-19 | 1 | -3/+17 |
* | * error.c (report_bug): rb_bug can be caused by extension | nobu | 2009-03-18 | 1 | -1/+3 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -2/+2 |
* | * error.c (report_bug): message updated to better English. | matz | 2009-03-06 | 1 | -1/+1 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -19/+19 |
* | * error.c, vm_dump.c: change message by rb_bug(). | ko1 | 2008-12-24 | 1 | -0/+7 |
* | * error.c (exc_equal): == method should not raise Exception. | ko1 | 2008-12-24 | 1 | -2/+13 |
* | * error.c (exc_equal): duck typing equal to make it transitive. | matz | 2008-12-18 | 1 | -4/+11 |
* | * error.c (Init_syserr): moved function definition itself from | nobu | 2008-11-18 | 1 | -0/+4 |
* | * error.c (exc_equal): should not compare recursively. | matz | 2008-10-20 | 1 | -1/+1 |
* | * dln.c: Ruby no longer supports VMS. | yugui | 2008-10-04 | 1 | -1/+1 |
* | * error.c (Init_syserr): moved to the template. | yugui | 2008-09-26 | 1 | -384/+1 |
* | * error.c (Init_Exception): introduce EncodingError which is a | matz | 2008-09-26 | 1 | -1/+3 |
* | * transcode.c: add "Error" suffix for Encoding exception classes. | matz | 2008-09-18 | 1 | -2/+2 |
* | * error.c (rb_eEncCompatError): add Exception. | naruse | 2008-08-12 | 1 | -0/+2 |
* | * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect), | nobu | 2008-07-22 | 1 | -13/+11 |
* | * Add coverage measurement constant COVERAGE__. This constant is not | mame | 2008-07-01 | 1 | -1/+1 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -5/+8 |
* | * error.c (exc_equal): == operator should be transitional. | matz | 2008-05-24 | 1 | -9/+7 |
* | * error.c (builtin_types), gc.c (count_objects): added Complex and | nobu | 2008-04-26 | 1 | -0/+2 |
* | * error.c (rb_eNOERROR): renamed. | nobu | 2008-04-26 | 1 | -3/+3 |
* | * error.c (builtin_types), signal.c (siglist), st.c (primes), | nobu | 2008-04-26 | 1 | -4/+5 |
* | fix doc. | akr | 2008-03-09 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | fix typos. | akr | 2007-12-31 | 1 | -2/+2 |
* | * error.c (ruby_description): fixed type. | nobu | 2007-12-25 | 1 | -1/+1 |
* | * error.c (report_bug): uses ruby_description. | nobu | 2007-12-25 | 1 | -4/+3 |
* | * error.c (Init_Exception): make NameError to be subclass of | matz | 2007-11-02 | 1 | -2/+2 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -1/+1 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * eval_error.ci (get_backtrace): check the result more. | nobu | 2007-07-19 | 1 | -6/+6 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -3/+3 |
* | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu | 2007-07-05 | 1 | -28/+46 |
* | * eval.c: remove ruby_current_node and change eval() prototype. | ko1 | 2007-06-24 | 1 | -4/+1 |
* | * eval_*.h: rename to eval_*.ci. | ko1 | 2007-06-24 | 1 | -1/+0 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -2/+2 |