summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2003-01-02* eval.c (bmcall): arguments should be an array.nobu
2003-01-01* eval.c (massign): removed awkward conversion between yvalue,matz
2002-12-29* gc.c (gc_sweep): adjust GC trigger.nobu
2002-12-24021224matz
2002-12-24* class.c (ins_methods_i): should not show ID_ALLOCATOR.matz
2002-12-21* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa
2002-12-20* parse.y (do_block): split "do" block and tLBRACE_ARG block.matz
2002-12-19* eval.c (assign): avoid SEGV at multiple attribute assignment.nobu
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-12-17* eval.c (is_defined): NODE_ATTRASGN should be assignment.nobu
2002-12-17* node.h (NODE_ATTRASGN): new node, assignment to attribute.nobu
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-12-10* eval.c (mnew): original class of method defined in module shouldnobu
2002-12-02WinCE patch mergedmatz
2002-11-26* error.c (exit_initialize): add SystemExit#initialize to setnobu
2002-11-22* eval.c (rb_add_method): node may be NULL.matz
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-11-14* configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu
2002-11-14* math.c (math_acos): check errno after operation. ditto formatz
2002-11-09* eval.c: remove ENABLE_TRACE/DISABLE_TRACE to trace child nodes of c-call.nahi
2002-11-07* class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz
2002-11-07* eval.c (rb_yield_0): should enable trace for non-cfunc nodes.nobu
2002-11-03* object.c (Init_Object): added Object#object_id, new name formatz
2002-10-30* eval.c (rb_mod_public_method_defined, etc.): new methods:matz
2002-10-29* eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu
2002-10-29 * eval.c (error_print, rb_longjmp, rb_thread_schedule): flushnobu
2002-10-25* eval.c, gc.c: adopt a common set of alloca() #ifdef's. Thisknu
2002-10-23* eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu
2002-10-17* hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu
2002-10-05* eval.c (rb_load): should not pass block to the loaded file.aamine
2002-10-04* eval.c (rb_thread_interrupt, rb_thread_signal_raise): no need tonobu
2002-10-03* bcc32/mkexports.rb: to work on cygwin via telnet.nobu
2002-09-27* eval.c (rb_thread_deadlock, rb_thread_schedule, rb_thread_join): more verbo...nobu
2002-09-27* eval.c (rb_eval): Class#inherited should be called after thematz
2002-09-26* regex.c (re_match): p1 may exceed pend limit.matz
2002-09-25* io.c (appendline): forget to terminate with nul.matz
2002-09-23* eval.c (rb_call0): must not clear ruby_current_node, ornobu
2002-09-22* eval.c (call_trace_func): should not call trace function whilenobu
2002-09-21* eval.c (rb_thread_raise): no need to save dead thread context.nobu
2002-09-17move struct timeval to missing.hmichal
2002-09-17* eval.c (rb_thread_die): put thread dead state.nobu
2002-09-17* eval.c (rb_mod_nesting): load wrapping module should appear inmatz
2002-09-13* eval.c (rb_eval): avoid uninitialized global/class variablenobu
2002-09-11* eval.c (rb_trap_eval): preserve thread status and so on.nobu
2002-09-11* eval.c (proc_to_s): refined format. [ruby-dev:18215]nobu
2002-09-10* eval.c (rb_mod_define_method): initialize orig_func too.nobu
2002-09-05* eval.c (rb_eval): overriding false constant with class/modulenobu
2002-08-29* array.c (rb_ary_become): should not free ptr if it's shared.matz
2002-08-28Int vs Long cleanup #3 (ruby-core:352)michal