aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Missing filedave2003-12-032-1/+256
* * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu2003-12-031-1/+1
* * lib/net/http.rb: wrote the warning about HTTP_PROXY environment variable.aamine2003-12-021-1/+3
* * lib/test/unit/ui/gtk2 (Test::Unit::UI::GTK2#start_ui): remove debug statement.nobu2003-12-021-1/+0
* * bin/testrb: new test runner. [ruby-core:01845]nobu2003-12-026-96/+107
* * lib/test/unit/assertions.rb: fixed #assert_no_match message.ntalbott2003-12-011-1/+1
* Allow string as argument to alias_methoddave2003-12-011-0/+2
* Add RDocdave2003-12-0134-0/+12296
* Add RDoc to listdave2003-12-011-0/+1
* * lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...aamine2003-12-011-3/+3
* * lib/mkmf.rb (TRY_LINK, link_command): added support for DLDFLAGSeban2003-11-301-2/+3
* * lib/mkfm.rb (configuration): add ARCH_FLAG to DLDFLAGS.eban2003-11-301-1/+1
* * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG.eban2003-11-301-2/+4
* * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS,eban2003-11-301-4/+2
* * lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifyingnahi2003-11-302-63/+68
* * gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz2003-11-281-0/+1
* fix TupleSpaceProxy#read, read_allseki2003-11-281-3/+3
* re-raise DRbConnErrorseki2003-11-281-9/+3
* rescue SystemCallErrorseki2003-11-281-3/+17
* previous change refined.akr2003-11-281-3/+4
* * lib/pathname.rb (Pathname#realpath): obsolete the force_absoluteakr2003-11-281-3/+5
* * lib/soap/streamHandler.rb: drop unused http parameters.nahi2003-11-287-55/+97
* * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true asnobu2003-11-273-3/+3
* * lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=.gotoyuzo2003-11-252-1/+3
* fix previous change.akr2003-11-251-1/+1
* * lib/open-uri.rb (URI::Generic#find_proxy): ENV case sensitivity testakr2003-11-251-3/+13
* * lib/open-uri.rb (URI::Generic#find_proxy): use http_proxy under CGIakr2003-11-251-7/+26
* * 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