summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-08-18* variable.c, vm_method.c: remove dead code.ktsj
2013-08-17* test/ruby/test_time.rb: use the in_timezone() helpereregon
2013-08-17* test/ruby/test_time.rb (#in_timezone): fix typo of r42596eregon
2013-08-17time.c: ignore invalid datanobu
2013-08-16* test/profile_test_all.rb: fix typo.ko1
2013-08-16* test/profile_test_all.rb: remove space characters from test names.ko1
2013-08-16* test/profile_test_all.rb: refactoring memory profiling tool forko1
2013-08-16* file.c (rb_file_size, rb_file_flock): improve parformance of Winodws.usa
2013-08-15* test/ruby/test_file.rb (TestFile#test_truncate_size): test forusa
2013-08-15* io.c, internal.h (rb_io_flush_raw): new function to select callingusa
2013-08-15* test/fileutils/test_fileutils.rb (TestFileUtils#test_rmdir):usa
2013-08-14* test/test_pstore.rbusa
2013-08-14get detailed ps data to debugnaruse
2013-08-14* test/test_pstore.rbusa
2013-08-14* proc.c (rb_mod_define_method): now they return the symbols of theusa
2013-08-14test_dir_m17n.rb: fixed encoding file system on OS Xnobu
2013-08-13random.c: coerce before check negativenobu
2013-08-13object.c: undef Module#prepend_features on Classnobu
2013-08-12parse.y: CR in middlenobu
2013-08-12* class.c (rb_prepend_module): make T_ICLASS object shady becauseko1
2013-08-11file.c: OSX path encodingnobu
2013-08-11test_require.rb: __FILE__ encoding on Windowsnobu
2013-08-11* test/rexml/parser/test_sax2.rb: Expand abbreviated class name.kou
2013-08-11* lib/rexml/sax2listener.rb (REXML::SAX2Listener#notationdecl): Fixkou
2013-08-11* lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):kou
2013-08-11* lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):kou
2013-08-11* NEWS (REXML::Parsers::SAX2Parser): Add about this change.kou
2013-08-11* test/rexml/parser/test_sax2.rb: Add SAX2 API test.kou
2013-08-11parse.y: non-local/const attrsetnobu
2013-08-11* process.c (rb_clock_gettime): New method.akr
2013-08-10* file.c (rb_str_normalize_ospath):naruse
2013-08-10parse.y: non-local/const attrsetnobu
2013-08-10* test/rexml/parse/test_document_type_declaration.rb: Add tests forkou
2013-08-10* test/rexml/parse/test_notation_declaration.rb (#test_system_public):kou
2013-08-10* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::PUBLIC):kou
2013-08-09ruby.c: use String path version parser functionsnobu
2013-08-09* proc.c: add Binding#local_variable_get/set/defined?ko1
2013-08-09file.c: normalize Form Cnobu
2013-08-09* vm_insnhelper.c (vm_invoke_block): returning from lambda procktsj
2013-08-08suppress warning introduced by r42439 [ruby-dev:47040]naruse
2013-08-08enumerator.c: fix non-single argumentnobu
2013-08-08object.c: Module#singleton_class?nobu
2013-08-08* test/coverage/test_coverage.rb (TestCoverage#test_big_code): use `1'usa
2013-08-08test_range.rb: remove invalid assertionsnobu
2013-08-08* test/webrick/test_httpresponse.rb (test_send_body_*_chunked): theseusa
2013-08-08Follow r42431naruse
2013-08-07* test/openssl/test_ssl.rb: Fix test for CVE-2013-4073.charliesome
2013-08-07* lib/webrick/httpresponse.rb: Allow #body to be an IO-like objectdrbrain
2013-08-07Add Process.argv0.knu
2013-08-07Add Process.setproctitle().knu