ruby--ruby/test/testunit
matz e78cb14774 * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like
String#[] if more than one arguments are specified.

* lib/delegate.rb: avoid using common instance name as "@obj".

* lib/cgi.rb (CGI::QueryExtension::Value): Value is no longer
  subclass of String, but DelegateClass(String).

* ext/curses/extconf.rb: restore function check for init_color.
  [ruby-list:38905]

* Makefile.in: need to specify $(MAINLIBS) for the miniruby
  generation rule.

* configure.in: better FreeBSD -lc_r support.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-12-17 06:38:18 +00:00
..
collector * lib/test/unit.rb: removed installation instructions. 2003-10-08 13:21:28 +00:00
runit * test/testunit/runit/test_testresult.rb: removed some unnecessary 2003-10-05 02:23:48 +00:00
util * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like 2003-12-17 06:38:18 +00:00
test_assertions.rb * lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raise 2003-12-08 15:58:41 +00:00
test_error.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
test_failure.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
test_testcase.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
test_testresult.rb * test/testunit/*: Added. 2003-09-19 02:48:46 +00:00
test_testsuite.rb * lib/test/unit/testsuite.rb: changed #<< to return self, and added 2003-10-03 22:35:19 +00:00