aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* refine tests for shift.akr2007-07-192-7/+56
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu2007-07-191-0/+19
* * sprintf.c (rb_f_sprintf): more checks for format argument.nobu2007-07-151-0/+33
* refine failure messages.akr2007-07-151-6/+16
* * bignum.c (rb_cstr_to_inum): check leading non-digits.nobu2007-07-151-0/+12
* refined.akr2007-07-151-5/+12
* * numeric.c (fix_pow): integer power calculation: 0**n => 0, matz2007-07-141-1/+1
* more assertions.akr2007-07-141-2/+9
* refined.akr2007-07-131-16/+21
* check values around 16bit.akr2007-07-131-0/+12
* more tests.akr2007-07-131-0/+30
* add assertions using equations taken from Hacker's Delight.akr2007-07-131-0/+15
* new file.akr2007-07-131-0/+302
* more tests.akr2007-07-131-0/+52
* check (-0x4000000000000000)/(-1) too.akr2007-07-131-0/+1
* add test for [ruby-dev:31210].akr2007-07-131-0/+32
* sentence generator updated.akr2007-07-132-1/+195
* add test for [ruby-dev:31197].akr2007-07-131-0/+2
* * range.c (range_max, range_min): return nil for empty set as well asnobu2007-07-131-0/+6
* add tests for [ruby-dev:31189] and [ruby-dev:31190].akr2007-07-122-0/+12
* * test/ruby/test_iterator.rb: fix test to 1.9 spec.ko12007-07-061-7/+7
* * test/ruby/sentgen.rb: new file.akr2007-07-062-0/+239
* * test/ruby/test_basicinstructions.rb: remove an assertion usingko12007-07-052-2/+2
* * numeric.c (int_pow): fix previous nubu's commit.usa2007-07-051-0/+26
* revert variable renaming. [ruby-dev:31001]akr2007-07-041-2/+2
* * insn_send.ci: removed.ko12007-06-241-1/+1
* * ext/openssl/{extconf.rb,ossl_ssl_session.c}:technorama2007-06-181-0/+113
* * hash.c: exchange semantics of Hash#each and Hash#each_pair.ko12007-06-152-5/+14
* * test/ruby/test_iterator.rb: remove debug code (GC.stress=true).ko12007-06-151-1/+0
* * vm.c (th_yield_setup_args): |v| should work as |v,|.ko12007-06-154-18/+19
* * cont.c (rb_cont_call): forbid cross fiber continuation call.ko12007-06-151-24/+6
* * test/ruby/test_beginendblock.rb: typo.usa2007-06-101-2/+2
* * test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu2007-06-101-10/+9
* * cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].ko12007-06-071-1/+9
* * lib/json/common.rb: Ponder offering parse\! method.naruse2007-06-062-7/+9
* * test_fiber.rb: add a test (Continuation and Fiber).ko12007-06-061-0/+16
* * cont.c (cont_new): add debug message.ko12007-06-061-0/+17
* * test/ruby/test_continuation.rb: add a test for last commit.ko12007-06-061-0/+7
* * ext/json, lib/json, test/json: set properties.nobu2007-06-062-0/+0
* * cont.c (rb_fiber_start): clear th->tag and check error to fixko12007-06-051-0/+16
* * parse.y (new_yield), compile.c (iseq_compile_each): fixko12007-06-051-10/+15
* * lib/json.rb, lib/json, ext/json, test/json:naruse2007-06-0437-0/+636
* * cont.c (Fiber#pass): rename to Fiber#yield. Block parameterko12007-06-021-14/+21
* * cont.c (cont_capture): store all local variables in heapko12007-05-301-0/+14
* * cont.c: fix bug around Continuation and Fiber.ko12007-05-291-0/+31
* * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko12007-05-271-0/+66
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12385 b2dd03c8-39d4-4d8f-98...nobu2007-05-251-3/+33
* * test/ruby/test_beginendblock.rb (test_endblockwarn): now parsernobu2007-05-151-6/+2
* * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine2007-05-121-0/+20
* * test/ruby/test_super.rb: add tests.usa2007-05-101-0/+17