aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/sentence.rb: new method Sentence().akr2007-08-191-11/+49
* sentence.rb documented.akr2007-08-183-15/+281
* * test/ruby/test_yield.rb (TestYieldGen): relax array size checkakr2007-08-181-7/+7
* lambda yield emulator refactored.akr2007-08-181-7/+11
* * test/ruby/test_yield.rb (TestYieldGen): add test for yielding toakr2007-08-182-20/+50
* * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu2007-08-181-1/+4
* * eval.c (frame_func_id): return proper method ID.nobu2007-08-171-0/+9
* * test/ruby/test_basicinstructions.rb: fix old tests.ko12007-08-171-3/+3
* fix "&" handling in block parameter.akr2007-08-161-6/+8
* * test/ruby/sentence.rb: Sentence class implementedakr2007-08-164-277/+470
* 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