Age | Commit message (Expand) | Author |
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 |
2003-05-20 | * error.c (syserr_initialize): use Errno constants as default | nobu |
2003-05-20 | * eval.c (rb_f_missing): create exception instance by ordinal | nobu |
2003-05-13 | * eval.c (error_pos): use $deferr for output instead of stderr | matz |
2003-04-18 | * error.c (rb_raise): workaround for some implementation of | usa |
2003-02-03 | * re.c (rb_reg_initialize_m): unfotunate serious typo. | matz |
2003-02-03 | * re.c (rb_memsearch): algolithm body of String#index. | matz |
2003-01-31 | * variable.c (rb_obj_classname): new function. | matz |
2003-01-31 | * parse.y (yylex): remove EXPR_CMDARG according to the RHG book. | matz |
2003-01-26 | * error.c (get_syserror): use snprintf() instead of sprintf(). pointed | usa |
2003-01-26 | * error.c (get_syserror): some Windows' errno have 5 digits. | usa |
2003-01-23 | * parse.y (arg): syntaxify tPOW negative number hack. | matz |
2003-01-16 | Updated Copyrights of Matz to 2003. | michal |
2002-12-15 | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 |