summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2002-12-16* eval.c (rb_eval): untangled ruby_dyna_vars. [ruby-talk:59035]nobu
2002-12-02* eval.c (backtrace): should ignore line 0 frame.matz
2002-11-09* eval.c (rb_eval): removed unnecessary toplevel check.matz
2002-11-07* eval.c (blk_orphan): a block created in a different thread isnobu
2002-11-05* stable version 1.6.8 release candidate.matz
2002-10-26* array.c, class.c, eval.c, file.c, gc.c, node.h, numeric.c,knu
2002-10-25* eval.c, gc.c: use a common set of alloca() #ifdef's. This fixesknu
2002-10-23* eval.c (rb_eval): local_vars[-1] should protect body, not amatz
2002-10-17* hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu
2002-10-17* eval.c (rb_eval): need to push empty varmap node only whenmatz
2002-10-10* eval.c (ruby_init): Init_stack() with local location.nobu
2002-10-05* eval.c (rb_load): should not pass block to the loaded file.aamine
2002-09-25* eval.c (ruby_run): should set toplevel visibility again here.matz
2002-09-11* eval.c (rb_trap_eval): preserve thread status and so on.nobu
2002-09-05* eval.c (rb_eval): overriding false constant with class/modulenobu
2002-08-21* eval.c (rb_thread_cleanup): should not modify the globalmatz
2002-08-19particular symbol for win32_exception_list.nobu
2002-08-19* eval.c (win32_get_exception_list, win32_set_exception_list): Cygwin fix.eban
2002-08-19* eval.c (rb_thread_save_context, rb_thread_restore_context):nobu
2002-08-12* hash.c (rb_hash_equal): should check default values.matz
2002-07-31* eval.c (rb_undef): undef should be done for klass, not ruby_class.matz
2002-07-11* eval.c (rb_eval): fixed line number in string interpolation.nobu
2002-06-11* eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz
2002-05-29* time.c (time_arg): nil test against v[6] (usec).matz
2002-05-28* eval.c (scope_node): trick to keep the node has a scope.nobu
2002-05-21* eval.c (rb_thread_schedule): need to preserve errno beforematz
2002-05-16* eval.c (rb_thread_select): cleanup conditional compilation.nobu
2002-05-14* eval.c (blk_orphan): the wrong condition; backported from 1.7matz
2002-05-07* eval.c (rb_yield_0): The destination of the goto jump was wrong.aamine
2002-05-07* eval.c (superclass): undesirable "unexpected return" when the superclass is...aamine
2002-05-04* eval.c, gc.c, intern.h, variable.c: declare rb_gc_mark{,maybe}()knu
2002-05-01* file.c (rb_find_file): load must be done from an abolute path ifmatz
2002-03-25* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz
2002-03-20* eval.c (is_defined): label forgotten.nobu
2002-03-20* eval.c (is_defined): should check receiver only once.matz
2002-03-12* regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz
2002-03-08* eval.c (cvar_cbase): utility function to find innermost nonmatz
2002-03-07* gc.c (rb_source_filename): added. holds unique strings for filenobu
2002-02-27* eval.c (rb_f_missing): NoMethod error messages for true, false,matz
2002-02-21* eval.c: typo fixed.matz
2002-02-20* hash.c (rb_any_cmp): should handle Qundef in keys.matz
2002-02-19* variable.c (rb_cvar_set): define new class variable if it's notmatz
2002-02-18* eval.c (block_pass): "&nil" should clear block given.matz
2002-02-14eval.c: remove duplicate lines.matz
2002-02-13* parse.y (assignable): should emit CVASGN within the methodmatz
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-01* re.c (rb_reg_search): should set regs.allocated.matz
2002-01-28* eval.c (umethod_bind): typo fix(rklass -> klass).eban
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz