Age | Commit message (Expand) | Author |
2011-10-19 | * error.c (Init_Exception): Document $! and $@. Provide | drbrain |
2011-10-19 | * error.c (Init_Exception): Add hierarchy of Exception subclasses. | drbrain |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
2011-08-04 | * error.c (report_bug): use a small message buffer instead of BUFSIZ. | kosaki |
2011-07-23 | * error.c (rb_name_error_str): new function to raise NameError | nobu |
2011-07-17 | * error.c (rb_check_trusted): new function to check an object is | nobu |
2011-07-17 | * error.c (rb_warn_m): accept multiple args in like puts. rdoc | nobu |
2011-07-08 | * error.c (rb_bug): get rid of segfault after all threads | nobu |
2011-06-30 | * error.c, thread_pthread.c (WRITE_CONST): suppress warnings | nobu |
2011-06-30 | * lib/cmath.rb: Hide handle_no_method_error from RDoc. | drbrain |
2011-06-28 | * error.c (rb_async_bug_errno): async-safe bug report function. | ko1 |
2011-06-17 | * internal.h: declare internal functions here. | akr |
2011-02-20 | * prevent temporary objects from GC, and should not use | nobu |
2011-01-24 | * error.c (rb_invalid_str): prevent intermediate variable from GC. | nobu |
2011-01-12 | Exception#to_s should actually call to_s. | ryan |
2011-01-05 | Error#to_s should ensure that the value returned is a string. | ryan |
2010-12-28 | * re.c (rb_reg_expr_str): need to escape if the coderage is invalid. | usa |
2010-12-23 | * error.c (rb_check_type): check for type from extensions for ruby | nobu |
2010-12-20 | * error.c: Fix build error for win32. This regression was | kosaki |
2010-12-20 | * error.c (exit_success_p): Check status code more carefully. | kosaki |
2010-12-12 | * encoding.c: parenthesize macro arguments. | akr |
2010-11-08 | * error.c (rb_syserr_new): new function to make SystemCallError | nobu |
2010-10-24 | * include/ruby/intern.h (rb_check_frozen): optimize. | nobu |
2010-10-12 | * compile.c (iseq_build_body), error.c (set_syserr, get_syserr), | nobu |
2010-10-12 | * error.c (exc_to_s): use OBJ_INFECT. | naruse |
2010-10-12 | * error.c (syserr_initialize): taint message if mesg is given | naruse |
2010-10-11 | * error.c (syserr_initialize): use mesg's encoding when locale | naruse |
2010-10-11 | * error.c (syserr_initialize): set the encoding of Errno::*#message | naruse |
2010-07-18 | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu |
2010-06-16 | * error.c (rb_bug): existance of _set_abort_behavior() depends on | usa |
2010-06-05 | * error.c (rb_name_err_mesg_new): guard mesg, recv and method. | akr |
2010-05-29 | * removed trailing spaces. | nobu |
2010-05-27 | * error.c (rb_bug): suppress the error report dialog if report_bug() | tarui |
2010-05-24 | * error.c: fix wrong exception class name in rdoc. | akr |
2010-05-17 | * hash.c: Documentation: change => in call-seq to ->. | marcandre |
2010-05-17 | * array.c: Documentation: change => in call-seq to ->. | marcandre |
2010-05-16 | * error.c (rb_loaderror): use locale string, not ascii-8bit. | nobu |
2010-05-13 | * array.c: Harmonize documentation, in particular regarding: | marcandre |
2010-05-08 | * error.c: RDoc for subclasses of Exception. [ruby-core:28394] | marcandre |
2010-05-04 | * error.c (name_err_mesg_to_str): preserve encoding of inspection. | nobu |
2009-11-24 | * error.c: include errno.h at beginning. | akr |
2009-11-24 | * include/ruby/ruby.h (rb_bug_errno): declared. | akr |
2009-11-24 | * error.c (rb_strerrno): constified. | nobu |
2009-11-24 | * error.c (rb_strerrno): return "UNKNOWNERROR" for non-zero unknown | akr |
2009-11-24 | * include/ruby/intern.h (rb_strerrno): declared. | akr |
2009-10-29 | * array.c (rb_ary_to_ary): do not use #respond_to? to detect | matz |
2009-09-09 | * error.c (name_err_mesg_data_type): typed. | nobu |
2009-07-09 | * error.c (compile_warn_print, warn_print): fixed false warnings. | nobu |
2009-07-08 | * error.c (rb_check_type): rejects typed data. | nobu |
2009-07-07 | * include/ruby/ruby.h: | ko1 |