aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * marshal.c (w_object): should pass "weak" value to next level.matz2003-10-061-1/+1
* * lib/pathname.rb: version information is added in document.akr2003-10-051-3/+39
* add rinda, (import from drb-2.0.4)seki2003-10-053-0/+649
* * lib/xsd/datatypes.rb: Rational -> Decimal string bug fix.nahi2003-10-051-1/+1
* * lib/rubyunit.rb: aliasing TestCase into the top level isntalbott2003-10-052-9/+9
* * lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not work.nahi2003-10-051-1/+1
* * lib/test/unit/assertions.rb: will use pp for output if available.ntalbott2003-10-051-5/+28
* * lib/test/unit/assertions.rb: made small improvements to assertionntalbott2003-10-041-38/+45
* * lib/test/unit/assertions.rb: refactored message building.ntalbott2003-10-041-108/+94
* * marshal.c (w_object): instance variable dump do not cause errormatz2003-10-041-2/+1
* * lib/test/unit/assertions.rb: changed assertion messages to rely morentalbott2003-10-041-39/+67
* add acl.rb, ssl.rbseki2003-10-042-0/+329
* exit from a thread using 'break'seki2003-10-041-1/+1
* * lib/soap/netHttpClient.rb: follow http-access2. hosts which matchesnahi2003-10-042-4/+29
* * lib/pathname.rb (initialize): raise ArgumentError if argument hasakr2003-10-041-19/+107
* * lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str.akira2003-10-043-3/+3
* * lib/test/unit/testsuite.rb: changed #<< to return self, and addedntalbott2003-10-032-3/+13
* * lib/xsd/datatypes.rb: dump sign by itself. under the problematic platform,nahi2003-10-033-38/+37
* * lib/pathname.rb (initialize): duplicate and freeze argument.akr2003-10-031-3/+24
* * lib/test/unit.rb: refactored to use optparse.ntalbott2003-10-032-29/+88
* * lib/test/unit/assertions.rb: added a default message for #assert,ntalbott2003-10-025-42/+66
* * lib/test/unit/assertions.rb: should not capture anntalbott2003-10-024-9/+9
* * test/logger/test_logger.rb: unlinking file before close causes problem undernahi2003-10-011-2/+2
* * lib/net/http.rb (finish): revert to 1.93.aamine2003-09-293-9/+34
* * lib/net/http.rb (finish): does not raise IOError even if !started?, to allo...aamine2003-09-293-12/+5
* * lib/logger.rb: check if the given logdevice object respond_to :write andnahi2003-09-292-2/+2
* * eval.c (rb_thread_atfork): wrong format specifier.matz2003-09-291-1/+1
* * lib/webrick/utils.rb (Utils::su): use setgid and setuid togotoyuzo2003-09-281-8/+8
* * forgot to add this file in the previous commit.nahi2003-09-281-8/+11
* * lib/soap/rpc/cgistub.rb: make logging severity threshold higher.nahi2003-09-272-10/+11
* * lib/resolv-replace.rb: 1.8 compliance. [ruby-talk:82946]nobu2003-09-261-11/+20
* * lib/README: lib/wsdl is an implementation of WSDL/1.1, not WSDL/1.2.nahi2003-09-261-1/+1
* * defines.h (flush_register_windows): use volatile only for gcc onnobu2003-09-261-3/+2
* * lib/README: updated.nahi2003-09-251-1/+19
* * lib/ostruct.rb: Added OpenStruct#==.ntalbott2003-09-251-0/+8
* * lib/soap/* (29 files): SOAP4R added.nahi2003-09-2483-0/+12305
* * lib/webrick/httpservlet/cgihandler.rb: conform to mswin32.gotoyuzo2003-09-231-2/+4
* * lib/logger.rb: add Logger#<<(msg) for writing msg without any formatting.nahi2003-09-231-0/+18
* * lib/logger.rb: typo fixed.nahi2003-09-201-5/+8
* Minor documentation improvementsgsinclair2003-09-191-2/+3
* Improved documentationgsinclair2003-09-191-22/+36
* Converted RD to RDoc (Lyle Johnson) and improved documentation.gsinclair2003-09-191-460/+423
* * test/testunit/*: Added.ntalbott2003-09-193-24/+180
* Small documentation correctiongsinclair2003-09-191-1/+1
* * lib/webrick/log.rb (BasicLog#log): get rid of as ineffectualgotoyuzo2003-09-181-5/+3
* * eval.c (proc_invoke): should update "result" for orphans.matz2003-09-181-1/+1
* lib/pathname.rb: update document.akr2003-09-181-3/+5
* * lib/logger.rb: Comment fix. I don't like inline documentation... Hard tonahi2003-09-181-2/+2
* * lib/logger.rb: new file. Logger, formerly called devel-logger ornahi2003-09-181-0/+574
* * regex.c (re_compile_pattern): should not translate charactermatz2003-09-161-3/+6