aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
...
* * eval.c (rb_call0): must not clear ruby_current_node, ornobu2002-09-231-4/+1
* * eval.c (call_trace_func): should not call trace function whilenobu2002-09-221-2/+6
* * eval.c (rb_thread_raise): no need to save dead thread context.nobu2002-09-211-1/+1
* move struct timeval to missing.hmichal2002-09-171-10/+0
* * eval.c (rb_thread_die): put thread dead state.nobu2002-09-171-6/+12
* * eval.c (rb_mod_nesting): load wrapping module should appear inmatz2002-09-171-0/+5
* * eval.c (rb_eval): avoid uninitialized global/class variablenobu2002-09-131-1/+1
* * eval.c (rb_trap_eval): preserve thread status and so on.nobu2002-09-111-24/+79
* * eval.c (proc_to_s): refined format. [ruby-dev:18215]nobu2002-09-111-4/+5
* * eval.c (rb_mod_define_method): initialize orig_func too.nobu2002-09-101-0/+1
* * eval.c (rb_eval): overriding false constant with class/modulenobu2002-09-051-6/+0
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-291-3/+9
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-281-3/+3
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-1/+1
* * eval.c (call_trace_func): restore source file/line, as tracenobu2002-08-241-3/+8
* * eval.c (method_call): check receiver is defined.nobu2002-08-231-13/+4
* *.c: Int vs Long cleanupmichal2002-08-211-12/+11
* * 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-2/+7
* * eval.c (rb_thread_save_context, rb_thread_restore_context):nobu2002-08-191-0/+56
* * eval.c (compile_error): must not clear ruby_sourcefile here.nobu2002-08-151-3/+1
* * eval.c (ruby_current_node) : added to set sourceline on demand.nobu2002-08-151-102/+92
* * bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz2002-08-121-17/+28
* * eval.c (rb_eval): set line number from all nodes.nobu2002-08-111-6/+12
* * eval.c (rb_eval): set constant in cbase scope.nobu2002-08-031-4/+4
* * eval.c (rb_undef): undef should be done for klass, not ruby_class.matz2002-07-311-2/+2
* * eval.c (rb_thread_join_m): add parameter type declaration.aamine2002-07-301-0/+1
* * eval.c (localjump_error): add parameter type declaration.aamine2002-07-291-0/+1
* * eval.c (rb_eval): no need to convert to string twice.nobu2002-07-261-2/+2
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-4/+28
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-241-17/+1
* * eval.c (svalue_to_avalue): v may be Qundef. This fix wasmatz2002-06-131-0/+1
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-111-3/+8
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-041-13/+2
* * range.c (range_step): iteration done using "+" if elements arematz2002-05-301-1/+1
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-1/+25
* * array.c: fixed format string for 'long' args (%d -> %ld).michal2002-05-281-4/+4
* * eval.c (scope_node): trick to keep the node has a scope.nobu2002-05-281-0/+12
* * object.c (Init_Object): should do exact match for Module#==.matz2002-05-211-1/+6
* * eval.c (rb_thread_select): cleanup conditional compilation.nobu2002-05-161-18/+5
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-13/+49
* * eval.c (rb_thread_join): added an argument to limit time to waitnobu2002-05-091-6/+28
* * 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
* * numeric.c (num_step): better iteration condition for floatmatz2002-05-011-16/+16
* * eval.c (rb_proc_new): make Proc from C function. [new]nobu2002-04-261-0/+8
* * various files: macro fix-up by Michal Rokos.matz2002-04-251-1/+1
* * eval.c (proc_to_proc): return self. [new]nobu2002-04-241-5/+15
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-30/+32