aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-1/+1
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-4/+4
* * eval.c (mnew): original class of method defined in module shouldnobu2002-12-101-0/+1
* WinCE patch mergedmatz2002-12-021-1/+1
* * error.c (exit_initialize): add SystemExit#initialize to setnobu2002-11-261-8/+10
* * eval.c (rb_add_method): node may be NULL.matz2002-11-221-1/+1
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-1/+1
* * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu2002-11-141-4/+6
* * math.c (math_acos): check errno after operation. ditto formatz2002-11-141-4/+7
* * eval.c: remove ENABLE_TRACE/DISABLE_TRACE to trace child nodes of c-call.nahi2002-11-091-14/+0
* * class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz2002-11-071-5/+5
* * eval.c (rb_yield_0): should enable trace for non-cfunc nodes.nobu2002-11-071-4/+5
* * object.c (Init_Object): added Object#object_id, new name formatz2002-11-031-2/+2
* * eval.c (rb_mod_public_method_defined, etc.): new methods:matz2002-10-301-2/+49
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-291-3/+3
* * eval.c (error_print, rb_longjmp, rb_thread_schedule): flushnobu2002-10-291-8/+24
* * eval.c, gc.c: adopt a common set of alloca() #ifdef's. Thisknu2002-10-251-9/+11
* * eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu2002-10-231-0/+4
* * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu2002-10-171-1/+7
* * eval.c (rb_load): should not pass block to the loaded file.aamine2002-10-051-0/+2
* * eval.c (rb_thread_interrupt, rb_thread_signal_raise): no need tonobu2002-10-041-6/+12
* * bcc32/mkexports.rb: to work on cygwin via telnet.nobu2002-10-031-2/+23
* * eval.c (rb_thread_deadlock, rb_thread_schedule, rb_thread_join): more verbo...nobu2002-09-271-7/+22
* * eval.c (rb_eval): Class#inherited should be called after thematz2002-09-271-1/+2
* * regex.c (re_match): p1 may exceed pend limit.matz2002-09-261-5/+0
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-18/+20
* * 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