summaryrefslogtreecommitdiff
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (method_inspect): should not dump core for unboundmatz2002-02-251-13/+18
* * pack.c (pack_pack): wrong # comment treatment.matz2002-02-211-1/+1
* * hash.c (rb_any_cmp): should handle Qundef in keys.matz2002-02-201-8/+19
* * eval.c (rb_eval_string_wrap): should hide the toplevel localmatz2002-02-191-0/+2
* * parse.y (expr_value, arg_value, primary_value): value_expr()matz2002-02-181-5/+10
* * eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().matz2002-02-151-4/+4
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-42/+33
* * eval.c (rb_eval): singleton chech should be moved from yycompilematz2002-02-091-17/+23
* * parse.y (yycompile): should inherit "in_single" if eval happenedmatz2002-02-081-1/+0
* * io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.matz2002-02-061-3/+5
* * io.c (fptr_finalize): should raise error when fclose fails.matz2002-02-051-8/+28
* * object.c (rb_class_real): should not follow ICLASS linkmatz2002-02-041-2/+3
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-281-2/+3
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-251-6/+9
* * array.c (Init_Array): remove Array#filter.matz2002-01-231-1/+1
* * eval.c (rb_yield_0): restore source file/line after yield.nobu2002-01-231-0/+4
* * eval.c (ruby_stop): should not trace error handler.matz2002-01-211-0/+2
* * eval.c (rb_eval): need not to clar method cache for NODE_CLASS,matz2002-01-191-5/+1
* * io.c (rb_io_s_new): block check moved from initialize to thismatz2002-01-181-14/+14
* * eval.c (block_pass): allow "retry" from within argument passedmatz2002-01-171-23/+52
* * eval.c: bugus commit fixed (again, sorry).matz2002-01-161-0/+2
* * eval.c: bugus commit fixed.matz2002-01-161-3/+0
* * st.c: primes should be primes.matz2002-01-161-5/+22
* * re.c (match_select): should propagate taintness.matz2002-01-111-3/+3
* * class.c (rb_make_metaclass): [new]nobu2002-01-101-1/+2
* * eval.c (rb_add_method): should clear cache by id always.nobu2002-01-101-11/+2
* * eval.c (rb_add_method): clear replaced method from the cache.nobu2002-01-081-1/+2
* * process.c (rb_f_system): abandon vfork.matz2002-01-041-2/+1
* * eval.c (rb_mod_define_method): must not convert Method to Proc.nobu2001-12-201-6/+3
* * eval.c (rb_mod_define_method): define_method should followmatz2001-12-191-16/+43
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-1/+1
* * intern.h: add prototypes.nobu2001-12-171-1/+1
* * string.c (rb_str_equal): object with to_str must be treated as amatz2001-11-291-1/+1
* * eval.c (rb_thread_select): should subtract timeofday() frommatz2001-11-281-10/+14
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-271-0/+15
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-211-2/+24
* * eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; basedmatz2001-11-191-3/+11
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-94/+43
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-7/+11
* too much backoutmatz2001-11-091-2/+2
* * eval.c (rb_trap_eval): avoid annoying warning with signal.nobu2001-11-081-1/+7
* eval.c fixmatz2001-11-081-20/+37
* * file.c (path_check_1): forgot to initialize 'p'.matz2001-11-081-39/+22
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-2/+2
* * eval.c (exec_under): should initialize ruby_frame->self;matz2001-10-311-0/+1
* * eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _oldmatz2001-10-311-7/+9
* * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz2001-10-301-0/+3
* * intern.h (rb_protect_inspect): follow the change of array.c.usa2001-10-291-5/+5
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-10/+21
* * eval.c (proc_invoke): fix self switching in Proc#callnobu2001-10-221-5/+5