summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-02-05* ext/json/parser/parser.h (GET_PARSER): check if initialized.nobu
2011-02-05* load.c (rb_get_expanded_load_path): always expand load paths.nobu
2011-02-04* lib/fileutils.rb (FileUtils::LowMethods): make low level methodsnobu
2011-02-04* test/fileutils/fileasserts.rb: add message arguments.nobu
2011-02-04* test/fileutils/fileasserts.rb (Test::Unit::Assertions#assert_block):nobu
2011-02-04* parse.y (lex_getline, parser_set_encode): set encoding of linesnobu
2011-02-03* ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dupnobu
2011-02-03e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrectnaruse
2011-02-02* re.c (Init_Regexp): added a constant for ARG_ENCODING_NONEtenderlove
2011-02-02* ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regulartenderlove
2011-02-02Commit files I forgot to adddrbrain
2011-02-02Import RDoc 3.5.1drbrain
2011-02-01* test/ruby/test_require.rb (TestRequire#test_require_with_unc):usa
2011-02-01 * test/benchmark/test_benchmark.rb (#capture_bench_output):kosaki
2011-02-01Import rubygems 1.5.0 (released version @ 1fb59d0)ryan
2011-01-31* lib/benchmark.rb: fix benchmarck to work with current ruby.naruse
2011-01-30Add ML Reference and a test for r30736 [ruby-core:34997]naruse
2011-01-30* test/rubygems/test_gem_security.rb (TestGemSecurity): valid onlynobu
2011-01-30* test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu
2011-01-30* strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr
2011-01-30* enc/emacs_mule.c (emacsmule_islead): 7bit range is also leadingnobu
2011-01-30* hash.c (rb_hash_fetch_m): use useful message for longer key, not anobu
2011-01-30* string.c (rb_str_ellipsize): new function to ellipsize a string.nobu
2011-01-30* enc/emacs_mule.c (emacsmule_islead): fix inverse condition.nobu
2011-01-29* ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse
2011-01-29* array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse
2011-01-29* vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame
2011-01-28Import rubygems 1.5.0 (release candidate @ 09893d9)ryan
2011-01-28* variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame
2011-01-28* variable.c (rb_const_set): const_set shoud preserve constantmame
2011-01-28* compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame
2011-01-28* constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame
2011-01-28 * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create,kosaki
2011-01-28 * test/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist):kosaki
2011-01-28 * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): skipkosaki
2011-01-28 * test/ruby/test_require.rb (TestRequire#test_require_too_long_filename):kosaki
2011-01-28 * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2}):kosaki
2011-01-28remove unnecessary local variable.kosaki
2011-01-28 * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2,3}):kosaki
2011-01-28* test/ruby/test_process.rb (TestProcess#test_too_long_path{,2}):usa
2011-01-27 * test/ruby/test_process.rb (TestProcess#test_too_long_path)kosaki
2011-01-27 * test/ruby/test_process.rb (TestProcess#test_too_long_path2):kosaki
2011-01-26* process.c (proc_exec_v, rb_proc_exec_n, rb_proc_exec)nobu
2011-01-26 * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi
2011-01-24* test/ruby/test_thread.rb: remove unused variables.kazu
2011-01-24* test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of met...kazu
2011-01-24* string.c (rb_string_value_cstr): rb_str_modify can changenobu
2011-01-24 * test/ruby/test_thread.rb: Added various ConditionVariable tests.kosaki
2011-01-24* error.c (rb_invalid_str): prevent intermediate variable from GC.nobu
2011-01-23 * test/io/console/test_io_console.rb: Don't run test if the systemkosaki