summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2005-11-11* configure.in, eval.c, intern.h: check fd_mask type.nobu
2005-11-11* eval.c, intern.h: failed to compile where NFDBITS is defined butocean
2005-11-08* intern.h, eval.c (rb_thread_signal_raise): costified.ocean
2005-11-01* eval.c (rb_call_super): should call method_missing if super ismatz
2005-10-21* bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]matz
2005-10-20* class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuffocean
2005-10-20* eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definitionocean
2005-10-18* enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c:nobu
2005-10-11* eval.c (rb_obj_respond_to): check if obj responds to the givennobu
2005-10-11* array.c, enum.c, eval.c, util.c: safer function pointer usage.nobu
2005-10-08* eval.c (Init_Binding): add Binding#dup method. [yarv-dev:666]nobu
2005-10-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
2005-09-28* evalc. (rb_f_send): underscores need to be escaped.nobu
2005-09-28* eval.c (ev_const_get), variable.c (rb_const_get_0): retry only whennobu
2005-09-20* eval.c (thread_mark): mark th->last_status. [ruby-dev:27179]akr
2005-09-14* dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.ocean
2005-09-14* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean
2005-09-13* eval.c (BEGIN_CALLARGS): pop halfly pushed status.nobu
2005-09-12* eval.c (proc_save_safe_level): no need to restrict safe levelmatz
2005-09-12* dln.c: avoid warning of const to non-const convertion.ocean
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-09-10* array.c: protoize.matz
2005-09-07* eval.c (rb_thread_switch): convert all exceptions tonobu
2005-09-05* lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz
2005-09-01* eval.c (rb_call0): wrong condition for $SAFE restoration.matz
2005-08-30* eval.c (rb_rescue2): intialization miss. fixed: [ruby-dev:26917]nobu
2005-08-30* eval.c (rb_f_send): do not call private methods if the receivermatz
2005-08-17* eval.c (terminate_process): take String message.nobu
2005-08-16* eval.c (rb_add_method): preserve safe level in the environmentmatz
2005-08-16* eval.c (rb_mod_autoload_p, rb_f_autoload_p): added rdoc.nobu
2005-08-14* eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE.nobu
2005-08-13* eval.c (rb_block_pass): distinguish current block from others.nobu
2005-08-09* eval.c (formal_assign): let default values overridenobu
2005-08-08* parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamicnobu
2005-08-08* eval.c (assign): deal with new block argument.nobu
2005-08-05* eval.c (return_jump): fix "can't across thread" error messagematz
2005-08-04* eval.c (formal_assign): returns position of rest arguments variable.nobu
2005-08-04* enumerator.c (Init_Enumerator): provided features should havenobu
2005-07-29* eval.c (rb_yield_0): push yielded node instead of yielding.nobu
2005-07-29* eval.c (rb_call0): fix calling zsuper from a method with anonymousnobu
2005-07-27* parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz
2005-07-23* eval.c (rb_fd_select): the all three fd_sets must be long enough fornobu
2005-07-23* sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu
2005-07-19* error.c (syserr_initialize): add 1 byte for snprintf() size formatz
2005-07-19* error.c (syserr_initialize): need to allocate an additional bytematz
2005-07-19* signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz
2005-07-18* eval.c (rb_call0): make the pointer to NODE volatileocean
2005-07-18* eval.c (rb_call0): make body volatile to avoid possible optimizationakr
2005-07-11* eval.c, intern.h (rb_proc_call, rb_obj_method, rb_method_call):nobu
2005-07-05* eval.c (rb_thread_save_context): must not switch contexts duringnobu