summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2010-06-05* test/ruby/envutil.rb (EnvUtil#invoke_ruby): support for childnobu
2010-06-05* ruby.c (process_options): revert r25330, so that $0 can be seennobu
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 onnobu
2010-05-31* regparse.c (onig_syntax_warn): do not use external strings asnobu
2010-05-30* file.c (file_expand_path): check if expanded dname encoding isnobu
2010-05-29* parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NULnobu
2010-05-29merges r28011 from trunk into ruby_1_9_2.yugui
2010-05-29merges 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 cannobu
2010-05-25merge revision(s) 28013:naruse
2010-05-23* process.c (rb_f_spawn): use correct command name for the errornobu
2010-05-19merge revision(s) 27897:naruse
2010-05-19* vm_eval.c (rb_f_caller): return [] instead of nil when the functionmame
2010-05-17merge revision(s) 27860:naruse
2010-05-17merge from trunk (r27856, r27857)usa
2010-05-16* ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):yugui
2010-05-16merges r27791 from trunk into ruby_1_9_2.yugui
2010-05-16merges r27787 from trunk into ruby_1_9_2.yugui
2010-05-16merges r27784 from trunk into ruby_1_9_2.yugui
2010-05-16merges r27762 from trunk into ruby_1_9_2.yugui
2010-05-16merges r27713 and r27715 from trunk into ruby_1_9_2.yugui
2010-05-14merge from trunk (r27796)usa
2010-05-14merge from trunk (r27779, r27793)usa
2010-05-13* test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skipusa
2010-05-12* re.c (rb_reg_initialize_m): fix wrong index for the langnaruse
2010-05-12* numeric.c (flo_to_s): make minimum string representation.nobu
2010-05-04Fix 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 notusa
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-27Cleaning 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 runmame
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 withakr
2010-04-22remove debug print.naruse
2010-04-21* io.c (io_getc): fix incomplete character immediately before EOFnaruse
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 characternaruse
2010-04-20* test/ruby/test_system.rb (TestSystem#valid_syntax): return falsenobu