aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* test small structs.akr2006-02-051-0/+16
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-1/+8
* * win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean2006-01-011-0/+42
* fix "-e:1: undefined method `sub' for main:Object (NoMethodError)"akr2005-12-291-1/+1
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-7/+7
* * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr2005-12-291-4/+4
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-191-0/+27
* * range.c (range_max): treat end exclusion without iteration ifmatz2005-11-251-0/+20
* * file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa2005-11-221-15/+114
* * test/ruby/test_array.rb (test_misc): added some testsocean2005-11-201-0/+11
* * file.c (rb_file_s_dirname): should use skipprefix for UNC path.usa2005-11-181-6/+14
* * forgotten to save after rename method name.usa2005-11-181-1/+1
* * file.c (file_s_dirname): added checks for some patterns with driveusa2005-11-181-0/+71
* * array.c (rb_ary_fill): tail elements were vanished when the middleocean2005-11-151-0/+23
* * test/ruby/test_float.rb (test_precision): test by assert_in_delta.ocean2005-10-301-4/+4
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-1/+1
* * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu2005-10-221-0/+50
* * lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu2005-10-082-63/+0
* * test/ruby/test_file.rb: check File#chown(nil,nil). [ruby-dev:27140]aamine2005-09-221-0/+15
* * test/ruby/test_readpartial.rb (test_open_pipe, test_with_stdio):ocean2005-09-171-2/+0
* * test/ruby/test_signal.rb (test_exit_action): skip the test usingusa2005-09-151-0/+10
* * lib/ostruct.rb (new_ostruct_member): Object#send no longer callnobu2005-09-122-2/+2
* * test/ruby/test_iterator.rb (test_block_passing): more tests.nobu2005-08-171-0/+6
* * test/ruby/test_iterator.rb (test_block_passing): yield in methodnobu2005-08-101-0/+8
* * parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamicnobu2005-08-081-0/+53
* * test/ruby/test_fnmatch.rb: separated from test_file.rb.ocean2005-08-082-191/+105
* * test/ruby/test_method.rb: added. [ruby-dev:26761]nahi2005-08-081-0/+42
* * test/ruby/test_super.rb: added optional arg tests. [ruby-dev:26743]nahi2005-08-071-0/+29
* add exclude_end? method to DuckRange.akr2005-08-051-1/+6
* add a test for duck-type range.akr2005-08-041-0/+12
* * test/ruby/test_env.rb (setup, teardown): do not depend on the behavior sett...nobu2005-07-141-4/+4
* avoid some race conditionakr2005-07-031-1/+6
* add a test for [ruby-dev:26383].akr2005-06-301-0/+6
* kill a process spawned by test_exit_action.akr2005-06-051-3/+8
* add a test for [ruby-dev:26128].akr2005-06-031-0/+23
* * struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247]aamine2005-06-011-0/+12
* * test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...ocean2005-05-131-0/+10
* add tests for reading an extended fileakr2005-05-121-0/+45
* * eval.c (rb_call0): "return" event hook should be always executedshugo2005-04-071-39/+54
* * test/ruby/test_env.rb (test_key): should test ENV.key instead ofocean2005-04-061-9/+9
* * parse.y (primary): fix lineno of rescue and ensure.shugo2005-03-231-6/+1
* * test/ruby/test_settracefunc.rb (test_event): added tests forshugo2005-03-221-12/+111
* * test/ruby/test_settracefunc.rb: added test for c-return.shugo2005-03-161-9/+11
* duplicate tests removed.akr2005-03-061-13/+0
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo2005-03-051-0/+26
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-9/+9
* add test_rand_0x100000000.akr2005-02-071-0/+7
* update readpartial document.akr2005-01-081-0/+2
* * random.c (init_by_array): imported from mt19937ar-cok.tgz.akr2005-01-041-0/+124
* * test/ruby/test_super.rb (TestSuper#test_define_method): now methodsnobu2004-12-121-1/+1