index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gc.c
Age
Commit message (
Expand
)
Author
2002-04-25
* various files: macro fix-up by Michal Rokos.
matz
2002-04-24
* gc.c (init_GC): typo fix(rb_exc_new -> rb_exc_new2).
eban
2002-04-24
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-03-07
* gc.c (rb_source_filename): added. holds unique strings for file
nobu
2002-02-15
* bignum.c (rb_big_rshift): should properly convert the nagative
matz
2002-02-13
* parse.y (stmt): local variable declaration order was changed
matz
2002-01-23
* array.c (Init_Array): remove Array#filter.
matz
2002-01-19
* eval.c (rb_eval): need not to clar method cache for NODE_CLASS,
matz
2002-01-11
* re.c (match_select): should propagate taintness.
matz
2002-01-04
* process.c (rb_f_system): abandon vfork.
matz
2001-12-11
* string.c (rb_str_match_m): should convert an argument into
matz
2001-12-10
* array.c (rb_ary_modify): should copy the internal buffer if the
matz
2001-11-27
* marshal.c (w_float): must distinguish -0.0 from 0.0.
matz
2001-11-21
* parse.y (str_extend): should check nesting parentheses in #{}.
matz
2001-11-19
* eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; based
matz
2001-11-19
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-13
* signal.c (sighandle): should not re-register sighandler if
matz
2001-11-02
gc patch
matz
2001-11-01
* gc.c (gc_mark_children): should NOT treat last element of
matz
2001-10-31
* eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _old
matz
2001-07-20
* gc.c (ruby_xrealloc): fix a dangling bug which led memory
knu
2001-07-02
* error.c (exc_exception): clone the receiver exception instead of
matz
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 retrieve
matz
2001-05-07
* parse.y (arg): "||=" should not warn for uninitialized instance
matz
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 symlink
matz
2001-02-28
* string.c (rb_str_delete_bang): delete! should take at least 1
matz
2001-02-11
* eval.c (stack_length): use __builtin_frame_address() only if
eban
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 is
matz
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 in
matz
2001-01-23
* gc.c (os_live_obj): do not list terminated object.
matz
2001-01-10
inline fix
matz
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 data
matz
2000-12-29
* gc.c (mem_error): prohibit recursive mem_error().
matz
2000-12-26
matz
matz
2000-12-22
matz
matz
2000-12-08
matz
matz
2000-11-27
matz
matz
2000-11-21
matz
matz
2000-11-20
matz
matz
2000-11-14
matz
matz
[next]