summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2002-02-21* pack.c (pack_pack): wrong # comment treatment.matz
2002-02-20* hash.c (rb_any_cmp): should handle Qundef in keys.matz
2002-02-19* eval.c (rb_eval_string_wrap): should hide the toplevel localmatz
2002-02-18* parse.y (expr_value, arg_value, primary_value): value_expr()matz
2002-02-15* eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().matz
2002-02-13* parse.y (stmt): local variable declaration order was changedmatz
2002-02-09* eval.c (rb_eval): singleton chech should be moved from yycompilematz
2002-02-08* parse.y (yycompile): should inherit "in_single" if eval happenedmatz
2002-02-06* io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.matz
2002-02-05* io.c (fptr_finalize): should raise error when fclose fails.matz
2002-02-04* object.c (rb_class_real): should not follow ICLASS linkmatz
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