| Age | Commit message (Expand) | Author |
| 2011-09-03 | * variable.c (rb_const_set): show the previous definition | nobu |
| 2011-09-03 | * io.c (argf_next_argv): open in default text mode. | nobu |
| 2011-09-03 | * test/ruby/test_encoding.rb (test_find): mingw is not Unix, of course. | nobu |
| 2011-09-02 | * vm_insnhelper.c (vm_search_const_defined_class): search | nobu |
| 2011-09-02 | * parse.y (parser_tokadd_string, parser_yylex): ignore a backslash | nobu |
| 2011-09-01 | * numeric.c (flo_round): substitute machine dependent magic number. | nobu |
| 2011-09-01 | * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): see | nobu |
| 2011-09-01 | * test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip when | usa |
| 2011-09-01 | * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish, | usa |
| 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 |