| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (eval): do not re-raise exception to avoid unnecessary | matz | 2003-11-15 | 1 | -1/+2 |
* | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz | 2003-11-04 | 1 | -0/+1 |
* | * time.c (time_load): restore instance variables (if any) before | matz | 2003-10-02 | 1 | -4/+5 |
* | * error.c (rb_warn_m): should not warn if -W0 is specified. | matz | 2003-09-24 | 1 | -0/+1 |
* | * error.c (rb_bug): should not use other methods; this function is | nobu | 2003-08-27 | 1 | -13/+17 |
* | * configure.in (HUGE_ST_INO): check whether struct stat.st_ino | nobu | 2003-08-15 | 1 | -12/+12 |
* | * gc.c (id2ref): recycle check should be done by klass == 0. | matz | 2003-08-14 | 1 | -3/+4 |
* | * error.c (rb_raise): snprintf() termination moved to | nobu | 2003-07-30 | 1 | -1/+0 |
* | * marshal.c (w_object): if object responds to 'marshal_dump', | matz | 2003-07-29 | 1 | -0/+2 |
* | * ext/stringio/stringio.c (strio_gets): only "gets" should set $_. | matz | 2003-07-28 | 1 | -8/+8 |
* | * io.c (io_close): missing prototype. | aamine | 2003-06-23 | 1 | -1/+1 |
* | * string.c (rb_str_upto): generate sequence according to "succ" | matz | 2003-06-23 | 1 | -1/+1 |
* | * array.c (push_values_at): Array#values_at should work with | matz | 2003-06-02 | 1 | -10/+28 |
* | * error.c (rb_sys_fail): should not specify errno explicitly. | matz | 2003-05-21 | 1 | -4/+3 |
* | * error.c (syserr_initialize): prohibit specifying errno for | matz | 2003-05-21 | 1 | -11/+18 |
* | * error.c (syserr_initialize): use Errno constants as default | nobu | 2003-05-20 | 1 | -1/+7 |
* | * eval.c (rb_f_missing): create exception instance by ordinal | nobu | 2003-05-20 | 1 | -33/+78 |
* | * eval.c (error_pos): use $deferr for output instead of stderr | matz | 2003-05-13 | 1 | -7/+7 |
* | * error.c (rb_raise): workaround for some implementation of | usa | 2003-04-18 | 1 | -0/+1 |
* | * re.c (rb_reg_initialize_m): unfotunate serious typo. | matz | 2003-02-03 | 1 | -0/+1 |
* | * re.c (rb_memsearch): algolithm body of String#index. | matz | 2003-02-03 | 1 | -2/+1 |
* | * variable.c (rb_obj_classname): new function. | matz | 2003-01-31 | 1 | -2/+2 |
* | * parse.y (yylex): remove EXPR_CMDARG according to the RHG book. | matz | 2003-01-31 | 1 | -1/+2 |
* | * error.c (get_syserror): use snprintf() instead of sprintf(). pointed | usa | 2003-01-26 | 1 | -1/+1 |
* | * error.c (get_syserror): some Windows' errno have 5 digits. | usa | 2003-01-26 | 1 | -2/+2 |
* | * parse.y (arg): syntaxify tPOW negative number hack. | matz | 2003-01-23 | 1 | -1/+4 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 | 2002-12-15 | 1 | -1/+1 |
* | WinCE patch merged | matz | 2002-12-02 | 1 | -1/+1 |
* | * error.c (exit_initialize): add SystemExit#initialize to set | nobu | 2002-11-26 | 1 | -1/+19 |
* | * file.c (rb_find_file_ext): should not terminate searching with | matz | 2002-11-22 | 1 | -3/+2 |
* | * object.c (Init_Object): added Object#object_id, new name for | matz | 2002-11-03 | 1 | -150/+24 |
* | * error.c(rb_sys_fail): remove case EPIPE on bcc32 . | H_Konishi | 2002-09-14 | 1 | -3/+0 |
* | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz | 2002-09-03 | 1 | -0/+7 |
* | Int vs Long cleanup #3 (ruby-core:352) | michal | 2002-08-28 | 1 | -2/+2 |
* | *.c: Int vs Long cleanup | michal | 2002-08-21 | 1 | -1/+1 |
* | * eval.c (ruby_current_node) : added to set sourceline on demand. | nobu | 2002-08-15 | 1 | -0/+1 |
* | new platform [bccwin32] merged. | H_Konishi | 2002-06-11 | 1 | -0/+3 |
* | * error.c: use HAVE_DECL_SYS_NERR instead of platform names. | matz | 2002-05-02 | 1 | -1/+1 |
* | * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed. | matz | 2002-04-24 | 1 | -24/+24 |
* | * pack.c (pack_unpack): should treat 'U' in character unit, not in | matz | 2002-04-15 | 1 | -0/+1 |
* | * io.c (rb_io_fptr_cleanup): need flush even when io will not be | matz | 2002-04-01 | 1 | -1/+1 |
* | * the VMS support patch submitted by Akiyoshi, Masamichi | matz | 2002-03-22 | 1 | -1/+1 |
* | * re.c (rb_reg_search): should clear last_match if pos is out of | matz | 2002-03-19 | 1 | -4/+4 |
* | * io.c (rb_io_s_new): block check moved from initialize to this | matz | 2002-01-18 | 1 | -2/+2 |
* | * re.c (match_select): should propagate taintness. | matz | 2002-01-11 | 1 | -1/+1 |
* | * process.c (rb_f_system): abandon vfork. | matz | 2002-01-04 | 1 | -0/+9 |
* | * array.c (rb_ary_modify): should copy the internal buffer if the | matz | 2001-12-10 | 1 | -0/+4 |
* | * signal.c (sighandle): should not re-register sighandler if | matz | 2001-11-13 | 1 | -1/+1 |
* | * parse.y (str_extend): shuould allow interpolation of $-x. | matz | 2001-10-29 | 1 | -2/+2 |