summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-10-20* parse.y (method_call): dispatch symbols. a patch from Andy Keep innobu
2009-10-20* parse.y (mlhs_basic): fixed handling splat in middle of mlhs. anobu
2009-10-20* parse.y (parser_here_document): dispatch delayed heredocnobu
2009-10-19* iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu
2009-10-18Retry until the signal is trapped.naruse
2009-10-18* test/test_prime.rbyugui
2009-10-17* marshal.c (id2encidx): register encoding name.nobu
2009-10-17* test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): usesyugui
2009-10-17* test/rake/data/unittest/subdir/.gitignore: dummy entry for ensuringyugui
2009-10-16* test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risknobu
2009-10-16* test/ruby/test_object.rb (test_respond_to_missing):nobu
2009-10-16* test/ruby/test_object.rb (test_remove_method): test for Bug#2202.nobu
2009-10-15* io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu
2009-10-15* io.c (io_reopen): unread current buffer before telling thenobu
2009-10-15* ext/iconv/iconv.c (iconv_create): cannot retry with given block.nobu
2009-10-15* test/iconv/test_option.rb: removed particular implementationnobu
2009-10-14* ruby.c (process_options): script name should not be shown in annobu
2009-10-12* test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppressnobu
2009-10-11* marshal.c (has_encoding): added for check the regexpnaruse
2009-10-11* test/rake/test_application.rb: not executable.nobu
2009-10-11* test/rake/test_namespace.rb: not executable.nobu
2009-10-08* tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse
2009-10-06* lib/delegate.rb (Delegator::public_api): take snapshot ofmatz
2009-10-04* marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu
2009-10-04wrap by a module.akr
2009-10-04* test/rubygems/test_gem_installer.rb (test_build_extensions_extconf_bad):nobu
2009-10-04* test/rubygems/gemutilities.rb (setup): use ENV["RUBY"] beforenobu
2009-10-04* test/rubygems/test_gem.rb (TestGem#test_self_find_files): "."nobu
2009-10-04add assertion message.akr
2009-10-03* test/rubygems: use require_relative.nobu
2009-10-03* test/rake/contrib/test_ftp.rb: moved.nobu
2009-10-03* test/rake: get rid of name collision.nobu
2009-10-03* test/rake: get rid of name collision.nobu
2009-10-03* test/rake/test_package_task.rb (Rake::TestPackageTask),nobu
2009-10-03* parse.y (bv_decls, bvar): fix for block variables.nobu
2009-10-03* test/ripper/test_scanner_events.rb: workaround for ruby-mode.el confusion.nobu
2009-10-03* test/ripper/dummyparser.rb: suppress redefinition warnings.nobu
2009-10-03* vm_method.c (rb_add_method_def): no redefinition warning onnobu
2009-10-03* object.c (rb_f_integer): now Integer() takes optional basematz
2009-10-02* lib/rake: updated to rake code to rake-0.8.7 source code base.nobu
2009-10-02* test/ripper/dummyparser.rb (DummyParser): improvement by Magnusnobu
2009-10-02* enum.c (enum_slice_before): take a pattern if no block given.akr
2009-10-02* parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID bynobu
2009-09-30* vm_method.c (rb_add_method_def): show the location wherenobu
2009-09-29Escape as \x{XXXX} other than Unicode chars.naruse
2009-09-29* test/ruby/test_class.rb (test_method_redefinition): commit miss.nobu
2009-09-29* test/ruby/test_{class,module}.rb (test_method_redefinition): includenobu
2009-09-29* test/ruby/test_{class,module}.rb (test_method_redefinition): refined.nobu
2009-09-29* test/ruby/test_module.rb: suppress warnings.nobu
2009-09-29* vm_method.c (rb_add_method_def): nothing to do if old method hadnobu