summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz
2002-01-25* class.c (rb_include_module): detect cyclic module inclusion.matz
2002-01-23* array.c (Init_Array): remove Array#filter.matz
2002-01-23* eval.c (rb_yield_0): restore source file/line after yield.nobu
2002-01-21* eval.c (ruby_stop): should not trace error handler.matz
2002-01-19* eval.c (rb_eval): need not to clar method cache for NODE_CLASS,matz
2002-01-18* io.c (rb_io_s_new): block check moved from initialize to thismatz
2002-01-17* eval.c (block_pass): allow "retry" from within argument passedmatz
2002-01-16* eval.c: bugus commit fixed (again, sorry).matz
2002-01-16* eval.c: bugus commit fixed.matz
2002-01-16* st.c: primes should be primes.matz
2002-01-11* re.c (match_select): should propagate taintness.matz
2002-01-10* class.c (rb_make_metaclass): [new]nobu
2002-01-10* eval.c (rb_add_method): should clear cache by id always.nobu
2002-01-08* eval.c (rb_add_method): clear replaced method from the cache.nobu
2002-01-04* process.c (rb_f_system): abandon vfork.matz
2001-12-20* eval.c (rb_mod_define_method): must not convert Method to Proc.nobu
2001-12-19* eval.c (rb_mod_define_method): define_method should followmatz
2001-12-18* string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz
2001-12-17* intern.h: add prototypes.nobu
2001-11-29* string.c (rb_str_equal): object with to_str must be treated as amatz
2001-11-28* eval.c (rb_thread_select): should subtract timeofday() frommatz
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; basedmatz
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-11-09too much backoutmatz
2001-11-08* eval.c (rb_trap_eval): avoid annoying warning with signal.nobu
2001-11-08eval.c fixmatz
2001-11-08* file.c (path_check_1): forgot to initialize 'p'.matz
2001-11-08* process.c (security): always give warning for insecure PATH.matz
2001-10-31* eval.c (exec_under): should initialize ruby_frame->self;matz
2001-10-31* eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _oldmatz
2001-10-30* string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz
2001-10-29 * intern.h (rb_protect_inspect): follow the change of array.c.usa
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-22* eval.c (proc_invoke): fix self switching in Proc#callnobu
2001-10-22* class.c (rb_mod_clone): should not copy class name, since clonematz
2001-10-16* eval.c (rb_f_missing): check stack level with rb_stack_check().nobu
2001-10-10* file.c (rb_stat_clone): should copy internal data too.matz
2001-10-09eval.c backout.matz
2001-10-09* eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh.matz
2001-10-09* eval.c (thread_status_name): separated fromnobu
2001-10-05* eval.c (proc_s_new): revived.nobu
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-20forgotten MATCH_DATA...nobu
2001-09-20* eval.c, intern.h (rb_svar): return reference to special variablenobu
2001-09-19* string.c (rb_str_init): String.new() => ""matz