| Commit message (Expand) | Author | Age | Files | Lines |
* | re-raise DRbConnError | seki | 2003-11-28 | 1 | -9/+3 |
* | rescue SystemCallError | seki | 2003-11-28 | 1 | -3/+17 |
* | previous change refined. | akr | 2003-11-28 | 1 | -3/+4 |
* | * lib/pathname.rb (Pathname#realpath): obsolete the force_absolute | akr | 2003-11-28 | 1 | -3/+5 |
* | * lib/soap/streamHandler.rb: drop unused http parameters. | nahi | 2003-11-28 | 7 | -55/+97 |
* | * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as | nobu | 2003-11-27 | 3 | -3/+3 |
* | * lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=. | gotoyuzo | 2003-11-25 | 2 | -1/+3 |
* | fix previous change. | akr | 2003-11-25 | 1 | -1/+1 |
* | * lib/open-uri.rb (URI::Generic#find_proxy): ENV case sensitivity test | akr | 2003-11-25 | 1 | -3/+13 |
* | * lib/open-uri.rb (URI::Generic#find_proxy): use http_proxy under CGI | akr | 2003-11-25 | 1 | -7/+26 |
* | * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 ... | nahi | 2003-11-25 | 83 | -1513/+691 |
* | add document that pathname.rb supports only Unix style pathnames. | akr | 2003-11-25 | 1 | -0/+1 |
* | * lib/open-uri.rb (OpenURI.open_loop, URI::HTTP#proxy_open): use | akr | 2003-11-24 | 1 | -23/+31 |
* | * lib/open-uri.rb (URI::Generic#find_proxy): use CGI_HTTP_PROXY | akr | 2003-11-24 | 1 | -2/+10 |
* | * lib/open-uri.rb: validate option names. | akr | 2003-11-24 | 1 | -8/+122 |
* | * lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino. | aamine | 2003-11-22 | 1 | -1/+1 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 4 | -5/+7 |
* | * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurred | ntalbott | 2003-11-21 | 1 | -0/+1 |
* | * lib/test/unit/assertions.rb: use #__send__ instead of #send. | ntalbott | 2003-11-20 | 2 | -5/+5 |
* | * lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (... | aamine | 2003-11-20 | 1 | -5/+5 |
* | * lib/net/http.rb (to_ary): print more friendly warning message. | aamine | 2003-11-19 | 1 | -1/+1 |
* | * lib/fileutils.rb (fu_same?): add djgpp and wince. | aamine | 2003-11-19 | 1 | -4/+6 |
* | * lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32 | usa | 2003-11-19 | 1 | -2/+2 |
* | * lib/test/unit.rb: do not run tests if $! is set. | ntalbott | 2003-11-18 | 2 | -2/+2 |
* | * lib/fileutils.rb (fu_same?): temporal fix for windows. | aamine | 2003-11-18 | 1 | -2/+10 |
* | * lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect... | aamine | 2003-11-18 | 1 | -29/+3 |
* | * lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ... | aamine | 2003-11-18 | 1 | -18/+57 |
* | class XMLRPC::Client: | mneumann | 2003-11-17 | 1 | -0/+35 |
* | * lib/optparse.rb (OptionParser::Completion::complete): allow least | nobu | 2003-11-17 | 1 | -4/+11 |
* | * lib/test/unit/autorunner.rb (keyword_display): sort keywords. | nobu | 2003-11-17 | 1 | -1/+1 |
* | * lib/test/unit/ui/tk/testrunner.rb, | nobu | 2003-11-17 | 4 | -35/+538 |
* | * lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800] | aamine | 2003-11-16 | 1 | -4/+4 |
* | * lib/thread.rb (Thread.exclusive): wrap method definition in | gsinclair | 2003-11-16 | 1 | -10/+12 |
* | * lib/net/http.rb (set_debug_output): last commit was wrong. | aamine | 2003-11-16 | 1 | -1/+1 |
* | * lib/net/http.rb (set_debug_output): warn if method is called after #start. ... | aamine | 2003-11-16 | 1 | -0/+1 |
* | * lib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open): | akr | 2003-11-15 | 1 | -17/+19 |
* | inconsistency of the arguments for respond_to? in previous change is fixed. | akr | 2003-11-13 | 1 | -1/+1 |
* | * lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed. | akr | 2003-11-13 | 1 | -8/+19 |
* | * lib/test/unit/ui/tk/testrunner.rb: use grid and panedwindow (if available) | nagai | 2003-11-13 | 1 | -12/+46 |
* | * lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY. | akr | 2003-11-13 | 1 | -1/+1 |
* | * lib/optparse.rb (OptionParser::Completion#complete): prior shorter | nobu | 2003-11-13 | 1 | -13/+19 |
* | * lib/test/unit/assertions.rb (assert_throws, assert_nothing_thrown): | nobu | 2003-11-12 | 2 | -8/+11 |
* | * lib/monitor.rb: refactored. Thanks, Gennady Bystritsky. | shugo | 2003-11-12 | 1 | -88/+82 |
* | * lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'. | ntalbott | 2003-11-11 | 1 | -0/+1 |
* | * lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handle | ntalbott | 2003-11-11 | 1 | -1/+3 |
* | * io.c (appendline): file may not end with newline. a bug if | matz | 2003-11-11 | 1 | -1/+0 |
* | fixed CDATA parsing for XMLScanParser and REXMLStreamParser | mneumann | 2003-11-11 | 1 | -0/+5 |
* | * lib/monitor.rb (wait): return true on signal/broadcastfalse and | shugo | 2003-11-10 | 1 | -0/+2 |
* | * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil to | ntalbott | 2003-11-08 | 1 | -2/+1 |
* | * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading. | nahi | 2003-11-08 | 6 | -9/+39 |