aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* comment FreeBSD PR number.akr2006-01-081-1/+1
* * eval.c (GCC_VERSION_BEFORE): check __INTEL_COMPILER.akr2006-01-081-1/+1
* the bug was FreeBSD specific.akr2006-01-081-1/+1
* * eval.c (rb_fd_isset): compare the result of FD_ISSET with 0 toakr2006-01-061-1/+1
* avoid "left-hand operand of comma expression has no effect" warnings.akr2006-01-051-1/+1
* * configure.in: don't force getcontext on IA64.akr2006-01-051-6/+7
* * eval.c (rb_thread_save_context): should not recycle scope object usednobu2005-12-311-0/+1
* avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''.akr2005-12-291-0/+3
* * eval.c (rb_gc_mark_threads): keep unmarked threads which won't wakenobu2005-12-291-0/+33
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-16/+19
* * eval.c (struct thread): add bstr_max.akr2005-12-271-4/+13
* * configure.in: define IA64 for portability. (HP aC++/ANSI C doesn'takr2005-12-271-96/+87
* * eval.c (eval_under_i): evaluate source in caller's frame.nobu2005-12-201-0/+4
* simplify previous change.akr2005-12-191-4/+2
* * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): activate onlyakr2005-12-191-0/+18
* * eval.c (bmcall): fix a GC problem by tail call onakr2005-12-161-1/+4
* precedes registering global VALUE variables before initializing it.akr2005-12-121-4/+4
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-3/+3
* * eval.c (calling_scope_t): gave names to magic numbers for rb_call().nobu2005-12-091-26/+32
* * eval.c (umethod_bind): adjust invoking class for module method.nobu2005-12-071-3/+13
* * eval.c (call_trace_func): klass parameter should be amatz2005-12-071-1/+1
* * gc.c (ruby_xmalloc2): change check for integer overflow.matz2005-12-061-1/+2
* * eval.c (rb_funcall2): allow to call protected methods.nobu2005-11-301-3/+3
* * configure.in, eval.c, intern.h: check fd_mask type.nobu2005-11-111-1/+1
* * eval.c, intern.h: failed to compile where NFDBITS is defined butocean2005-11-111-1/+1
* * intern.h, eval.c (rb_thread_signal_raise): costified.ocean2005-11-081-3/+3
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-011-5/+9
* * bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]matz2005-10-211-49/+86
* * class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuffocean2005-10-201-8/+8
* * eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definitionocean2005-10-201-8/+4
* * enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c:nobu2005-10-181-1/+1
* * eval.c (rb_obj_respond_to): check if obj responds to the givennobu2005-10-111-9/+17
* * array.c, enum.c, eval.c, util.c: safer function pointer usage.nobu2005-10-111-3/+1
* * eval.c (Init_Binding): add Binding#dup method. [yarv-dev:666]nobu2005-10-081-0/+1
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-051-5/+2
* * evalc. (rb_f_send): underscores need to be escaped.nobu2005-09-281-1/+1
* * eval.c (ev_const_get), variable.c (rb_const_get_0): retry only whennobu2005-09-281-1/+1
* * eval.c (thread_mark): mark th->last_status. [ruby-dev:27179]akr2005-09-201-0/+1
* * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.ocean2005-09-141-6/+6
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-59/+59
* * eval.c (BEGIN_CALLARGS): pop halfly pushed status.nobu2005-09-131-1/+3
* * eval.c (proc_save_safe_level): no need to restrict safe levelmatz2005-09-121-5/+3
* * dln.c: avoid warning of const to non-const convertion.ocean2005-09-121-5/+5
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-964/+389
* * array.c: protoize.matz2005-09-101-13/+27
* * eval.c (rb_thread_switch): convert all exceptions tonobu2005-09-071-0/+4
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-051-13/+51
* * eval.c (rb_call0): wrong condition for $SAFE restoration.matz2005-09-011-1/+1
* * eval.c (rb_rescue2): intialization miss. fixed: [ruby-dev:26917]nobu2005-08-301-1/+1
* * eval.c (rb_f_send): do not call private methods if the receivermatz2005-08-301-2/+6