| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c, | knu | 2002-10-29 | 1 | -4/+4 |
* | capa field in RString, and RArray is now LONG (ruby-lang:458) | michal | 2002-09-09 | 1 | -2/+2 |
* | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz | 2002-09-03 | 1 | -1/+1 |
* | * array.c (rb_ary_become): should not free ptr if it's shared. | matz | 2002-08-29 | 1 | -1/+2 |
* | *.c: Int vs Long cleanup | michal | 2002-08-21 | 1 | -1/+1 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -1/+1 |
* | * forgot to commit. | eban | 2002-05-11 | 1 | -0/+1 |
* | * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed. | matz | 2002-04-24 | 1 | -8/+7 |
* | * re.c (rb_reg_expr_str): should treat backslash specially in | matz | 2002-04-18 | 1 | -4/+4 |
* | * io.c (rb_io_sysseek): new method based on a patch from Aristarkh | matz | 2002-03-27 | 1 | -1/+1 |
* | * the VMS support patch submitted by Akiyoshi, Masamichi | matz | 2002-03-22 | 1 | -0/+5 |
* | * bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum, | usa | 2002-03-15 | 1 | -6/+14 |
* | * re.c (rb_reg_match): should clear $~ if operand is nil. | matz | 2002-03-14 | 1 | -0/+43 |
* | * parse.y (expr_value, arg_value, primary_value): value_expr() | matz | 2002-02-18 | 1 | -43/+0 |
* | * dln.h, ruby.h, util.h: enable prototypes in C++. | nobu | 2001-12-21 | 1 | -3/+12 |
* | * intern.h: add prototypes. | nobu | 2001-12-17 | 1 | -0/+2 |
* | auxiliary routines update. | matz | 2001-12-10 | 1 | -0/+2 |
* | * array.c (rb_ary_modify): should copy the internal buffer if the | matz | 2001-12-10 | 1 | -2/+15 |
* | * process.c (security): always give warning for insecure PATH. | matz | 2001-11-08 | 1 | -8/+9 |
* | * parse.y (str_extend): shuould allow interpolation of $-x. | matz | 2001-10-29 | 1 | -1/+1 |
* | * ruby.h: enable volatile directive with VC++. | usa | 2001-07-19 | 1 | -1/+1 |
* | * regex.c (re_search): should consider reverse search. | matz | 2001-07-14 | 1 | -1/+1 |
* | * ruby.h: fix a wrong function name: rb_iglob() -> rb_globi(). | knu | 2001-07-08 | 1 | -1/+1 |
* | * ruby.c (proc_options): unexpected SecurityError happens when -T4. | matz | 2001-05-30 | 1 | -0/+1 |
* | * ruby.h (rb_string_value): add volatile to avoid compiler warning. | eban | 2001-05-11 | 1 | -1/+1 |
* | * bignum.c (bigdivrem): access boundary bug. | matz | 2001-05-11 | 1 | -10/+7 |
* | * eval.c (block_pass): should not downgrade safe level. | matz | 2001-05-02 | 1 | -18/+35 |
* | * object.c (rb_str2cstr): warn if string contains \0 and length | matz | 2001-03-28 | 1 | -0/+7 |
* | * eval.c (rb_mod_define_method): should have clear method cache. | matz | 2001-03-27 | 1 | -17/+3 |
* | * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash. | matz | 2001-03-26 | 1 | -7/+27 |
* | * ruby.h: better inline function support. | matz | 2001-03-22 | 1 | -15/+11 |
* | * ruby.h: rb_sys_stat -> stat | matz | 2001-03-21 | 1 | -4/+0 |
* | * gc.c (id2ref): sometimes confused symbol and reference. | matz | 2001-03-21 | 1 | -0/+4 |
* | * dir.c (glob_helper): replace lstat() by stat() to follow symlink | matz | 2001-03-19 | 1 | -4/+0 |
* | * string.c (rb_str_substr): "a"[1,2] should return ""; need | matz | 2001-02-19 | 1 | -1/+2 |
* | * win32/win32.c (win32_stat): replace stat for enable when pathname | usa | 2001-02-09 | 1 | -0/+4 |
* | * string.c (str_independent): should not clear str->orig here. | matz | 2001-01-29 | 1 | -1/+1 |
* | * gc.c (os_live_obj): do not list terminated object. | matz | 2001-01-23 | 1 | -0/+1 |
* | inline fix | matz | 2001-01-10 | 1 | -11/+9 |
* | NORETURN | eban | 2001-01-10 | 1 | -3/+1 |
* | setres[ug]id, NORETURN | eban | 2001-01-10 | 1 | -11/+11 |
* | matz | matz | 2000-12-26 | 1 | -12/+16 |
* | matz | matz | 2000-11-27 | 1 | -3/+3 |
* | eban | eban | 2000-11-20 | 1 | -0/+1 |
* | matz | matz | 2000-10-16 | 1 | -2/+2 |
* | matz | matz | 2000-09-25 | 1 | -1/+1 |
* | matz | matz | 2000-09-15 | 1 | -0/+1 |
* | matz | matz | 2000-08-31 | 1 | -1/+1 |
* | matz | matz | 2000-08-09 | 1 | -3/+2 |