aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * bin/testrb, test/runner.rb, lib/test/unit.rb: improve backwardnobu2011-02-111-9/+1
* * eval.c (ruby_cleanup): use rb_ary_free to free internal object.nobu2011-02-111-1/+10
* * test/ruby/test_transcode.rb (test_from_cp50221): fix wrongnobu2011-02-111-1/+2
* * test/ruby: uniquify test names.nobu2011-02-112-7/+7
* * configure.in (rubygems): add --disable-rubygems option.nobu2011-02-111-1/+1
* * test/rdoc/test_rdoc_encoding.rb: remove unnecessary (and wrong)usa2011-02-091-12/+0
* Upgrade to RDoc 3.5.3. Fixes [Bug #4376]drbrain2011-02-074-16/+136
* TestProcess#test_wait_and_sigchild randomly fails on FreeBSDnaruse2011-02-071-0/+3
* * test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):usa2011-02-071-23/+19
* * ext/pty/pty.c (chfunc): suppress a warning.nobu2011-02-061-0/+8
* Ensure result encoding is the same as input encoding for String#gsub. [Bug #...drbrain2011-02-061-0/+15
* * parse.y (words, qwords): dispatch array events. based on anobu2011-02-062-11/+29
* * test/fileutils/fileasserts.rb (FileAssertions): separate module.nobu2011-02-063-1/+4
* Surpress warnings: possibly useless use of :: in void contextnaruse2011-02-051-2/+2
* * parse.y (mlhs_basic): include mlhs_post for ripper. a patchnobu2011-02-051-0/+13
* * lib/test/unit/assertions.rb (assert_block): move fromnobu2011-02-051-4/+0
* * test/fileutils/fileasserts.rb (assert_block): pass argumentsnobu2011-02-051-2/+2
* Import RDoc 3.5.2drbrain2011-02-055-9/+149
* * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptrnobu2011-02-051-0/+5
* * ext/json/parser/parser.h (GET_PARSER): raise TypeError.nobu2011-02-051-2/+2
* * ext/json/parser/parser.h (GET_PARSER): check if initialized.nobu2011-02-051-0/+7
* * load.c (rb_get_expanded_load_path): always expand load paths.nobu2011-02-051-0/+25
* * lib/fileutils.rb (FileUtils::LowMethods): make low level methodsnobu2011-02-043-76/+94
* * test/fileutils/fileasserts.rb: add message arguments.nobu2011-02-041-16/+17
* * test/fileutils/fileasserts.rb (Test::Unit::Assertions#assert_block):nobu2011-02-041-0/+4
* * parse.y (lex_getline, parser_set_encode): set encoding of linesnobu2011-02-041-0/+59
* * ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dupnobu2011-02-031-2/+2
* e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrectnaruse2011-02-031-2/+30
* * re.c (Init_Regexp): added a constant for ARG_ENCODING_NONEtenderlove2011-02-021-0/+6
* * ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regulartenderlove2011-02-022-0/+10
* Commit files I forgot to adddrbrain2011-02-022-0/+237
* Import RDoc 3.5.1drbrain2011-02-0215-37/+1353
* * test/ruby/test_require.rb (TestRequire#test_require_with_unc):usa2011-02-011-1/+1
* * test/benchmark/test_benchmark.rb (#capture_bench_output):kosaki2011-02-011-1/+1
* Import rubygems 1.5.0 (released version @ 1fb59d0)ryan2011-02-016-9/+106
* * lib/benchmark.rb: fix benchmarck to work with current ruby.naruse2011-01-311-6/+162
* Add ML Reference and a test for r30736 [ruby-core:34997]naruse2011-01-301-0/+6
* * test/rubygems/test_gem_security.rb (TestGemSecurity): valid onlynobu2011-01-301-1/+1
* * test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu2011-01-302-0/+3
* * strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr2011-01-301-0/+12
* * enc/emacs_mule.c (emacsmule_islead): 7bit range is also leadingnobu2011-01-301-11/+17
* * hash.c (rb_hash_fetch_m): use useful message for longer key, not anobu2011-01-301-2/+8
* * string.c (rb_str_ellipsize): new function to ellipsize a string.nobu2011-01-301-0/+46
* * enc/emacs_mule.c (emacsmule_islead): fix inverse condition.nobu2011-01-301-0/+12
* * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse2011-01-291-2/+8
* * array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse2011-01-291-0/+1
* * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame2011-01-291-0/+15
* Import rubygems 1.5.0 (release candidate @ 09893d9)ryan2011-01-2872-1121/+212
* * variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame2011-01-281-0/+4
* * variable.c (rb_const_set): const_set shoud preserve constantmame2011-01-281-0/+4