aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu2012-03-154-7/+7
* * vm_eval.c (check_funcall): Raise ArgumentError if respond_to?drbrain2012-03-141-0/+18
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-0/+10
* * vm_insnhelper.c: improve number of arguments error in case ofmarcandre2012-03-141-0/+61
* * enumerator.c (lazy_init_iterator): break when Qundef is returnedshugo2012-03-141-4/+40
* * enumerator.c (lazy_take): add Enumerable::Lazy#take.shugo2012-03-141-0/+8
* * test/test_tmpdir.rb (TestTmpdir#test_world_writable): skip on Windows.usa2012-03-141-0/+1
* * numeric.c: fix flodivmod for cornercases [Bug #6044]marcandre2012-03-142-0/+16
* more GCablenobu2012-03-141-2/+4
* * enumerator.c (lazy_grep_func): should use === instead of =~, asnobu2012-03-141-0/+2
* Init_Enumeratornobu2012-03-141-1/+1
* * enumerator.c (lazy_zip_func): use each for non-Array objects.shugo2012-03-131-0/+10
* * enumerator.c (lazy_zip): add Enumerable::Lazy#flat_map.shugo2012-03-131-0/+22
* * compile.c (iseq_set_arguments): keyword rest arg without keyword args.nobu2012-03-131-2/+7
* * parse.y (block_param, f_args): add rules for the case argumentsnobu2012-03-131-0/+6
* * 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