aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.h
Commit message (Expand)AuthorAgeFilesLines
* * ruby.h: fix a wrong function name: rb_iglob() -> rb_globi().knu2001-07-081-1/+1
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-0/+1
* * ruby.h (rb_string_value): add volatile to avoid compiler warning.eban2001-05-111-1/+1
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-10/+7
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-18/+35
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-0/+7
* * eval.c (rb_mod_define_method): should have clear method cache.matz2001-03-271-17/+3
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-261-7/+27
* * ruby.h: better inline function support.matz2001-03-221-15/+11
* * ruby.h: rb_sys_stat -> statmatz2001-03-211-4/+0
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-0/+4
* * dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz2001-03-191-4/+0
* * string.c (rb_str_substr): "a"[1,2] should return ""; needmatz2001-02-191-1/+2
* * win32/win32.c (win32_stat): replace stat for enable when pathnameusa2001-02-091-0/+4
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-1/+1
* * gc.c (os_live_obj): do not list terminated object.matz2001-01-231-0/+1
* inline fixmatz2001-01-101-11/+9
* NORETURNeban2001-01-101-3/+1
* setres[ug]id, NORETURNeban2001-01-101-11/+11
* matzmatz2000-12-261-12/+16
* matzmatz2000-11-271-3/+3
* ebaneban2000-11-201-0/+1
* matzmatz2000-10-161-2/+2
* matzmatz2000-09-251-1/+1
* matzmatz2000-09-151-0/+1
* matzmatz2000-08-311-1/+1
* matzmatz2000-08-091-3/+2
* matzmatz2000-08-071-1/+2
* matzmatz2000-07-311-3/+5
* matzmatz2000-07-041-0/+1
* 2000-06-27eban2000-06-261-6/+11
* 2000-06-22matz2000-06-221-0/+2
* see ChangeLog.eban2000-05-291-0/+2
* 2000-05-24matz2000-05-241-1/+1
* remove configure from repositrymatz2000-05-161-0/+7
* 2000-05-12matz2000-05-121-6/+6
* 2000-05-09matz2000-05-091-11/+1
* 2000-05-01matz2000-05-011-3/+5
* 2000-03-07matz2000-03-071-2/+17
* 2000-03-06matz2000-03-061-0/+1
* 2000-02-29matz2000-02-291-1/+1
* 2000-02-17matz2000-02-171-0/+3
* 2000-02-08matz2000-02-081-0/+4
* 2000-02-01matz2000-02-011-11/+16
* 20000105matz2000-01-051-18/+12
* 19991214matz1999-12-141-6/+9
* 19991117matz1999-11-171-5/+4
* 1.4.0matz1999-08-131-63/+69
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-158/+270
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-44/+106