aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/logger/test_logger.rb (TestLogDevice#test_write): checknobu2009-10-201-0/+6
* Use Array#permutation for permutation tests.naruse2009-10-201-21/+14
* * added monitor.rb test. see #2240 the bug on ruby_1_8.nahi2009-10-201-0/+27
* * lib/logger.rb: imported upstream version (logger/1.2.7) see #2238.nahi2009-10-201-13/+137
* * test/ripper/test_*.rb: fixed indent.nobu2009-10-204-31/+26
* * parse.y (method_call): dispatch symbols. a patch from Andy Keep innobu2009-10-201-4/+18
* * parse.y (mlhs_basic): fixed handling splat in middle of mlhs. anobu2009-10-201-20/+40
* * parse.y (parser_here_document): dispatch delayed heredocnobu2009-10-203-6/+20
* * iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu2009-10-191-0/+4
* Retry until the signal is trapped.naruse2009-10-181-1/+4
* * test/test_prime.rbyugui2009-10-181-0/+26
* * marshal.c (id2encidx): register encoding name.nobu2009-10-171-0/+43
* * test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): usesyugui2009-10-171-6/+6
* * test/rake/data/unittest/subdir/.gitignore: dummy entry for ensuringyugui2009-10-171-0/+2
* * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risknobu2009-10-161-4/+2
* * test/ruby/test_object.rb (test_respond_to_missing):nobu2009-10-161-1/+1
* * test/ruby/test_object.rb (test_remove_method): test for Bug#2202.nobu2009-10-161-0/+20
* * io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu2009-10-151-21/+20
* * io.c (io_reopen): unread current buffer before telling thenobu2009-10-151-0/+9
* * ext/iconv/iconv.c (iconv_create): cannot retry with given block.nobu2009-10-153-3/+6
* * test/iconv/test_option.rb: removed particular implementationnobu2009-10-151-1/+1
* * ruby.c (process_options): script name should not be shown in annobu2009-10-141-0/+9
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppressnobu2009-10-121-1/+1
* * marshal.c (has_encoding): added for check the regexpnaruse2009-10-111-1/+5
* * test/rake/test_application.rb: not executable.nobu2009-10-111-0/+0
* * test/rake/test_namespace.rb: not executable.nobu2009-10-111-0/+0
* * tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse2009-10-081-0/+1
* * lib/delegate.rb (Delegator::public_api): take snapshot ofmatz2009-10-061-0/+22
* * marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu2009-10-041-0/+41
* wrap by a module.akr2009-10-041-0/+4
* * test/rubygems/test_gem_installer.rb (test_build_extensions_extconf_bad):nobu2009-10-041-1/+1
* * test/rubygems/gemutilities.rb (setup): use ENV["RUBY"] beforenobu2009-10-041-0/+9
* * test/rubygems/test_gem.rb (TestGem#test_self_find_files): "."nobu2009-10-041-1/+5
* add assertion message.akr2009-10-041-2/+3
* * test/rubygems: use require_relative.nobu2009-10-0367-80/+70
* * test/rake/contrib/test_ftp.rb: moved.nobu2009-10-031-0/+0
* * test/rake: get rid of name collision.nobu2009-10-033-15/+14
* * test/rake: get rid of name collision.nobu2009-10-0327-38/+38
* * test/rake/test_package_task.rb (Rake::TestPackageTask),nobu2009-10-031-2/+2
* * parse.y (bv_decls, bvar): fix for block variables.nobu2009-10-031-0/+10
* * test/ripper/test_scanner_events.rb: workaround for ruby-mode.el confusion.nobu2009-10-031-7/+7
* * test/ripper/dummyparser.rb: suppress redefinition warnings.nobu2009-10-031-7/+6
* * vm_method.c (rb_add_method_def): no redefinition warning onnobu2009-10-032-1/+17
* * object.c (rb_f_integer): now Integer() takes optional basematz2009-10-031-0/+13
* * lib/rake: updated to rake code to rake-0.8.7 source code base.nobu2009-10-0251-0/+4240
* * test/ripper/dummyparser.rb (DummyParser): improvement by Magnusnobu2009-10-022-448/+51
* * enum.c (enum_slice_before): take a pattern if no block given.akr2009-10-021-0/+4
* * parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID bynobu2009-10-022-25/+116
* * vm_method.c (rb_add_method_def): show the location wherenobu2009-09-302-0/+8
* Escape as \x{XXXX} other than Unicode chars.naruse2009-09-291-2/+2