summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2009-09-29* test/ruby/test_class.rb (test_module_function): tests for warnings.nobu
2009-09-29Refine tests arround String#inspect.naruse
2009-09-29* string.c (rb_str_inspect): dump as \uXXXX when thenaruse
2009-09-28git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz
2009-09-28* stringio/stringio.c (strio_read): set ASCII-8BIT encodingnaruse
2009-09-27* lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspectakr
2009-09-25* proc.c (missing_wrap): reverted.nobu
2009-09-25* proc.c (mnew): fix for instance method of Module, BasicObjectnobu
2009-09-24* proc.c (mnew): generate method object that wraps method_missing,matz