aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * marshal.c (w_object): wrong method name in the message.nobu2003-10-061-0/+4
* * parse.y (stmt): END in method should cause warning.matz2003-10-061-0/+5
* * test/ruby/test_iterator.rb (test_block_argument_without_paren): added.nahi2003-10-061-0/+5
* * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: added test fornahi2003-10-061-0/+5
* * marshal.c (w_object): should pass "weak" value to next level.matz2003-10-061-0/+8
* * lib/pathname.rb: version information is added in document.akr2003-10-051-0/+4
* * eval.c (rb_f_END): block should be given. [ruby-dev:21497]nobu2003-10-051-0/+4
* * lib/ext/openssl/extconf.rb: add check for some engine functionsgotoyuzo2003-10-051-0/+7
* * eval.c (rb_eval): fix evaluation order. [ruby-list:38431]nobu2003-10-051-1/+5
* * test/uri/*: translated RUNIT to Test::Unit.akira2003-10-051-0/+4
* * lib/xsd/datatypes.rb: Rational -> Decimal string bug fix.nahi2003-10-051-0/+9
* * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: add tests aboutnahi2003-10-051-0/+5
* * test/ruby/envutil.rb: added. split "rubybin" from test_system.rb.nahi2003-10-051-0/+10
* * test/testunit/runit/test_testresult.rb: removed some unnecessaryntalbott2003-10-051-0/+5
* * lib/rubyunit.rb: aliasing TestCase into the top level isntalbott2003-10-051-0/+10
* * lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not work.nahi2003-10-051-2/+7
* * lib/test/unit/assertions.rb: will use pp for output if available.ntalbott2003-10-051-1/+9
* * lib/test/unit/assertions.rb: made small improvements to assertionntalbott2003-10-041-0/+10
* * lib/test/unit/assertions.rb: refactored message building.ntalbott2003-10-041-0/+4
* delete CVS confliction indicator. sorry.gotoyuzo2003-10-041-1/+0
* * ext/openssl/ossl_asn1.h: global symbols should be declaredgotoyuzo2003-10-041-0/+6
* * test/ruby/test_exception.rb (test_else): added.akira2003-10-041-0/+4
* * marshal.c (w_object): instance variable dump do not cause errormatz2003-10-041-0/+22
* * lib/test/unit/assertions.rb: changed assertion messages to rely morentalbott2003-10-041-0/+8
* * lib/drb/acl.rb, lib/drb/ssl.rb: added.seki2003-10-041-0/+6
* * gc.c (Init_stack): the type of space is changed to unsigned inteban2003-10-041-0/+5
* * lib/soap/netHttpClient.rb: follow http-access2. hosts which matchesnahi2003-10-041-0/+13
* * lib/pathname.rb (initialize): raise ArgumentError if argument hasakr2003-10-041-0/+8
* * test/uri/* (6 files): added.akira2003-10-041-1/+5
* * lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str.akira2003-10-041-0/+4
* * lib/test/unit/testsuite.rb: changed #<< to return self, and addedntalbott2003-10-031-0/+13
* * ext/syck/rubyext.c: default keys handled.why2003-10-031-0/+9
* * ext/openssl/extconf.rb: add check for X509V3_set_nconf.gotoyuzo2003-10-031-0/+7
* ossl_asn1.h was included twice.gotoyuzo2003-10-031-2/+0
* * lib/xsd/datatypes.rb: dump sign by itself. under the problematic platform,nahi2003-10-031-0/+7
* * lib/pathname.rb (initialize): duplicate and freeze argument.akr2003-10-031-0/+7
* * ext/openssl/ossl_asn1.c: add DER encoder and decoder.gotoyuzo2003-10-031-0/+18
* * lib/test/unit.rb: refactored to use optparse.ntalbott2003-10-031-0/+18
* * lib/test/unit/assertions.rb: added a default message for #assert,ntalbott2003-10-021-0/+25
* * ext/iconv/iconv.c (iconv_failure_initialize): conform withnobu2003-10-021-0/+9
* * time.c (Init_Time): define initialize. [ruby-dev:21469]nobu2003-10-021-0/+4
* * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.gotoyuzo2003-10-021-0/+18
* * time.c (time_load): restore instance variables (if any) beforematz2003-10-021-0/+20
* * ext/iconv/iconv.c (iconv_fail): now yield erred substring, andnobu2003-10-021-0/+9
* * variable.c (rb_const_defined_0): look up constants in Object asnobu2003-10-021-0/+8
* * lib/test/unit/assertions.rb: should not capture anntalbott2003-10-021-1/+19
* * eval.c (rb_thread_raise): prototype; avoid VC++ warning.usa2003-10-011-0/+4
* * eval.c (rb_f_block_given_p): real required condition ismatz2003-10-011-0/+10
* * variable.c (rb_const_defined_at): should exclude constants frommatz2003-10-011-0/+9
* * test/logger/test_logger.rb: unlinking file before close causes problem undernahi2003-10-011-24/+39