aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame2011-01-282-0/+36
* * constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame2011-01-281-0/+14
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create,kosaki2011-01-281-12/+5
* * test/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist):kosaki2011-01-281-3/+12
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): skipkosaki2011-01-281-2/+2
* * test/ruby/test_require.rb (TestRequire#test_require_too_long_filename):kosaki2011-01-281-2/+2
* * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2}):kosaki2011-01-281-2/+2
* remove unnecessary local variable.kosaki2011-01-281-1/+0
* * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2,3}):kosaki2011-01-281-1/+19
* * test/ruby/test_process.rb (TestProcess#test_too_long_path{,2}):usa2011-01-281-2/+6
* * test/ruby/test_process.rb (TestProcess#test_too_long_path)kosaki2011-01-271-2/+2
* * test/ruby/test_process.rb (TestProcess#test_too_long_path2):kosaki2011-01-271-4/+5
* * process.c (proc_exec_v, rb_proc_exec_n, rb_proc_exec)nobu2011-01-261-0/+9
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi2011-01-261-0/+10
* * test/ruby/test_thread.rb: remove unused variables.kazu2011-01-241-3/+2
* * test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of met...kazu2011-01-241-1/+1
* * string.c (rb_string_value_cstr): rb_str_modify can changenobu2011-01-241-0/+17
* * test/ruby/test_thread.rb: Added various ConditionVariable tests.kosaki2011-01-241-0/+114