| Commit message (Expand) | Author | Age | Files | Lines |
* | * sprintf.c (rb_f_sprintf): should not check positional number as | nobu | 2007-08-02 | 1 | -0/+4 |
* | add assertions. | akr | 2007-07-30 | 1 | -1/+3 |
* | * bignum.c (rb_big_aref): check for Bignum index range. | nobu | 2007-07-30 | 1 | -0/+7 |
* | refine tests for shift. | akr | 2007-07-19 | 2 | -7/+56 |
* | * bignum.c (rb_big_lshift, rb_big_rshift): separated functions | nobu | 2007-07-19 | 1 | -0/+19 |
* | * sprintf.c (rb_f_sprintf): more checks for format argument. | nobu | 2007-07-15 | 1 | -0/+33 |
* | refine failure messages. | akr | 2007-07-15 | 1 | -6/+16 |
* | * bignum.c (rb_cstr_to_inum): check leading non-digits. | nobu | 2007-07-15 | 1 | -0/+12 |
* | refined. | akr | 2007-07-15 | 1 | -5/+12 |
* | * numeric.c (fix_pow): integer power calculation: 0**n => 0, | matz | 2007-07-14 | 1 | -1/+1 |
* | more assertions. | akr | 2007-07-14 | 1 | -2/+9 |
* | refined. | akr | 2007-07-13 | 1 | -16/+21 |
* | check values around 16bit. | akr | 2007-07-13 | 1 | -0/+12 |
* | more tests. | akr | 2007-07-13 | 1 | -0/+30 |
* | add assertions using equations taken from Hacker's Delight. | akr | 2007-07-13 | 1 | -0/+15 |
* | new file. | akr | 2007-07-13 | 1 | -0/+302 |
* | more tests. | akr | 2007-07-13 | 1 | -0/+52 |
* | check (-0x4000000000000000)/(-1) too. | akr | 2007-07-13 | 1 | -0/+1 |
* | add test for [ruby-dev:31210]. | akr | 2007-07-13 | 1 | -0/+32 |
* | sentence generator updated. | akr | 2007-07-13 | 2 | -1/+195 |
* | add test for [ruby-dev:31197]. | akr | 2007-07-13 | 1 | -0/+2 |
* | * range.c (range_max, range_min): return nil for empty set as well as | nobu | 2007-07-13 | 1 | -0/+6 |
* | add tests for [ruby-dev:31189] and [ruby-dev:31190]. | akr | 2007-07-12 | 2 | -0/+12 |
* | * test/ruby/test_iterator.rb: fix test to 1.9 spec. | ko1 | 2007-07-06 | 1 | -7/+7 |
* | * test/ruby/sentgen.rb: new file. | akr | 2007-07-06 | 2 | -0/+239 |
* | * test/ruby/test_basicinstructions.rb: remove an assertion using | ko1 | 2007-07-05 | 2 | -2/+2 |
* | * numeric.c (int_pow): fix previous nubu's commit. | usa | 2007-07-05 | 1 | -0/+26 |
* | revert variable renaming. [ruby-dev:31001] | akr | 2007-07-04 | 1 | -2/+2 |
* | * insn_send.ci: removed. | ko1 | 2007-06-24 | 1 | -1/+1 |
* | * hash.c: exchange semantics of Hash#each and Hash#each_pair. | ko1 | 2007-06-15 | 2 | -5/+14 |
* | * test/ruby/test_iterator.rb: remove debug code (GC.stress=true). | ko1 | 2007-06-15 | 1 | -1/+0 |
* | * vm.c (th_yield_setup_args): |v| should work as |v,|. | ko1 | 2007-06-15 | 4 | -18/+19 |
* | * cont.c (rb_cont_call): forbid cross fiber continuation call. | ko1 | 2007-06-15 | 1 | -24/+6 |
* | * test/ruby/test_beginendblock.rb: typo. | usa | 2007-06-10 | 1 | -2/+2 |
* | * test/ruby/test_beginendblock.rb (test_should_propagate_signaled): | nobu | 2007-06-10 | 1 | -10/+9 |
* | * cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911]. | ko1 | 2007-06-07 | 1 | -1/+9 |
* | * test_fiber.rb: add a test (Continuation and Fiber). | ko1 | 2007-06-06 | 1 | -0/+16 |
* | * cont.c (cont_new): add debug message. | ko1 | 2007-06-06 | 1 | -0/+17 |
* | * test/ruby/test_continuation.rb: add a test for last commit. | ko1 | 2007-06-06 | 1 | -0/+7 |
* | * cont.c (rb_fiber_start): clear th->tag and check error to fix | ko1 | 2007-06-05 | 1 | -0/+16 |
* | * parse.y (new_yield), compile.c (iseq_compile_each): fix | ko1 | 2007-06-05 | 1 | -10/+15 |
* | * cont.c (Fiber#pass): rename to Fiber#yield. Block parameter | ko1 | 2007-06-02 | 1 | -14/+21 |
* | * cont.c (cont_capture): store all local variables in heap | ko1 | 2007-05-30 | 1 | -0/+14 |
* | * cont.c: fix bug around Continuation and Fiber. | ko1 | 2007-05-29 | 1 | -0/+31 |
* | * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail. | ko1 | 2007-05-27 | 1 | -0/+66 |
* | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12385 b2dd03c8-39d4-4d8... | nobu | 2007-05-25 | 1 | -3/+33 |
* | * test/ruby/test_beginendblock.rb (test_endblockwarn): now parser | nobu | 2007-05-15 | 1 | -6/+2 |
* | * test/ruby/test_super.rb: add tests. | usa | 2007-05-10 | 1 | -0/+17 |
* | * yarvcore.h, compile.c (set_arguments): support post arguments. | ko1 | 2007-05-01 | 2 | -3/+9 |
* | * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h: | ko1 | 2007-04-19 | 1 | -0/+2 |