| Age | Commit message (Expand) | Author |
| 2010-05-29 | * parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NUL | nobu |
| 2010-05-29 | * test/ruby/envutil.rb: fix for --disable-gems. | nobu |
| 2010-05-28 | * string.c (sym_inspect): escape ASCII-compatible strings. | nobu |
| 2010-05-28 | * string.c (rb_str_inspect): escape ASCII-compatible strings. | nobu |
| 2010-05-26 | * random.c (random_rand): subtraction method of non-numeric can | nobu |
| 2010-05-25 | * regparse.c (add_code_range_to_buf0): fix false negative | naruse |
| 2010-05-25 | refine an assertion. | akr |
| 2010-05-24 | add an assertion. | akr |
| 2010-05-23 | * process.c (rb_f_spawn): use correct command name for the error | nobu |
| 2010-05-19 | Fix test to follow NetBSD's setenv(3). | naruse |
| 2010-05-19 | * vm_eval.c (rb_f_caller): return [] instead of nil when the function | mame |
| 2010-05-17 | * enc/iso_2022_jp.h: add CP50220. | naruse |
| 2010-05-17 | * test/ruby/test_dir_m17n.rb: changes for windows. | usa |
| 2010-05-16 | * parse.y (parser_read_escape, parser_tokadd_escape): allow a hex or | mame |
| 2010-05-16 | * ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test): | yugui |
| 2010-05-14 | * test/ruby/test_rubyoptions.rb (test_segv_test): VC runtime adds some messages | usa |
| 2010-05-14 | * test/ruby/test_process.rb: skip some tests on Windows. | usa |
| 2010-05-13 | * test/ruby/test_io_m17n.rb (test_textmode_paragraph_binaryread): | nobu |
| 2010-05-13 | add a test. | akr |
| 2010-05-13 | * test/ruby/test_io_m17n.rb (TestIO_M17N#test_cbuf_select), | nobu |
| 2010-05-13 | * test/ruby/test_process.rb: skip some tests on Windows. | usa |
| 2010-05-13 | * test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skip | usa |
| 2010-05-12 | add a test. | akr |
| 2010-05-12 | * numeric.c (flo_to_s): make minimum string representation. | nobu |
| 2010-05-12 | * re.c (rb_reg_initialize_m): fix wrong index for the lang | naruse |
| 2010-05-09 | * test/ruby/test_fiber.rb: add ML ref. | mame |
| 2010-05-09 | * cont.c (fiber_switch): raise FiberError when returning to dead | mame |
| 2010-05-04 | Fix and add tests for String#inspect. [ruby-dev:41153] | naruse |
| 2010-05-04 | * test/ruby/test_require.rb (test_relative_symlink): skip if symlink is not | usa |
| 2010-05-04 | * error.c (name_err_mesg_to_str): preserve encoding of inspection. | nobu |
| 2010-04-30 | * test/ruby/test_io.rb: skip false tests on Windows. | nobu |
| 2010-04-29 | * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert): | nobu |
| 2010-04-29 | * test/ruby: fixed nonsense assertions. | nobu |
| 2010-04-27 | Cleaning up syntax warnings. | naruse |
| 2010-04-27 | * iseq.c (set_relation): do not use top_wrapper as bottom of cref, | mame |
| 2010-04-27 | * eval.c (ruby_cleanup): before cleanup, check signal buffer and run | mame |
| 2010-04-27 | * parse.y (parser_read_escape): deny extra character escapes. | nobu |
| 2010-04-26 | * io.c (select_internal): IO which cbuf is not empty is readable. | akr |
| 2010-04-26 | * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*: | tadf |
| 2010-04-25 | * complex.c, ratioanl.c: reverted experimental r24565. | tadf |
| 2010-04-24 | * io.c: raise IOError when byte oriented operations occur with | akr |
| 2010-04-22 | remove debug print. | naruse |
| 2010-04-21 | * io.c (io_getc): fix incomplete character immediately before EOF | naruse |
| 2010-04-21 | * parse.y (regexp): check each fragments. [ruby-core:27374] | nobu |
| 2010-04-21 | * parse.y (parser_yylex): abandoned EXPR_VCALL. | nobu |
| 2010-04-20 | * io.c (io_getc): set read_encoding to resulted one character | naruse |
| 2010-04-20 | * test/ruby/test_system.rb (TestSystem#valid_syntax): return false | nobu |
| 2010-04-20 | * parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex): separate | nobu |
| 2010-04-20 | * test/ruby: make more ruby-mode.el friendly. | nobu |
| 2010-04-19 | * file.c (rb_file_s_extname): skip last directory separators. | nobu |