summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-01-08* proc.c (mnew): don't check visibility of method body if publicmame
2010-01-08* vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame
2010-01-08* marshal.c (w_symbol): dump no encoding for 7bit only coderangenobu
2010-01-06Imported minitest 1.5.0 r5596ryan
2010-01-05* test/ruby/test_exception.rb: add a test. cf [ruby-dev:39116]kazu
2010-01-02* lib/resolv.rb (Resolv::DNS::Message::MessageDecoder#inspect):akr
2009-12-31* tool/mkconfig.rb: generate RbConfig.ruby in rbconfig.rb.akr
2009-12-29Add Float::INFINITY and Float::NAN.naruse
2009-12-29* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu
2009-12-28 * test/ruby/test_marshal.rb: added tests for taintness/untrustness nahi
2009-12-27* ext/win32ole/win32ole.c (foleparam_initialize): add foleparam_initializesuke
2009-12-25add tests.akr
2009-12-23* iseq.c (iseq_s_disasm): return nil for native methods.nobu
2009-12-23* test/drb/drbtest.rb (DRbService.add_service_command): quotesnobu
2009-12-23* test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.nobu
2009-12-23* test/cgi: check by Encoding.nobu
2009-12-23* test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare):nobu
2009-12-22add a test.akr
2009-12-21Add a test for [ruby-core:27247]naruse
2009-12-19* vm_eval.c (check_funcall): reset method_missing_reason beforenobu
2009-12-17* test/yaml/test_boolean.rb (test_n): fixing test nametenderlove
2009-12-16* test/yaml/test_set.rb (**) Adding test coverage for YAML::Settenderlove
2009-12-16* test/ruby/envutil.rb: fix a typo in assert message.kazu
2009-12-15add tests.akr
2009-12-15* test_find.rb: close temporary files before removing them.usa
2009-12-14* lib/find.rb (Find.find): narrow rescue region.akr
2009-12-14add tests.akr
2009-12-14Explicitly use FileUtils.rm_f. [ruby-dev:39345]naruse
2009-12-13add a test.akr
2009-12-13new test file.akr
2009-12-13* test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data toakr
2009-12-12Add rdoc and test of Encoding#replicate.naruse
2009-12-10* transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst
2009-12-10unset HTTP_PROXY, etc.akr
2009-12-10unset HTTP_PROXY and FTP_PROXY.akr
2009-12-10* vm_eval.c (yield_under): yields self the same as 1.8.shugo
2009-12-10* test/webrick/test_server.rb (test_daemon): simply use fork's returnnaruse
2009-12-10* string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.naruse
2009-12-09* string.c (rb_str_justify): fixed the case a fill size is anobu
2009-12-08* lib/rubygems: update to 1.3.5.nobu
2009-12-08* test/ripper/test_parser_events.rb: more tests.nobu
2009-12-07add a test.akr
2009-12-07* marshal.c (w_object): reverted r26007. [ruby-dev:39845]nobu
2009-12-07* test/dl/test_callback.rb testing callback removaltenderlove
2009-12-05* marshal.c (w_object): dump instance variables when usingnobu
2009-12-04* ext/dl/cptr.c (to_int): DL::CPtr supports to_inttenderlove
2009-12-04* parse.y (k_def): adjust the location of method definition to thenobu
2009-12-04fixed tests.shugo
2009-12-04 * ext/stringio/stringio.c (ungetc): RDoc updated. trunk allowsnahi
2009-12-04* test/dl/test_callback.rb (**): using DL::Function to test callbackstenderlove