summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2012-03-23* bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu
2012-03-23* test/ruby/test_io.rb (try_fdopen): more GCable.nobu
2012-03-22* transcode.c (str_encode_bang, encoded_dup): if nothing wasnobu
2012-03-22* io.c (static int io_fflush): add the definition.shirosaki
2012-03-22* test/ruby/test_m17n.rb (test_env): show failed values.nobu
2012-03-22* test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.usa
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-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* 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* numeric.c: fix flodivmod for cornercases [Bug #6044]marcandre
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-13assert_warn, assert_warningnobu
2012-03-12Add missing assert_warning.naruse
2012-03-12* encoding.c (rb_find_encoding): new function find encoding fromnobu
2012-03-12* vm_method.c (Init_eval_method): copy basic methods to Exception.nobu