Age | Commit message (Expand) | Author |
2006-01-08 | comment FreeBSD PR number. | akr |
2006-01-08 | * eval.c (GCC_VERSION_BEFORE): check __INTEL_COMPILER. | akr |
2006-01-08 | the bug was FreeBSD specific. | akr |
2006-01-06 | * eval.c (rb_fd_isset): compare the result of FD_ISSET with 0 to | akr |
2006-01-05 | avoid "left-hand operand of comma expression has no effect" warnings. | akr |
2006-01-05 | * configure.in: don't force getcontext on IA64. | akr |
2005-12-31 | * eval.c (rb_thread_save_context): should not recycle scope object used | nobu |
2005-12-29 | avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''. | akr |
2005-12-29 | * eval.c (rb_gc_mark_threads): keep unmarked threads which won't wake | nobu |
2005-12-29 | * eval.c (rb_mod_define_method): should save safe_level in the | matz |
2005-12-27 | * eval.c (struct thread): add bstr_max. | akr |
2005-12-27 | * configure.in: define IA64 for portability. (HP aC++/ANSI C doesn't | akr |
2005-12-20 | * eval.c (eval_under_i): evaluate source in caller's frame. | nobu |
2005-12-19 | simplify previous change. | akr |
2005-12-19 | * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): activate only | akr |
2005-12-16 | * eval.c (bmcall): fix a GC problem by tail call on | akr |
2005-12-12 | precedes registering global VALUE variables before initializing it. | akr |
2005-12-12 | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz |
2005-12-09 | * eval.c (calling_scope_t): gave names to magic numbers for rb_call(). | nobu |
2005-12-07 | * eval.c (umethod_bind): adjust invoking class for module method. | nobu |
2005-12-07 | * eval.c (call_trace_func): klass parameter should be a | matz |
2005-12-06 | * gc.c (ruby_xmalloc2): change check for integer overflow. | matz |
2005-11-30 | * eval.c (rb_funcall2): allow to call protected methods. | nobu |
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 but | ocean |
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 is | matz |
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 /* ??? */ stuff | ocean |
2005-10-20 | * eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definition | ocean |
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 given | nobu |
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-range | matz |
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 when | nobu |
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 level | matz |
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 to | nobu |
2005-09-05 | * lib/observer.rb: a patch from nornagon <[email protected]> | 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 receiver | matz |