aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/generator.rb: A new library which converts an internalknu2003-10-142-0/+367
* * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor ofnahi2003-10-1416-351/+511
* * lib/pathname.rb (realpath): make ELOOP check bit more robust.akr2003-10-131-9/+39
* * string.c (str_new4): should not preserve FL_TAINT status in thematz2003-10-131-1/+1
* * lib/rexml/quickpath.rb (REXML::QuickPath::match):eban2003-10-111-1/+1
* fix previous change.akr2003-10-111-1/+3
* * lib/pathname.rb (realpath): check existence of the file.akr2003-10-111-1/+1
* * lib/pathname.rb (realpath): re-implemented.akr2003-10-111-54/+32
* * lib/pathname.rb (realpath_rec): fix handling of symlink to absoluteakr2003-10-111-6/+8
* * lib/monitor.rb: handle exceptions correctly. Thanks, Gennadyshugo2003-10-111-13/+20
* * Forgot to update the MANIFEST, WRT the removal of files from theser2003-10-101-2/+1
* * Changes to the encoding mechanism. If iconv is found, it is used firstser2003-10-1023-222/+183
* * lib/test/unit.rb: removed installation instructions.ntalbott2003-10-086-152/+319
* applied patch by OHARA Shigeki:mneumann2003-10-071-9/+3
* * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IOnahi2003-10-061-3/+5
* * 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