aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * io.c (io_encoding_set): always warn if external encoding and internalnaruse2012-03-131-0/+26
* Fix error and show given message and match message.naruse2012-03-131-2/+3
* Bug #5350nobu2012-03-131-0/+22
* assert_warn, assert_warningnobu2012-03-132-14/+7
* Add missing assert_warning.naruse2012-03-122-60/+15
* * encoding.c (rb_find_encoding): new function find encoding fromnobu2012-03-121-0/+11
* * vm_method.c (Init_eval_method): copy basic methods to Exception.nobu2012-03-121-0/+18
* * eval_jump.c (rb_exec_end_proc): remember the latest exit status.nobu2012-03-121-0/+13
* Exclude json/add/complex.rb.naruse2012-03-121-1/+1
* * lib/tmpdir.rb (Dir.tmpdir): should not use world-writable butnobu2012-03-111-0/+20
* * random.c (random_s_rand): ensure default PRNG is re-initializednobu2012-03-111-2/+31
* * pack.c (pack_unpack): when unpack('M') occurs an illegal bytenaruse2012-03-111-0/+12
* * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse2012-03-113-38/+164
* * st.c: add st_foreach_check for fixing iteration over packed tablenobu2012-03-101-0/+13
* * st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu2012-03-101-0/+9
* Rescue even if it test_readpartial_locktmp RuntimeError. [Bug#6099]naruse2012-03-091-4/+5
* * enumerator.c (lazy_flat_map): add Enumerable::Lazy#flat_map.shugo2012-03-091-0/+8
* * test/ruby/test_lazy_enumerator.rb: tests for r34951 and r34952.nobu2012-03-091-0/+104
* * ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove2012-03-081-0/+10
* * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove2012-03-081-0/+34
* * enumerator.c (enumerator_each, generator_each): pass arguments tonobu2012-03-081-0/+19
* * lib/xmlrpc/client.rb (module XMLRPC): fix typo.nagachika2012-03-071-1/+33
* * error.c (rb_load_fail): should honor encoding.nobu2012-03-071-2/+4
* * error.c (rb_loaderror_with_path): Adding the missing file as antenderlove2012-03-061-0/+8
* * lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!tenderlove2012-03-061-0/+14
* * lib/xmlrpc/client.rb: assume servers that do not send a Content-Typetenderlove2012-03-061-1/+24
* * test/xmlrpc/test_client.rb: adding a test for performing an XMLRPCtenderlove2012-03-062-15/+110
* Fix typo.naruse2012-03-061-1/+1
* * parse.y (parser_tokadd_string): escape simple regexp metanobu2012-03-061-1/+35
* * ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOKnobu2012-03-061-9/+19
* only run `test_key` on ruby 2.0.0 or uptenderlove2012-03-051-0/+1
* * parse.y (block_call): rules for block_call after block_call.nobu2012-03-051-0/+14
* assert_valid_syntaxnobu2012-03-051-8/+9
* fix typoskazu2012-03-051-2/+2
* * ext/syck/lib/syck/rubytypes.rb (Exception.yaml_new): fix bugnobu2012-03-051-1/+1
* * test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): syntax error.usa2012-03-051-1/+1
* Fix condition of r34897.naruse2012-03-051-1/+1
* Old linux (at least CentOS 5.6, kernel 2.6.18) wakes up 4.99 sec.naruse2012-03-051-1/+2
* * parse.y (parser_tokadd_string): regexp engine doesn't neednobu2012-03-041-3/+8
* * process.c (rb_run_exec_options_err): chdir at last to interpretakr2012-03-031-0/+10
* * lib/xmlrpc/client.rb (new2): use URI for uri parsing.tenderlove2012-03-021-0/+11
* * lib/xmlrpc/client.rb (new2): raises an ArgumentError on badtenderlove2012-03-021-0/+34
* * lib/xmlrpc/client.rb (new2): fix custom port specification when antenderlove2012-03-021-0/+102
* subclass of Stringnobu2012-03-021-0/+7
* * test/ruby/test_array.rb (test_combination2): Make the test case fornahi2012-03-021-3/+1
* * test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip onusa2012-02-291-0/+1
* * test/ruby/memory_status.rb (Memory): syntax error.usa2012-02-291-1/+1
* /proc/self/status format checknobu2012-02-291-2/+2
* * ext/date/date_core.c: [ruby-core:42998]tadf2012-02-281-0/+6
* * io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu2012-02-281-0/+33