aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * encoding.c (get_filesystem_encoding): removed.naruse2009-10-281-0/+2
* * ext/stringio/stringio.c (Init_stringio): added read_nonblock andnobu2009-10-271-0/+40
* * string.c (chopped_length): get rid of unexpected exception.nobu2009-10-271-9/+0
* * parse.y (ripper_filename): add Ripper#filename. [ruby-dev:37856] * test/rip...kazu2009-10-261-6/+35
* * io.c (io_fwrite): adjust stdio file position after direct write onnobu2009-10-261-0/+15
* * ext/dl/handle.c (**) adding documentationtenderlove2009-10-251-0/+10
* * ext/dl/handle.c (rb_dlhandle_close_enabled_p) testing that handles cantenderlove2009-10-251-0/+17
* * ext/dl/handle.c (**) adding documentationtenderlove2009-10-251-0/+15
* * ext/dl/handle.c (rb_dlhandle_sym) refactoring rb_secure(2)tenderlove2009-10-251-0/+29
* * ext/dl/handle.c (rb_dlhandle_sym) removing unnecessary code. Addingtenderlove2009-10-251-0/+25
* * ext/dl/handle.c (rb_dlhandle_close) check return value of dlclose()tenderlove2009-10-241-0/+13
* * class.c (rb_class_new): move class check to rb_check_inheritable().matz2009-10-231-2/+1
* * ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)tenderlove2009-10-231-0/+27
* * test/ruby/envutil.rb (assert_in_out_err): test_stdout andakr2009-10-222-3/+3
* * test/scanf/test_scanfio.rb (TestScanfIO): needs to inheritnobu2009-10-211-3/+4
* * test/ruby/{marshaltestlib,test_marshal}.rb: suppressed warnings.nobu2009-10-212-4/+4
* * 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