summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-03-12* vm_method.c (Init_eval_method): copy basic methods to Exception.nobu
2012-03-12* eval_jump.c (rb_exec_end_proc): remember the latest exit status.nobu
2012-03-12Exclude json/add/complex.rb.naruse
2012-03-11* lib/tmpdir.rb (Dir.tmpdir): should not use world-writable butnobu
2012-03-11* random.c (random_s_rand): ensure default PRNG is re-initializednobu
2012-03-11* pack.c (pack_unpack): when unpack('M') occurs an illegal bytenaruse
2012-03-11* ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse
2012-03-10* st.c: add st_foreach_check for fixing iteration over packed tablenobu
2012-03-10* st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu
2012-03-09Rescue even if it test_readpartial_locktmp RuntimeError. [Bug#6099]naruse
2012-03-09* enumerator.c (lazy_flat_map): add Enumerable::Lazy#flat_map.shugo
2012-03-09* test/ruby/test_lazy_enumerator.rb: tests for r34951 and r34952.nobu
2012-03-08* ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove
2012-03-08* ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove
2012-03-08* enumerator.c (enumerator_each, generator_each): pass arguments tonobu
2012-03-07* lib/xmlrpc/client.rb (module XMLRPC): fix typo.nagachika
2012-03-07* error.c (rb_load_fail): should honor encoding.nobu
2012-03-06* error.c (rb_loaderror_with_path): Adding the missing file as antenderlove
2012-03-06* lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!tenderlove
2012-03-06* lib/xmlrpc/client.rb: assume servers that do not send a Content-Typetenderlove
2012-03-06* test/xmlrpc/test_client.rb: adding a test for performing an XMLRPCtenderlove
2012-03-06Fix typo.naruse
2012-03-06* parse.y (parser_tokadd_string): escape simple regexp metanobu
2012-03-06* ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOKnobu
2012-03-05only run `test_key` on ruby 2.0.0 or uptenderlove
2012-03-05* parse.y (block_call): rules for block_call after block_call.nobu
2012-03-05assert_valid_syntaxnobu
2012-03-05fix typoskazu
2012-03-05* ext/syck/lib/syck/rubytypes.rb (Exception.yaml_new): fix bugnobu
2012-03-05* test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): syntax error.usa
2012-03-05Fix condition of r34897.naruse
2012-03-05Old linux (at least CentOS 5.6, kernel 2.6.18) wakes up 4.99 sec.naruse
2012-03-04* parse.y (parser_tokadd_string): regexp engine doesn't neednobu
2012-03-03* process.c (rb_run_exec_options_err): chdir at last to interpretakr
2012-03-02* lib/xmlrpc/client.rb (new2): use URI for uri parsing.tenderlove
2012-03-02* lib/xmlrpc/client.rb (new2): raises an ArgumentError on badtenderlove
2012-03-02* lib/xmlrpc/client.rb (new2): fix custom port specification when antenderlove
2012-03-02subclass of Stringnobu
2012-03-02* test/ruby/test_array.rb (test_combination2): Make the test case fornahi
2012-02-29* test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip onusa
2012-02-29* test/ruby/memory_status.rb (Memory): syntax error.usa
2012-02-29/proc/self/status format checknobu
2012-02-28 * ext/date/date_core.c: [ruby-core:42998]tadf
2012-02-28* io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu
2012-02-28* lib/time.rb (Time#xmlschema): use strftime specifiers instead ofnobu
2012-02-28 * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain
2012-02-28 * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain
2012-02-28* ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove
2012-02-27forgotten to commit at r34834.usa
2012-02-27* test/ruby/test_syntax.rb (test_newline_in_block_parameters):nobu