summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2001-07-20* gc.c (ruby_xrealloc): fix a dangling bug which led memoryknu
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-06-19* gc.c (rb_setjmp): avoid GCC 3.0 warnings.eban
2001-06-12* eval.c (method_eq): new method Method#==. [new]matz
2001-06-08* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz
2001-05-07* parse.y (arg): "||=" should not warn for uninitialized instancematz
2001-05-02* eval.c (block_pass): should not downgrade safe level.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* 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-28* string.c (rb_str_delete_bang): delete! should take at least 1matz
2001-02-11* eval.c (stack_length): use __builtin_frame_address() only ifeban
2001-02-08* parse.y (parse_quotedwords): %w should allow parenthesis escape.matz
2001-02-02* array.c (rb_ary_sort_bang): returns self, even if its length ismatz
2001-01-29* string.c (str_independent): should not clear str->orig here.matz
2001-01-23* gc.c (rb_gc_call_finalizer_at_exit): should finalize objects inmatz
2001-01-23* gc.c (os_live_obj): do not list terminated object.matz
2001-01-10inline fixmatz
2001-01-10* m17n baseline.matz
2001-01-09* enum.c (enum_inject): new method.matz
2000-12-29* eval.c (rb_iterate): NODE_CFUNC does not protect its datamatz
2000-12-29* gc.c (mem_error): prohibit recursive mem_error().matz
2000-12-26matzmatz
2000-12-22matzmatz
2000-12-08matzmatz
2000-11-27matzmatz
2000-11-21matzmatz
2000-11-20matzmatz
2000-11-14matzmatz
2000-10-31matzmatz
2000-10-16matzmatz
2000-10-10nakadamatz
2000-10-10matzmatz
2000-09-27matzmatz
2000-09-25matzmatz
2000-09-25matzmatz
2000-09-12matz: 1.6.0 final (hopufully)matz
2000-09-01matzmatz
2000-08-31matzmatz
2000-08-29matzmatz
2000-08-29matzmatz
2000-08-28matzmatz
2000-08-09matzmatz
2000-08-07matzmatz
2000-08-07matzmatz
2000-08-02matzmatz
2000-07-27matzmatz
2000-07-17matzmatz
2000-07-15matzmatz