aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa2012-03-211-0/+22
* test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu2012-03-201-8/+1
* * enumerator.c (lazy_flat_map_func): convert the block value toshugo2012-03-191-0/+21
* * test/test_pty.rb: same as r29280, skip tests when PTY allocationshyouhei2012-03-191-0/+8
* num2ll and num2ullnobu2012-03-181-2/+2
* * bignum.c (rb_big_pow): estimate result bit size more precisely.nobu2012-03-181-0/+3
* * gc.c (free_method_entry_i): method entry may be innobu2012-03-181-0/+12
* * string.c (trnext): fix bug with string ending with '\\'.kazu2012-03-161-0/+3
* * string.c (trnext): should advance char-wise.nobu2012-03-161-0/+4
* fix unreachable warning line numbernobu2012-03-161-0/+7
* fix typonobu2012-03-161-1/+1
* verbose_warningnobu2012-03-161-1/+1
* suppress warning.nobu2012-03-162-3/+3
* fix indentnobu2012-03-161-10/+10
* Tempfile#opennobu2012-03-161-6/+10
* fix argument ordernobu2012-03-161-1/+1
* bug numbernobu2012-03-161-5/+5
* * lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo2012-03-161-0/+19
* * lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo2012-03-161-0/+16
* * vm_insnhelper.c (argument_error): use line number at the beginningnobu2012-03-161-0/+19
* * enumerator.c (lazy_take): don't enumerate an extra value.shugo2012-03-161-1/+5
* * enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo2012-03-151-0/+42
* * enumerator.c (lazy_zip): rescue StopIteration returned byshugo2012-03-151-0/+6
* * enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}shugo2012-03-151-4/+14
* * enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy toshugo2012-03-151-1/+1
* * parse.y (parser_yylex): fix warning line number.nobu2012-03-151-0/+8
* * test/ruby/test_m17n.rb (assert_warning): use common method.nobu2012-03-151-12/+1
* * parse.y (sym_check_asciionly): check ascii compatibility beforenobu2012-03-151-0/+7
* * enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle.shugo2012-03-151-0/+10
* * 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