aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/csv.rb: add extra pamameter to specify row(record) separater character.nahi2003-09-151-55/+69
* * bignum.c (rb_big_and): convert argument using 'to_int'.matz2003-09-122-3/+6
* Added documentation in RDoc format.wew2003-09-121-38/+799
* Took out useless @matched_item variable; some small refactoring.dblack2003-09-111-18/+18
* meta_vars should be String.gotoyuzo2003-09-081-1/+1
* * lib/webrick/httpserver.rb (HTTPServer#access_log): add "\n" togotoyuzo2003-09-082-2/+5
* * lib/optparse.rb, lib/optparse/version.rb: search also allnobu2003-09-082-6/+21
* * lib/webrick/accesslog.rb (AccessLog::setup_params): use req.portgotoyuzo2003-09-087-14/+15
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-2/+15
* * lib/mkmf.rb (have_library, find_library): configure by librarynobu2003-09-051-2/+5
* * lib/optparse.rb (--version): fix assignment/reference order.nobu2003-09-053-6/+19