summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-10-13* lib/pathname.rb (realpath): make ELOOP check bit more robust.akr
2003-10-13* string.c (str_new4): should not preserve FL_TAINT status in thematz
2003-10-11* lib/rexml/quickpath.rb (REXML::QuickPath::match):eban
2003-10-11fix previous change.akr
2003-10-11* lib/pathname.rb (realpath): check existence of the file.akr
2003-10-11* lib/pathname.rb (realpath): re-implemented.akr
2003-10-11* lib/pathname.rb (realpath_rec): fix handling of symlink to absoluteakr
2003-10-11* lib/monitor.rb: handle exceptions correctly. Thanks, Gennadyshugo
2003-10-10* Forgot to update the MANIFEST, WRT the removal of files from theser
2003-10-10* Changes to the encoding mechanism. If iconv is found, it is used firstser
2003-10-08 * lib/test/unit.rb: removed installation instructions.ntalbott
2003-10-07applied patch by OHARA Shigeki:mneumann
2003-10-06* lib/csv.rb (IOReader, BasicWriter): call binmode when a given IOnahi
2003-10-06* marshal.c (w_object): should pass "weak" value to next level.matz
2003-10-05* lib/pathname.rb: version information is added in document.akr
2003-10-05add rinda, (import from drb-2.0.4)seki
2003-10-05* lib/xsd/datatypes.rb: Rational -> Decimal string bug fix.nahi
2003-10-05 * lib/rubyunit.rb: aliasing TestCase into the top level isntalbott
2003-10-05* lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not work.nahi
2003-10-05 * lib/test/unit/assertions.rb: will use pp for output if available.ntalbott
2003-10-04 * lib/test/unit/assertions.rb: made small improvements to assertionntalbott
2003-10-04 * lib/test/unit/assertions.rb: refactored message building.ntalbott
2003-10-04* marshal.c (w_object): instance variable dump do not cause errormatz
2003-10-04 * lib/test/unit/assertions.rb: changed assertion messages to rely morentalbott
2003-10-04add acl.rb, ssl.rbseki
2003-10-04exit from a thread using 'break'seki
2003-10-04* lib/soap/netHttpClient.rb: follow http-access2. hosts which matchesnahi
2003-10-04* lib/pathname.rb (initialize): raise ArgumentError if argument hasakr
2003-10-04* lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str.akira
2003-10-03 * lib/test/unit/testsuite.rb: changed #<< to return self, and addedntalbott
2003-10-03* lib/xsd/datatypes.rb: dump sign by itself. under the problematic platform,nahi
2003-10-03* lib/pathname.rb (initialize): duplicate and freeze argument.akr
2003-10-03 * lib/test/unit.rb: refactored to use optparse.ntalbott
2003-10-02 * lib/test/unit/assertions.rb: added a default message for #assert,ntalbott
2003-10-02 * lib/test/unit/assertions.rb: should not capture anntalbott
2003-10-01* test/logger/test_logger.rb: unlinking file before close causes problem undernahi
2003-09-29* lib/net/http.rb (finish): revert to 1.93.aamine
2003-09-29* lib/net/http.rb (finish): does not raise IOError even if !started?, to allo...aamine
2003-09-29* lib/logger.rb: check if the given logdevice object respond_to :write andnahi
2003-09-29* eval.c (rb_thread_atfork): wrong format specifier.matz
2003-09-28* lib/webrick/utils.rb (Utils::su): use setgid and setuid togotoyuzo
2003-09-28* forgot to add this file in the previous commit.nahi
2003-09-27* lib/soap/rpc/cgistub.rb: make logging severity threshold higher.nahi
2003-09-26* lib/resolv-replace.rb: 1.8 compliance. [ruby-talk:82946]nobu
2003-09-26* lib/README: lib/wsdl is an implementation of WSDL/1.1, not WSDL/1.2.nahi
2003-09-26* defines.h (flush_register_windows): use volatile only for gcc onnobu
2003-09-25* lib/README: updated.nahi
2003-09-25 * lib/ostruct.rb: Added OpenStruct#==.ntalbott
2003-09-24* lib/soap/* (29 files): SOAP4R added.nahi
2003-09-23* lib/webrick/httpservlet/cgihandler.rb: conform to mswin32.gotoyuzo