summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2012-03-12* eval_jump.c (rb_exec_end_proc): remember the latest exit status.nobu
2012-03-12Exclude json/add/complex.rb.naruse
2012-03-11* random.c (random_s_rand): ensure default PRNG is re-initializednobu
2012-03-11* pack.c (pack_unpack): when unpack('M') occurs an illegal bytenaruse
2012-03-09Rescue even if it test_readpartial_locktmp RuntimeError. [Bug#6099]naruse
2012-03-09* enumerator.c (lazy_flat_map): add Enumerable::Lazy#flat_map.shugo
2012-03-09* test/ruby/test_lazy_enumerator.rb: tests for r34951 and r34952.nobu
2012-03-08* enumerator.c (enumerator_each, generator_each): pass arguments tonobu
2012-03-07* error.c (rb_load_fail): should honor encoding.nobu
2012-03-06* error.c (rb_loaderror_with_path): Adding the missing file as antenderlove
2012-03-06Fix typo.naruse
2012-03-06* parse.y (parser_tokadd_string): escape simple regexp metanobu
2012-03-05* parse.y (block_call): rules for block_call after block_call.nobu
2012-03-05assert_valid_syntaxnobu
2012-03-05fix typoskazu
2012-03-05* test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): syntax error.usa
2012-03-05Fix condition of r34897.naruse
2012-03-05Old linux (at least CentOS 5.6, kernel 2.6.18) wakes up 4.99 sec.naruse
2012-03-04* parse.y (parser_tokadd_string): regexp engine doesn't neednobu
2012-03-03* process.c (rb_run_exec_options_err): chdir at last to interpretakr
2012-03-02subclass of Stringnobu
2012-03-02* test/ruby/test_array.rb (test_combination2): Make the test case fornahi
2012-02-29* test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip onusa
2012-02-29* test/ruby/memory_status.rb (Memory): syntax error.usa
2012-02-29/proc/self/status format checknobu
2012-02-28* io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu
2012-02-27forgotten to commit at r34834.usa
2012-02-27* test/ruby/test_syntax.rb (test_newline_in_block_parameters):nobu
2012-02-26* regparse.c (add_code_range_to_buf0): wrong condition of duplicatednaruse