| Age | Commit message (Expand) | Author |
| 2011-08-31 | * Re-apply r33078, thread-safe autoload which is reverted at r33093. | nahi |
| 2011-08-31 | * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish, | usa |
| 2011-08-29 | * test/ruby/test_numeric.rb (test_num2long): modify a test agaist the | mrkn |
| 2011-08-29 | * numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted for | mrkn |
| 2011-08-27 | * strftime.c (rb_strftime_with_timespec): get enc argument to specify | naruse |
| 2011-08-27 | * Revert r33078. It caused a Rails application NoMethodError. | nahi |
| 2011-08-26 | * variable.c: Make autoload thread-safe. See #921. | nahi |
| 2011-08-25 | * time.c (strftimev): Make Time#to_s default to US-ASCII encoding but | tenderlove |
| 2011-08-24 | * test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave pty | ngoto |
| 2011-08-24 | * insns.def (defined): fix to checking class variable. | ko1 |
| 2011-08-23 | fixed tests broken by new minitest mixin | ryan |
| 2011-08-20 | * iseq.c (iseq_s_disasm): fix a bug that may cause SEGV. | ktsj |
| 2011-08-17 | * rational.c (nurat_coerce): Rational#coerce should converts itself | mrkn |
| 2011-08-10 | * complex.c (nucomp_rationalize): calls rationalize of real part if | mrkn |
| 2011-08-07 | * time.c (rb_strftime_alloc): raise ERANGE if width is too large. | kosaki |
| 2011-08-05 | * test/ruby/test_object.rb: tests that respond_to? returns false. | nobu |
| 2011-08-05 | * vm_eval.c (check_funcall): try respond_to? first if redefined. | nobu |
| 2011-08-03 | * util.c, include/ruby/util.h (ruby_add_suffix): remove the function. | usa |
| 2011-08-02 | * encoding.c (enc_find): mistakenly remained !. [Bug #5150] | nobu |
| 2011-08-02 | * hash.c (recursive_hash): hash value of emptied hash should be | nobu |
| 2011-08-02 | * parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136] | nobu |
| 2011-08-01 | * test/ruby/test_process.rb (TestProcess#windows?): new method. | usa |
| 2011-07-31 | * vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208] | ktsj |
| 2011-07-30 | * io.c (rb_io_each_byte): rbuf can be refreshed during yield. | nobu |
| 2011-07-29 | * test/ruby/test_process.rb (test_rlimit_nofile): fix r32734. | nagachika |
| 2011-07-29 | Fix r32731: position of definition. | naruse |
| 2011-07-29 | Run test_popen_fork on FreeBSD because it can run. | naruse |
| 2011-07-29 | Use setrlimit(NOFILE,1) on OpenBSD. | naruse |
| 2011-07-27 | * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation): | nobu |
| 2011-07-27 | * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation3): | nobu |
| 2011-07-27 | * test/fileutils/test_fileutils.rb: add OpenBSD case. | naruse |
| 2011-07-27 | * test/ruby/test_symbol.rb (test_inspect): use %W to enable | nobu |
| 2011-07-27 | * test/ruby/test_symbol.rb (TestSymbol#test_inspect): workaround for | nobu |
| 2011-07-26 | * eval_error.c (rb_print_undef_str): new function to raise | nobu |
| 2011-07-26 | * vm_method.c (obj_respond_to): fix the respond_to_missing? override | nobu |
| 2011-07-23 | * error.c (rb_name_error_str): new function to raise NameError | nobu |
| 2011-07-23 | * parse.y (rb_enc_symname_type): :$a!, @a! and so on are not | naruse |
| 2011-07-23 | * parse.y (rb_check_id): conversion condition was inverse. | nobu |
| 2011-07-22 | * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined): | nobu |
| 2011-07-22 | * test/ruby/test_object.rb (TestObject#test_respond_to_missing): | kazu |
| 2011-07-21 | * thread.c (set_trace_func, thread_set_trace_func_m): reset tracing | mame |
| 2011-07-17 | * error.c (rb_check_trusted): new function to check an object is | nobu |
| 2011-07-17 | * error.c (rb_warn_m): accept multiple args in like puts. rdoc | nobu |
| 2011-07-17 | * test/ruby/test_module.rb (TestModule#test_method_{undefined,removed}): | nobu |
| 2011-07-15 | * time.c (time_dup): used rb_obj_class() instead of CLASS_OF(). | kosaki |
| 2011-07-12 | * signal.c (reserved_signal_p): reverted a part of r32523. | kosaki |
| 2011-07-12 | * signal.c (sig_trap): don't permit to change a signal handler which | kosaki |
| 2011-07-10 | * range.c (range_max): fix behavior with excluded end value. | tarui |
| 2011-07-03 | * array.c (ary_reject_bang): should not remove elements which are | nobu |
| 2011-07-01 | * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejected | nobu |