| Commit message (Expand) | Author | Age | Files | Lines |
| * | * eval.c (rb_call0): wrong condition for $SAFE restoration. | matz | 2005-09-20 | 1 | -5/+17 |
| * | * eval.c (rb_call0): wrong condition for $SAFE restoration. | matz | 2005-09-01 | 1 | -19/+19 |
| * | * eval.c (method_arity): should handle NODE_BMETHOD and | matz | 2004-10-24 | 1 | -0/+3 |
| * | * dir.c (push_braces): do not push_braces() unless rbrace is found. | matz | 2003-05-19 | 1 | -0/+1 |
| * | * eval.c (rb_block_given_p): false if ruby_block is null. | nobu | 2003-05-15 | 1 | -1/+2 |
| * | * eval.c (rb_thread_create): may called from place higher than | matz | 2003-02-21 | 1 | -0/+1 |
| * | * io.c (argf_to_io): should prefetch argv. | matz | 2003-02-21 | 1 | -1/+3 |
| * | * eval.c (rb_f_require): do not need to abort if a DLEXT file | eban | 2003-02-21 | 1 | -3/+0 |
| * | * io.c (argf_getline): should not increment lineno at EOF. | matz | 2003-02-04 | 1 | -0/+3 |
| * | * eval.c (rb_f_require): do not search adding .rb/.so suffixes if | nobu | 2003-01-14 | 1 | -3/+7 |
| * | * defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call an | knu | 2003-01-04 | 1 | -3/+4 |
| * | * dln.c (init_funcname): get rid of gcc-3 -O3 warning. | nobu | 2002-12-31 | 1 | -1/+1 |
| * | * eval.c (rb_eval): untangled ruby_dyna_vars. [ruby-talk:59035] | nobu | 2002-12-16 | 1 | -3/+3 |
| * | * eval.c (backtrace): should ignore line 0 frame. | matz | 2002-12-02 | 1 | -1/+1 |
| * | * eval.c (rb_eval): removed unnecessary toplevel check. | matz | 2002-11-09 | 1 | -5/+0 |
| * | * eval.c (blk_orphan): a block created in a different thread is | nobu | 2002-11-07 | 1 | -4/+2 |
| * | * stable version 1.6.8 release candidate. | matz | 2002-11-05 | 1 | -1/+1 |
| * | * array.c, class.c, eval.c, file.c, gc.c, node.h, numeric.c, | knu | 2002-10-26 | 1 | -9/+9 |
| * | * eval.c, gc.c: use a common set of alloca() #ifdef's. This fixes | knu | 2002-10-25 | 1 | -8/+10 |
| * | * eval.c (rb_eval): local_vars[-1] should protect body, not a | matz | 2002-10-23 | 1 | -2/+2 |
| * | * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ on | knu | 2002-10-17 | 1 | -1/+7 |
| * | * eval.c (rb_eval): need to push empty varmap node only when | matz | 2002-10-17 | 1 | -1/+1 |
| * | * eval.c (ruby_init): Init_stack() with local location. | nobu | 2002-10-10 | 1 | -1/+1 |
| * | * eval.c (rb_load): should not pass block to the loaded file. | aamine | 2002-10-05 | 1 | -0/+2 |
| * | * eval.c (ruby_run): should set toplevel visibility again here. | matz | 2002-09-25 | 1 | -8/+10 |
| * | * eval.c (rb_trap_eval): preserve thread status and so on. | nobu | 2002-09-11 | 1 | -24/+80 |
| * | * eval.c (rb_eval): overriding false constant with class/module | nobu | 2002-09-05 | 1 | -8/+5 |
| * | * eval.c (rb_thread_cleanup): should not modify the global | matz | 2002-08-21 | 1 | -5/+6 |
| * | particular symbol for win32_exception_list. | nobu | 2002-08-19 | 1 | -9/+11 |
| * | * eval.c (win32_get_exception_list, win32_set_exception_list): Cygwin fix. | eban | 2002-08-19 | 1 | -3/+8 |
| * | * eval.c (rb_thread_save_context, rb_thread_restore_context): | nobu | 2002-08-19 | 1 | -0/+56 |
| * | * hash.c (rb_hash_equal): should check default values. | matz | 2002-08-12 | 1 | -1/+1 |
| * | * eval.c (rb_undef): undef should be done for klass, not ruby_class. | matz | 2002-07-31 | 1 | -1/+12 |
| * | * eval.c (rb_eval): fixed line number in string interpolation. | nobu | 2002-07-11 | 1 | -1/+1 |
| * | * eval.c (rb_eval): ruby_frame->last_func may be null, if it's | matz | 2002-06-11 | 1 | -2/+7 |
| * | * time.c (time_arg): nil test against v[6] (usec). | matz | 2002-05-29 | 1 | -0/+1 |
| * | * eval.c (scope_node): trick to keep the node has a scope. | nobu | 2002-05-28 | 1 | -0/+12 |
| * | * eval.c (rb_thread_schedule): need to preserve errno before | matz | 2002-05-21 | 1 | -2/+4 |
| * | * eval.c (rb_thread_select): cleanup conditional compilation. | nobu | 2002-05-16 | 1 | -19/+6 |
| * | * eval.c (blk_orphan): the wrong condition; backported from 1.7 | matz | 2002-05-14 | 1 | -2/+20 |
| * | * eval.c (rb_yield_0): The destination of the goto jump was wrong. | aamine | 2002-05-07 | 1 | -1/+1 |
| * | * eval.c (superclass): undesirable "unexpected return" when the superclass is... | aamine | 2002-05-07 | 1 | -2/+4 |
| * | * eval.c, gc.c, intern.h, variable.c: declare rb_gc_mark{,maybe}() | knu | 2002-05-04 | 1 | -14/+14 |
| * | * file.c (rb_find_file): load must be done from an abolute path if | matz | 2002-05-01 | 1 | -3/+5 |
| * | * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be | matz | 2002-03-25 | 1 | -35/+15 |
| * | * eval.c (is_defined): label forgotten. | nobu | 2002-03-20 | 1 | -0/+1 |
| * | * eval.c (is_defined): should check receiver only once. | matz | 2002-03-20 | 1 | -1/+4 |
| * | * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1', | matz | 2002-03-12 | 1 | -1/+2 |
| * | * eval.c (cvar_cbase): utility function to find innermost non | matz | 2002-03-08 | 1 | -30/+21 |
| * | * gc.c (rb_source_filename): added. holds unique strings for file | nobu | 2002-03-07 | 1 | -1/+1 |