| Commit message (Expand) | Author | Age | Files | Lines |
* | Error#to_s should ensure that the value returned is a string. | ryan | 2011-01-05 | 1 | -2/+1 |
* | * re.c (rb_reg_expr_str): need to escape if the coderage is invalid. | usa | 2010-12-28 | 1 | -5/+18 |
* | * error.c (rb_check_type): check for type from extensions for ruby | nobu | 2010-12-23 | 1 | -1/+4 |
* | * error.c: Fix build error for win32. This regression was | kosaki | 2010-12-20 | 1 | -0/+8 |
* | * error.c (exit_success_p): Check status code more carefully. | kosaki | 2010-12-20 | 1 | -3/+9 |
* | * encoding.c: parenthesize macro arguments. | akr | 2010-12-12 | 1 | -3/+3 |
* | * error.c (rb_syserr_new): new function to make SystemCallError | nobu | 2010-11-08 | 1 | -1/+20 |
* | * include/ruby/intern.h (rb_check_frozen): optimize. | nobu | 2010-10-24 | 1 | -1/+2 |
* | * compile.c (iseq_build_body), error.c (set_syserr, get_syserr), | nobu | 2010-10-12 | 1 | -3/+5 |
* | * error.c (exc_to_s): use OBJ_INFECT. | naruse | 2010-10-12 | 1 | -4/+4 |
* | * error.c (syserr_initialize): taint message if mesg is given | naruse | 2010-10-12 | 1 | -0/+1 |
* | * error.c (syserr_initialize): use mesg's encoding when locale | naruse | 2010-10-11 | 1 | -1/+8 |
* | * error.c (syserr_initialize): set the encoding of Errno::*#message | naruse | 2010-10-11 | 1 | -0/+1 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -5/+17 |
* | * error.c (rb_bug): existance of _set_abort_behavior() depends on | usa | 2010-06-16 | 1 | -1/+1 |
* | * error.c (rb_name_err_mesg_new): guard mesg, recv and method. | akr | 2010-06-05 | 1 | -1/+6 |
* | * removed trailing spaces. | nobu | 2010-05-29 | 1 | -1/+1 |
* | * error.c (rb_bug): suppress the error report dialog if report_bug() | tarui | 2010-05-27 | 1 | -0/+4 |
* | * error.c: fix wrong exception class name in rdoc. | akr | 2010-05-24 | 1 | -2/+2 |
* | * hash.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -20/+20 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -22/+22 |
* | * error.c (rb_loaderror): use locale string, not ascii-8bit. | nobu | 2010-05-16 | 1 | -1/+2 |
* | * array.c: Harmonize documentation, in particular regarding: | marcandre | 2010-05-13 | 1 | -1/+1 |
* | * error.c: RDoc for subclasses of Exception. [ruby-core:28394] | marcandre | 2010-05-08 | 1 | -1/+291 |
* | * error.c (name_err_mesg_to_str): preserve encoding of inspection. | nobu | 2010-05-04 | 1 | -1/+1 |
* | * 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 |