aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_pack.rb: new test test_unpack_N.aamine2004-01-041-0/+10
* * test/ruby/test_pack.rb: new test test_pack_N.aamine2003-12-261-0/+12
* * ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu2003-12-241-0/+20
* * io.c (read_all): do not return nil at the end of file.matz2003-12-231-10/+10
* * io.c (rb_io_ungetc): raise an exception at unread stream tonobu2003-12-231-7/+3
* * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi2003-12-231-2/+2
* * ext/stringio/stringio.c (strio_read): set EOF flag at short read.nobu2003-12-101-20/+29
* * ext/stringio/stringio.c (strio_read): do not set EOF flag whennobu2003-12-101-0/+3
* * ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu2003-12-102-0/+29
* add test for previous change to io.c.akr2003-12-092-0/+11
* * test/ruby/test_pipe.rb: use IO.pipe instead of IO.popen.akr2003-12-051-2/+8
* * ext/stringio/stringio.c (strio_read): follow IO#read.nobu2003-12-055-2/+73
* * io.c (argf_read): should not terminate on empty string; waitmatz2003-12-031-1/+1
* * numeric.c (num_sadded): prohibit singleton method definition formatz2003-12-011-22/+22
* * test/ruby/test_env.rb (test_has_value, test_index): condition fornobu2003-11-281-0/+2
* * test/ruby/test_env.rb: add tests for ENV.usa2003-11-281-0/+84
* * test/ruby/test_proc.rb (test_arity): added.nobu2003-11-271-13/+39
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-1/+1
* * io.c (READ_DATA_BUFFERED): new macro to detect whether stdiomatz2003-10-301-0/+9
* * eval.c (proc_invoke): single array value to normal Proc#callmatz2003-10-292-7/+33
* * parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz2003-10-282-49/+49
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2003-10-222-2/+4
* * eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()matz2003-10-201-1/+1
* * test/ruby/test_signal.rb (test_signal): restore old trap.nobu2003-10-201-2/+5
* * test/ruby/test_range.rb: added.usa2003-10-171-0/+13
* * test/digest/test_digest.rb (test_eq): show failed class.nobu2003-10-151-0/+21
* * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor ofnahi2003-10-142-2/+14
* * test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"],eban2003-10-131-2/+10
* * string.c (str_new4): should not preserve FL_TAINT status in thematz2003-10-131-4/+7
* * test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited oldernahi2003-10-072-15/+1
* * test/ruby/test_beginendblock.rb: add tests for nested BEGIN/END.nahi2003-10-074-19/+110
* * test/ruby/test_beginendblock.rb (test_endinmethod): END{} is nownobu2003-10-071-1/+4
* * test/ruby/test_iterator.rb (test_block_argument_without_paren): added.nahi2003-10-061-6/+11
* * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: added test fornahi2003-10-062-1/+19
* * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: add tests aboutnahi2003-10-052-3/+43
* * test/ruby/envutil.rb: added. split "rubybin" from test_system.rb.nahi2003-10-054-5/+33
* * test/ruby/test_exception.rb (test_else): added.akira2003-10-041-0/+92
* * variable.c (rb_const_defined_0): look up constants in Object asnobu2003-10-021-1/+4
* * test/ruby/test_iterator.rb: new test test_break__nested_loop[123].aamine2003-09-291-0/+39
* * test/ruby/test_file.rb: new file. only asserts unlink-before-close behaviournahi2003-09-261-0/+32
* * test/ruby/test_marshal.rb: add test for ruby's objects.nahi2003-09-261-0/+280
* * eval.c (struct tag): dst should be VALUE.nobu2003-09-091-2/+3
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-069-28/+24
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-0528-782/+742
* * same as the previous commit.nahi2003-09-052-3/+3
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-0524-563/+565
* * test/ruby/test_system.rb (test_system): check existence of rubyeban2003-09-051-7/+12
* * test/runner.rb: added. gets testcases from command line and runs it.nahi2003-09-051-6/+0
* * test/ruby/test_gc.rb: added. splitter.rb which I made to splitnahi2003-09-051-0/+41
* * test/ruby/test_iterator.rb (test_block_in_arg): add no blocknobu2003-09-041-104/+82