summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-03-21* test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa
2012-03-20test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu
2012-03-19* enumerator.c (lazy_flat_map_func): convert the block value toshugo
2012-03-19* test/test_pty.rb: same as r29280, skip tests when PTY allocationshyouhei
2012-03-18num2ll and num2ullnobu
2012-03-18* bignum.c (rb_big_pow): estimate result bit size more precisely.nobu
2012-03-18* gc.c (free_method_entry_i): method entry may be innobu
2012-03-16* string.c (trnext): fix bug with string ending with '\\'.kazu
2012-03-16* string.c (trnext): should advance char-wise.nobu
2012-03-16fix unreachable warning line numbernobu
2012-03-16fix typonobu
2012-03-16verbose_warningnobu
2012-03-16suppress warning.nobu
2012-03-16fix indentnobu
2012-03-16Tempfile#opennobu
2012-03-16fix argument ordernobu
2012-03-16bug numbernobu
2012-03-16* lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo
2012-03-16* lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo
2012-03-16* vm_insnhelper.c (argument_error): use line number at the beginningnobu
2012-03-16* enumerator.c (lazy_take): don't enumerate an extra value.shugo
2012-03-15* enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo
2012-03-15* enumerator.c (lazy_zip): rescue StopIteration returned byshugo
2012-03-15* enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}shugo
2012-03-15* enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy toshugo
2012-03-15* parse.y (parser_yylex): fix warning line number.nobu
2012-03-15* test/ruby/test_m17n.rb (assert_warning): use common method.nobu
2012-03-15* parse.y (sym_check_asciionly): check ascii compatibility beforenobu
2012-03-15* enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle.shugo
2012-03-15* test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu
2012-03-14 * vm_eval.c (check_funcall): Raise ArgumentError if respond_to?drbrain
2012-03-14* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre
2012-03-14* vm_insnhelper.c: improve number of arguments error in case ofmarcandre
2012-03-14* enumerator.c (lazy_init_iterator): break when Qundef is returnedshugo
2012-03-14* enumerator.c (lazy_take): add Enumerable::Lazy#take.shugo
2012-03-14* test/test_tmpdir.rb (TestTmpdir#test_world_writable): skip on Windows.usa
2012-03-14* numeric.c: fix flodivmod for cornercases [Bug #6044]marcandre
2012-03-14more GCablenobu
2012-03-14* enumerator.c (lazy_grep_func): should use === instead of =~, asnobu
2012-03-14Init_Enumeratornobu
2012-03-13* enumerator.c (lazy_zip_func): use each for non-Array objects.shugo
2012-03-13* enumerator.c (lazy_zip): add Enumerable::Lazy#flat_map.shugo
2012-03-13* compile.c (iseq_set_arguments): keyword rest arg without keyword args.nobu
2012-03-13* parse.y (block_param, f_args): add rules for the case argumentsnobu
2012-03-13* io.c (io_encoding_set): always warn if external encoding and internalnaruse
2012-03-13Fix error and show given message and match message.naruse
2012-03-13Bug #5350nobu
2012-03-13assert_warn, assert_warningnobu
2012-03-12Add missing assert_warning.naruse
2012-03-12* encoding.c (rb_find_encoding): new function find encoding fromnobu