| Age | Commit message (Expand) | Author |
| 2012-10-16 | Merge r37148 from ruby_1_8_7. | knu |
| 2011-02-18 | * error.c (exc_to_s): untainted strings can be tainted via | shyouhei |
| 2009-10-22 | * *.[chy]: removed trailing spaces. | nobu |
| 2008-07-02 | * error.c (rb_exc_new3): keeps the given string itself. | nobu |
| 2008-06-27 | * common.mk (-IF-NO-STRING-LITERAL-CONCATENATION-): make description | nobu |
| 2008-05-31 | * version.c (ruby_description, ruby_copyright): backported from | kazu |
| 2008-05-31 | * suppress warnings with -Wwrite-string. | nobu |
| 2008-05-28 | * error.c (rb_bug): description from rb_bug() should include | matz |
| 2008-05-24 | * error.c (syserr_eqq): Use en. | knu |
| 2008-05-24 | * error.c (syserr_eqq): === should be able to handle delegated | matz |
| 2007-07-19 | * eval_error.ci (get_backtrace): check the result more. | nobu |
| 2007-04-04 | * error.c (rb_notimplement), io.c (pipe_open): removed definite | nobu |
| 2006-07-20 | * ruby.h: export classes/modules to implement sandbox. | matz |
| 2005-07-20 | * variable.c (rb_class_path): need to adjust snprintf() len for | matz |
| 2005-07-19 | * error.c (syserr_initialize): add 1 byte for snprintf() size for | matz |
| 2005-07-19 | * error.c (syserr_initialize): need to allocate an additional byte | matz |
| 2005-07-19 | * io.c (rb_io_inspect): replace sprintf() with "%s" format all | matz |
| 2005-06-08 | * bignum.c (get2comp): calculate proper 2's complement for | matz |
| 2005-05-18 | * error.c (exc_exception): reverted to call Exception#initialize | nobu |
| 2005-05-14 | * error.c (exc_exception, {exit,name_err,syserr}_initialize): call | nobu |
| 2005-03-18 | * error.c: typo fix. | eban |
| 2005-02-28 | * exception error messages updated. [ruby-core:04497] | matz |
| 2004-11-10 | * error.c (syserr_initialize): use stringified object. | nobu |
| 2004-08-17 | * io.c (rb_io_reopen): should clear allocated OpenFile. pointed | matz |
| 2004-07-23 | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz |
| 2004-07-16 | * error.c (exit_initialize): use EXIT_SUCCESS instead of 0. | nobu |
| 2004-07-15 | * class.c, error.c, eval.c, intern.h, object.c, variable.c: | ocean |
| 2004-04-23 | * version.c (ruby_show_copyright): obtain copyright year from | nobu |
| 2004-03-15 | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz |
| 2004-02-25 | * error.c (NameError::Message): new class for lazy evaluation of | usa |
| 2003-12-30 | Add RDoc for kernel functions, and tidy up | dave |
| 2003-12-29 | Add RDoc for Kernel global functions, tidy array and error | dave |
| 2003-12-21 | Add file.c comments (and necessary support in parse_c.rb) | dave |
| 2003-12-10 | * io.c (read_all): should return given string even if data read is | matz |
| 2003-11-22 | * gc.c (Init_stack): stack region is far smaller than usual if | matz |
| 2003-11-15 | * eval.c (eval): do not re-raise exception to avoid unnecessary | matz |
| 2003-11-04 | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz |
| 2003-10-02 | * time.c (time_load): restore instance variables (if any) before | matz |
| 2003-09-24 | * error.c (rb_warn_m): should not warn if -W0 is specified. | matz |
| 2003-08-27 | * error.c (rb_bug): should not use other methods; this function is | nobu |
| 2003-08-15 | * configure.in (HUGE_ST_INO): check whether struct stat.st_ino | nobu |
| 2003-08-14 | * gc.c (id2ref): recycle check should be done by klass == 0. | matz |
| 2003-07-30 | * error.c (rb_raise): snprintf() termination moved to | nobu |
| 2003-07-29 | * marshal.c (w_object): if object responds to 'marshal_dump', | matz |
| 2003-07-28 | * ext/stringio/stringio.c (strio_gets): only "gets" should set $_. | matz |
| 2003-06-23 | * io.c (io_close): missing prototype. | aamine |
| 2003-06-23 | * string.c (rb_str_upto): generate sequence according to "succ" | matz |
| 2003-06-02 | * array.c (push_values_at): Array#values_at should work with | matz |
| 2003-05-21 | * error.c (rb_sys_fail): should not specify errno explicitly. | matz |
| 2003-05-21 | * error.c (syserr_initialize): prohibit specifying errno for | matz |