summaryrefslogtreecommitdiff
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_f_require): do not search adding .rb/.so suffixes ifnobu2003-01-141-3/+7
* * defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call anknu2003-01-041-3/+4
* * dln.c (init_funcname): get rid of gcc-3 -O3 warning.nobu2002-12-311-1/+1
* * eval.c (rb_eval): untangled ruby_dyna_vars. [ruby-talk:59035]nobu2002-12-161-3/+3
* * eval.c (backtrace): should ignore line 0 frame.matz2002-12-021-1/+1
* * eval.c (rb_eval): removed unnecessary toplevel check.matz2002-11-091-5/+0
* * eval.c (blk_orphan): a block created in a different thread isnobu2002-11-071-4/+2
* * stable version 1.6.8 release candidate.matz2002-11-051-1/+1
* * array.c, class.c, eval.c, file.c, gc.c, node.h, numeric.c,knu2002-10-261-9/+9
* * eval.c, gc.c: use a common set of alloca() #ifdef's. This fixesknu2002-10-251-8/+10
* * eval.c (rb_eval): local_vars[-1] should protect body, not amatz2002-10-231-2/+2
* * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu2002-10-171-1/+7
* * eval.c (rb_eval): need to push empty varmap node only whenmatz2002-10-171-1/+1
* * eval.c (ruby_init): Init_stack() with local location.nobu2002-10-101-1/+1
* * eval.c (rb_load): should not pass block to the loaded file.aamine2002-10-051-0/+2
* * eval.c (ruby_run): should set toplevel visibility again here.matz2002-09-251-8/+10
* * eval.c (rb_trap_eval): preserve thread status and so on.nobu2002-09-111-24/+80
* * eval.c (rb_eval): overriding false constant with class/modulenobu2002-09-051-8/+5
* * eval.c (rb_thread_cleanup): should not modify the globalmatz2002-08-211-5/+6
* particular symbol for win32_exception_list.nobu2002-08-191-9/+11
* * eval.c (win32_get_exception_list, win32_set_exception_list): Cygwin fix.eban2002-08-191-3/+8
* * eval.c (rb_thread_save_context, rb_thread_restore_context):nobu2002-08-191-0/+56
* * hash.c (rb_hash_equal): should check default values.matz2002-08-121-1/+1
* * eval.c (rb_undef): undef should be done for klass, not ruby_class.matz2002-07-311-1/+12
* * eval.c (rb_eval): fixed line number in string interpolation.nobu2002-07-111-1/+1
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-111-2/+7
* * time.c (time_arg): nil test against v[6] (usec).matz2002-05-291-0/+1
* * eval.c (scope_node): trick to keep the node has a scope.nobu2002-05-281-0/+12
* * eval.c (rb_thread_schedule): need to preserve errno beforematz2002-05-211-2/+4
* * eval.c (rb_thread_select): cleanup conditional compilation.nobu2002-05-161-19/+6
* * eval.c (blk_orphan): the wrong condition; backported from 1.7matz2002-05-141-2/+20
* * eval.c (rb_yield_0): The destination of the goto jump was wrong.aamine2002-05-071-1/+1
* * eval.c (superclass): undesirable "unexpected return" when the superclass is...aamine2002-05-071-2/+4
* * eval.c, gc.c, intern.h, variable.c: declare rb_gc_mark{,maybe}()knu2002-05-041-14/+14
* * file.c (rb_find_file): load must be done from an abolute path ifmatz2002-05-011-3/+5
* * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz2002-03-251-35/+15
* * eval.c (is_defined): label forgotten.nobu2002-03-201-0/+1
* * eval.c (is_defined): should check receiver only once.matz2002-03-201-1/+4
* * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz2002-03-121-1/+2
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-30/+21
* * gc.c (rb_source_filename): added. holds unique strings for filenobu2002-03-071-1/+1
* * eval.c (rb_f_missing): NoMethod error messages for true, false,matz2002-02-271-23/+24
* * eval.c: typo fixed.matz2002-02-211-1/+1
* * hash.c (rb_any_cmp): should handle Qundef in keys.matz2002-02-201-10/+21
* * variable.c (rb_cvar_set): define new class variable if it's notmatz2002-02-191-0/+2
* * eval.c (block_pass): "&nil" should clear block given.matz2002-02-181-1/+4
* eval.c: remove duplicate lines.matz2002-02-141-1/+0
* * parse.y (assignable): should emit CVASGN within the methodmatz2002-02-131-40/+29
* * eval.c (rb_eval): singleton chech should be moved from yycompilematz2002-02-091-17/+22
* * parse.y (yycompile): should inherit "in_single" if eval happenedmatz2002-02-081-2/+1