aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 ...nahi2003-11-2583-1513/+691
* add document that pathname.rb supports only Unix style pathnames.akr2003-11-251-0/+1
* * lib/open-uri.rb (OpenURI.open_loop, URI::HTTP#proxy_open): useakr2003-11-241-23/+31
* * lib/open-uri.rb (URI::Generic#find_proxy): use CGI_HTTP_PROXYakr2003-11-241-2/+10
* * lib/open-uri.rb: validate option names.akr2003-11-241-8/+122
* * lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino.aamine2003-11-221-1/+1
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-224-5/+7
* * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurredntalbott2003-11-211-0/+1
* * lib/test/unit/assertions.rb: use #__send__ instead of #send.ntalbott2003-11-202-5/+5
* * lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (...aamine2003-11-201-5/+5
* * lib/net/http.rb (to_ary): print more friendly warning message.aamine2003-11-191-1/+1
* * lib/fileutils.rb (fu_same?): add djgpp and wince.aamine2003-11-191-4/+6
* * lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32usa2003-11-191-2/+2
* * lib/test/unit.rb: do not run tests if $! is set.ntalbott2003-11-182-2/+2
* * lib/fileutils.rb (fu_same?): temporal fix for windows.aamine2003-11-181-2/+10
* * lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect...aamine2003-11-181-29/+3
* * lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...aamine2003-11-181-18/+57
* class XMLRPC::Client:mneumann2003-11-171-0/+35
* * lib/optparse.rb (OptionParser::Completion::complete): allow leastnobu2003-11-171-4/+11
* * lib/test/unit/autorunner.rb (keyword_display): sort keywords.nobu2003-11-171-1/+1
* * lib/test/unit/ui/tk/testrunner.rb,nobu2003-11-174-35/+538
* * lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800]aamine2003-11-161-4/+4
* * lib/thread.rb (Thread.exclusive): wrap method definition ingsinclair2003-11-161-10/+12
* * lib/net/http.rb (set_debug_output): last commit was wrong.aamine2003-11-161-1/+1
* * lib/net/http.rb (set_debug_output): warn if method is called after #start. ...aamine2003-11-161-0/+1
* * lib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open):akr2003-11-151-17/+19
* inconsistency of the arguments for respond_to? in previous change is fixed.akr2003-11-131-1/+1
* * lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed.akr2003-11-131-8/+19
* * lib/test/unit/ui/tk/testrunner.rb: use grid and panedwindow (if available)nagai2003-11-131-12/+46
* * lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY.akr2003-11-131-1/+1
* * lib/optparse.rb (OptionParser::Completion#complete): prior shorternobu2003-11-131-13/+19
* * lib/test/unit/assertions.rb (assert_throws, assert_nothing_thrown):nobu2003-11-122-8/+11
* * lib/monitor.rb: refactored. Thanks, Gennady Bystritsky.shugo2003-11-121-88/+82
* * lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'.ntalbott2003-11-111-0/+1
* * lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handlentalbott2003-11-111-1/+3
* * io.c (appendline): file may not end with newline. a bug ifmatz2003-11-111-1/+0
* fixed CDATA parsing for XMLScanParser and REXMLStreamParsermneumann2003-11-111-0/+5
* * lib/monitor.rb (wait): return true on signal/broadcastfalse andshugo2003-11-101-0/+2
* * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil tontalbott2003-11-081-2/+1
* * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading.nahi2003-11-086-9/+39
* (Pathname#parent): if self is `.', return `..'.akr2003-11-071-11/+44
* Minor documentation fix.wew2003-11-071-2/+2
* lib/pathname.rb (Pathname#+): if self or the argument is `.', return another.akr2003-11-071-0/+10
* * lib/pathname.rb (Pathname#+): return the argument if self is `.'.akr2003-11-071-2/+4
* * eval.c (rb_load): allow interrupt during loaded programmatz2003-11-064-6/+240
* * lib/optparse.rb (OptionParser::Completion#complete): default not tonobu2003-11-061-2/+12
* * lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse):nobu2003-11-051-1/+1
* * lib/test/unit/ui/gtk/testrunner.rb: typo.nobu2003-11-051-3/+3
* * lib/monitor.rb: revert to the previous revision.shugo2003-11-051-20/+13
* * lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.gotoyuzo2003-11-041-0/+6