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