summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2007-08-05* lib/rss, sample/rss, test/rss:kou
2007-08-02* sprintf.c (rb_f_sprintf): should not check positional number asnobu
2007-08-01* generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu
2007-07-30add assertions.akr
2007-07-30* bignum.c (rb_big_aref): check for Bignum index range.nobu
2007-07-19refine tests for shift.akr
2007-07-19* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu
2007-07-15* sprintf.c (rb_f_sprintf): more checks for format argument.nobu
2007-07-15refine failure messages.akr
2007-07-15* bignum.c (rb_cstr_to_inum): check leading non-digits.nobu
2007-07-15refined.akr
2007-07-14* numeric.c (fix_pow): integer power calculation: 0**n => 0, matz
2007-07-14more assertions.akr
2007-07-13refined.akr
2007-07-13check values around 16bit.akr
2007-07-13more tests.akr
2007-07-13add assertions using equations taken from Hacker's Delight.akr
2007-07-13new file.akr
2007-07-13more tests.akr
2007-07-13check (-0x4000000000000000)/(-1) too.akr
2007-07-13add test for [ruby-dev:31210].akr
2007-07-13sentence generator updated.akr
2007-07-13add test for [ruby-dev:31197].akr
2007-07-13* range.c (range_max, range_min): return nil for empty set as well asnobu
2007-07-12add tests for [ruby-dev:31189] and [ruby-dev:31190].akr
2007-07-06* test/ruby/test_iterator.rb: fix test to 1.9 spec.ko1
2007-07-06* test/ruby/sentgen.rb: new file.akr
2007-07-05* test/ruby/test_basicinstructions.rb: remove an assertion usingko1
2007-07-05 * numeric.c (int_pow): fix previous nubu's commit.usa
2007-07-04revert variable renaming. [ruby-dev:31001]akr
2007-06-24* insn_send.ci: removed.ko1
2007-06-18* ext/openssl/{extconf.rb,ossl_ssl_session.c}:technorama
2007-06-15* hash.c: exchange semantics of Hash#each and Hash#each_pair.ko1
2007-06-15* test/ruby/test_iterator.rb: remove debug code (GC.stress=true).ko1
2007-06-15* vm.c (th_yield_setup_args): |v| should work as |v,|.ko1
2007-06-15* cont.c (rb_cont_call): forbid cross fiber continuation call.ko1
2007-06-10 * test/ruby/test_beginendblock.rb: typo.usa
2007-06-10* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-06-07* cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].ko1
2007-06-06* lib/json/common.rb: Ponder offering parse\! method.naruse
2007-06-06* test_fiber.rb: add a test (Continuation and Fiber).ko1
2007-06-06* cont.c (cont_new): add debug message.ko1
2007-06-06* test/ruby/test_continuation.rb: add a test for last commit.ko1
2007-06-06* ext/json, lib/json, test/json: set properties.nobu
2007-06-05* cont.c (rb_fiber_start): clear th->tag and check error to fixko1
2007-06-05* parse.y (new_yield), compile.c (iseq_compile_each): fixko1
2007-06-04* lib/json.rb, lib/json, ext/json, test/json:naruse
2007-06-02* cont.c (Fiber#pass): rename to Fiber#yield. Block parameterko1
2007-05-30* cont.c (cont_capture): store all local variables in heapko1
2007-05-29* cont.c: fix bug around Continuation and Fiber.ko1