| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * eval.c (rb_f_missing): NoMethod error messages for true, false, | matz | 2002-02-27 | 1 | -23/+24 |
* | * eval.c: typo fixed. | matz | 2002-02-21 | 1 | -1/+1 |
* | * hash.c (rb_any_cmp): should handle Qundef in keys. | matz | 2002-02-20 | 1 | -10/+21 |
* | * variable.c (rb_cvar_set): define new class variable if it's not | matz | 2002-02-19 | 1 | -0/+2 |
* | * eval.c (block_pass): "&nil" should clear block given. | matz | 2002-02-18 | 1 | -1/+4 |
* | eval.c: remove duplicate lines. | matz | 2002-02-14 | 1 | -1/+0 |
* | * parse.y (assignable): should emit CVASGN within the method | matz | 2002-02-13 | 1 | -40/+29 |
* | * eval.c (rb_eval): singleton chech should be moved from yycompile | matz | 2002-02-09 | 1 | -17/+22 |
* | * parse.y (yycompile): should inherit "in_single" if eval happened | matz | 2002-02-08 | 1 | -2/+1 |