| Age | Commit message (Expand) | Author |
| 2010-06-05 | * test/ruby/envutil.rb (EnvUtil#invoke_ruby): support for child | nobu |
| 2010-06-05 | * ruby.c (process_options): revert r25330, so that $0 can be seen | nobu |
| 2010-06-04 | * file.c (rb_f_test): 'W' should test writable by real uid/git, | nobu |
| 2010-06-02 | * test/ruby/test_path.rb (test_path): get rid of blocking on | nobu |
| 2010-05-31 | * regparse.c (onig_syntax_warn): do not use external strings as | nobu |
| 2010-05-30 | * file.c (file_expand_path): check if expanded dname encoding is | nobu |
| 2010-05-29 | * parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NUL | nobu |
| 2010-05-29 | merges r28011 from trunk into ruby_1_9_2. | yugui |
| 2010-05-29 | merges r27992 from trunk into ruby_1_9_2. | yugui |
| 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 | merge revision(s) 28013: | naruse |
| 2010-05-23 | * process.c (rb_f_spawn): use correct command name for the error | nobu |
| 2010-05-19 | merge revision(s) 27897: | naruse |
| 2010-05-19 | * vm_eval.c (rb_f_caller): return [] instead of nil when the function | mame |
| 2010-05-17 | merge revision(s) 27860: | naruse |
| 2010-05-17 | merge from trunk (r27856, r27857) | usa |
| 2010-05-16 | * ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test): | yugui |
| 2010-05-16 | merges r27791 from trunk into ruby_1_9_2. | yugui |
| 2010-05-16 | merges r27787 from trunk into ruby_1_9_2. | yugui |
| 2010-05-16 | merges r27784 from trunk into ruby_1_9_2. | yugui |
| 2010-05-16 | merges r27762 from trunk into ruby_1_9_2. | yugui |
| 2010-05-16 | merges r27713 and r27715 from trunk into ruby_1_9_2. | yugui |
| 2010-05-14 | merge from trunk (r27796) | usa |
| 2010-05-14 | merge from trunk (r27779, r27793) | usa |
| 2010-05-13 | * test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skip | usa |
| 2010-05-12 | * re.c (rb_reg_initialize_m): fix wrong index for the lang | naruse |
| 2010-05-12 | * numeric.c (flo_to_s): make minimum string representation. | nobu |
| 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 |