aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * enum.c (enum_all): now works without block.matz2003-01-151-0/+1
* * eval.c (rb_f_require): do not search adding .rb/.so suffixes ifnobu2003-01-141-3/+7
* * parse.y (list_append): avoid O(n) search using node->nd_next->nd_end.matz2003-01-141-19/+44
* * eval.c (rb_eval): should not discard nested NODE_BLOCK.matz2003-01-091-1/+2
* * parse.y (stmt): NODE_NOT elimitation for if/unless/while/until node.matz2003-01-091-5/+10
* * eval.c: remove ruby_last_node and assignments seems to bematz2003-01-081-21/+12
* * range.c (range_each): treat fixnums specially to boost.matz2003-01-081-3/+7
* * eval.c (svalue_to_avalue): should return converted array.matz2003-01-071-1/+1
* * hash.c (env_clear): new Hash compatible method.matz2003-01-071-37/+48
* * eval.c (rb_f_local_variables): skip $_, $~ and flip states innobu2003-01-061-1/+1
* * st.h, st.c: Introduce new conventional typedef's, st_data_t,knu2003-01-061-8/+9
* * defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call anknu2003-01-041-2/+3
* * eval.c (bmcall): arguments should be an array.nobu2003-01-021-0/+1
* * eval.c (massign): removed awkward conversion between yvalue,matz2003-01-011-100/+59
* * gc.c (gc_sweep): adjust GC trigger.nobu2002-12-291-1/+1
* 021224matz2002-12-241-1/+1
* * class.c (ins_methods_i): should not show ID_ALLOCATOR.matz2002-12-241-6/+11
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-211-0/+1
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-201-22/+33
* * eval.c (assign): avoid SEGV at multiple attribute assignment.nobu2002-12-191-0/+1
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-3/+5
* * eval.c (is_defined): NODE_ATTRASGN should be assignment.nobu2002-12-171-1/+1
* * node.h (NODE_ATTRASGN): new node, assignment to attribute.nobu2002-12-171-0/+18
* * 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