summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-10-20* lib/debug.rb (debug_command): remove debug print.usa
2003-10-19* lib/pathname.rb (foreachline, dir_foreach): add obsolete warning.akr
2003-10-17* lib/generator.rb: Add rdoc documentation.knu
2003-10-17Reword and fix Overview.knu
2003-10-16consistent parentheses in assignment RHS.matz
2003-10-16* lib/debug.rb (DEBUGGER__::Context::debug_command): do not callmatz
2003-10-15* lib/soap/netHttpClient.rb: use URI::HTTP#request_uri instead ofnahi
2003-10-15* lib/cgi.rb (CGI::Cookie): tiny typo fix.matz
2003-10-15* marshal.c (w_object): dump extended modules as well.matz
2003-10-14* lib/generator.rb: A new library which converts an internalknu
2003-10-14* lib/soap/baseData.rb: Introduce SOAPType as the common ancestor ofnahi
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