summaryrefslogtreecommitdiff
path: root/ruby.h
AgeCommit message (Expand)Author
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 inmatz
2002-03-27* io.c (rb_io_sysseek): new method based on a patch from Aristarkhmatz
2002-03-22* the VMS support patch submitted by Akiyoshi, Masamichimatz
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-10auxiliary routines update.matz
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
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 lengthmatz
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 -> statmatz
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 symlinkmatz
2001-02-19* string.c (rb_str_substr): "a"[1,2] should return ""; needmatz
2001-02-09* win32/win32.c (win32_stat): replace stat for enable when pathnameusa
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-10inline fixmatz
2001-01-10NORETURNeban
2001-01-10setres[ug]id, NORETURNeban
2000-12-26matzmatz
2000-11-27matzmatz
2000-11-20ebaneban
2000-10-16matzmatz
2000-09-25matzmatz
2000-09-15matzmatz
2000-08-31matzmatz
2000-08-09matzmatz
2000-08-07matzmatz
2000-07-31matzmatz
2000-07-04matzmatz
2000-06-262000-06-27eban
2000-06-222000-06-22matz
2000-05-29see ChangeLog.eban
2000-05-242000-05-24matz
2000-05-16remove configure from repositrymatz