aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-21/+23
* * eval.c (assign): convert mrhs to mvalue.nobu2002-04-161-1/+1
* * pack.c (pack_unpack): should treat 'U' in character unit, not inmatz2002-04-151-2/+1
* * eval.c (assign): ruby_verbose should be surrounded by RTEST().matz2002-04-111-1/+1
* * eval.c (error_handle): default to 1 unless status is set.nobu2002-04-081-3/+3
* * parse.y (primary): while/until statement modifiers to "begin"matz2002-03-261-21/+23
* * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz2002-03-251-4/+6
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-35/+15
* * eval.c (is_defined): should check receiver only once.matz2002-03-201-1/+5
* * re.c (rb_reg_search): should clear last_match if pos is out ofmatz2002-03-191-2/+2
* * eval.c (rb_f_abort): should not bypass cleanup.nobu2002-03-181-1/+1
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-141-3/+14
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-111-1/+2
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-51/+31
* * gc.c (rb_source_filename): added. holds unique strings for filenobu2002-03-071-1/+1
* * eval.c (rb_mod_include): load modules in argument order.matz2002-02-281-5/+5
* * ext/dbm/dbm.c (fdbm_select): 1.7 behavior.matz2002-02-271-23/+24
* * eval.c (rb_eval): call trace_func for if/while conditions.matz2002-02-261-0/+6
* * 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