| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | * ext/openssl/{extconf.rb,ossl_ssl_session.c}: | technorama | 2007-06-18 | 1 | -0/+113 |
* | * 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 |
* | * lib/json/common.rb: Ponder offering parse\! method. | naruse | 2007-06-06 | 2 | -7/+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 |
* | * ext/json, lib/json, test/json: set properties. | nobu | 2007-06-06 | 2 | -0/+0 |
* | * 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 |
* | * lib/json.rb, lib/json, ext/json, test/json: | naruse | 2007-06-04 | 37 | -0/+636 |
* | * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@12385 b2dd03c8-39d4-4d8f-98... | nobu | 2007-05-25 | 1 | -3/+33 |
* | * test/ruby/test_beginendblock.rb (test_endblockwarn): now parser | nobu | 2007-05-15 | 1 | -6/+2 |
* | * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120] | aamine | 2007-05-12 | 1 | -0/+20 |
* | * test/ruby/test_super.rb: add tests. | usa | 2007-05-10 | 1 | -0/+17 |
* | * lib/rss/image.rb, test/rss/test_image.rb: fixed Image module | kou | 2007-05-07 | 1 | -1/+1 |
* | * 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 |
* | * test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s. | usa | 2007-03-22 | 1 | -0/+11 |
* | * test/testunit/collector/test_dir.rb: Fixed test/unit tests that | ntalbott | 2007-03-20 | 2 | -9/+9 |
* | * lib/rss, test/rss: | kou | 2007-03-17 | 33 | -1044/+6095 |
* | * ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB#library_name, | suke | 2007-03-09 | 1 | -0/+10 |
* | * ext/win32ole/win32ole.c (get_ptr_of_variant, ole_set_safe_array, | suke | 2007-03-02 | 1 | -6/+278 |
* | * test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. use | usa | 2007-02-27 | 2 | -4/+4 |
* | * test/ruby/test_optimization.rb: restore method before calling assert_equal. | aamine | 2007-02-26 | 1 | -84/+29 |