aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* TestRubyYieldGen#test_yield needs too long time.akr2007-08-151-1/+1
* * hash.c (rb_hash_delete_key): delete the entry without calling block.nobu2007-08-151-0/+11
* * lib/rss/rss.rb: 0.1.8 -> 0.1.9.kou2007-08-131-1/+1
* update syntax (f_marg_list).akr2007-08-091-9/+9
* * enumerator.c (enumerator_next_p): should check correctly even whenmatz2007-08-081-0/+19
* variable renaming refined.akr2007-08-083-31/+25
* remove puts for debugsuke2007-08-071-1/+0
* fix test of PROPERTYPUT_REF in some environmentsuke2007-08-061-2/+9
* add test using sentgen.akr2007-08-061-0/+132
* added an assertion.tadf2007-08-051-0/+4
* * lib/rss, sample/rss, test/rss:kou2007-08-0517-743/+1755
* * sprintf.c (rb_f_sprintf): should not check positional number asnobu2007-08-021-0/+4
* * generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu2007-08-011-14/+61
* add assertions.akr2007-07-301-1/+3
* * bignum.c (rb_big_aref): check for Bignum index range.nobu2007-07-301-0/+7
* 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