| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * marshal.c (r_object): better allocation type check for | matz | 2001-10-03 | 1 | -4/+1 |
* | * error.c: unbreak the build on *BSD with gcc 3.0.1 by removing | knu | 2001-09-03 | 1 | -1/+1 |
* | * error.c (rb_name_error): raise NameError instead of LoadError. | shugo | 2001-07-03 | 1 | -1/+1 |
* | * error.c (exc_exception): clone the receiver exception instead of | matz | 2001-07-02 | 1 | -6/+41 |
* | * error.c (Init_Exception): NameError went under StandardError, | matz | 2001-06-05 | 1 | -4/+4 |
* | * ruby.c (proc_options): unexpected SecurityError happens when -T4. | matz | 2001-05-30 | 1 | -5/+5 |
* | * eval.c (block_pass): should not downgrade safe level. | matz | 2001-05-02 | 1 | -10/+33 |
* | * string.c (rb_str_substr): "a"[1,2] should return ""; need | matz | 2001-02-19 | 1 | -0/+26 |
* | * eval.c (secure_visibility): visibility check for untainted modules. | matz | 2001-02-19 | 1 | -0/+9 |
* | * parse.y (parse_quotedwords): %w should allow parenthesis escape. | matz | 2001-02-08 | 1 | -1/+1 |
* | * string.c (str_independent): should not clear str->orig here. | matz | 2001-01-29 | 1 | -1/+1 |
* | * error.c: typo | matz | 2001-01-09 | 1 | -1/+1 |
* | * enum.c (enum_inject): new method. | matz | 2001-01-09 | 1 | -2/+7 |
* | matz | matz | 2000-11-14 | 1 | -1/+3 |
* | matz | matz | 2000-11-10 | 1 | -4/+7 |
* | matz | matz | 2000-11-08 | 1 | -3/+16 |
* | matz | matz | 2000-08-24 | 1 | -2/+2 |
* | matz | matz | 2000-07-10 | 1 | -0/+1 |