Age | Commit message (Expand) | Author |
2005-09-20 | * eval.c (rb_call0): wrong condition for $SAFE restoration. | matz |
2005-09-01 | * eval.c (rb_call0): wrong condition for $SAFE restoration. | matz |
2004-10-24 | * eval.c (method_arity): should handle NODE_BMETHOD and | matz |
2003-05-19 | * dir.c (push_braces): do not push_braces() unless rbrace is found. | matz |
2003-05-15 | * eval.c (rb_block_given_p): false if ruby_block is null. | nobu |
2003-02-21 | * eval.c (rb_thread_create): may called from place higher than | matz |
2003-02-21 | * io.c (argf_to_io): should prefetch argv. | matz |
2003-02-21 | * eval.c (rb_f_require): do not need to abort if a DLEXT file | eban |
2003-02-04 | * io.c (argf_getline): should not increment lineno at EOF. | matz |
2003-01-14 | * eval.c (rb_f_require): do not search adding .rb/.so suffixes if | nobu |
2003-01-04 | * defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call an | knu |
2002-12-31 | * dln.c (init_funcname): get rid of gcc-3 -O3 warning. | nobu |
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 is | nobu |
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 fixes | knu |
2002-10-23 | * eval.c (rb_eval): local_vars[-1] should protect body, not a | matz |
2002-10-17 | * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ on | knu |
2002-10-17 | * eval.c (rb_eval): need to push empty varmap node only when | matz |
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/module | nobu |
2002-08-21 | * eval.c (rb_thread_cleanup): should not modify the global | matz |
2002-08-19 | particular 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's | matz |
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 before | matz |
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.7 | matz |
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 if | matz |
2002-03-25 | * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be | matz |
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 non | matz |
2002-03-07 | * gc.c (rb_source_filename): added. holds unique strings for file | nobu |