summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-12-01Add RDoc to listdave
2003-12-01* lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...aamine
2003-11-30* lib/mkmf.rb (TRY_LINK, link_command): added support for DLDFLAGSeban
2003-11-30* lib/mkfm.rb (configuration): add ARCH_FLAG to DLDFLAGS.eban
2003-11-30* configure.in: keep ARCH_FLAG separate. export ARCH_FLAG.eban
2003-11-30* configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS,eban
2003-11-30 * lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifyingnahi
2003-11-28* gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz
2003-11-28fix TupleSpaceProxy#read, read_allseki
2003-11-28re-raise DRbConnErrorseki
2003-11-28rescue SystemCallErrorseki
2003-11-28previous change refined.akr
2003-11-28* lib/pathname.rb (Pathname#realpath): obsolete the force_absoluteakr
2003-11-28* lib/soap/streamHandler.rb: drop unused http parameters.nahi
2003-11-27* eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true asnobu
2003-11-25* lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=.gotoyuzo
2003-11-25fix previous change.akr
2003-11-25* lib/open-uri.rb (URI::Generic#find_proxy): ENV case sensitivity testakr
2003-11-25* lib/open-uri.rb (URI::Generic#find_proxy): use http_proxy under CGIakr
2003-11-25* lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 ...nahi
2003-11-25add document that pathname.rb supports only Unix style pathnames.akr
2003-11-24* lib/open-uri.rb (OpenURI.open_loop, URI::HTTP#proxy_open): useakr
2003-11-24* lib/open-uri.rb (URI::Generic#find_proxy): use CGI_HTTP_PROXYakr
2003-11-24* lib/open-uri.rb: validate option names.akr
2003-11-22* lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino.aamine
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-21 * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurredntalbott
2003-11-20 * lib/test/unit/assertions.rb: use #__send__ instead of #send.ntalbott
2003-11-20* lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (...aamine
2003-11-19* lib/net/http.rb (to_ary): print more friendly warning message.aamine
2003-11-19* lib/fileutils.rb (fu_same?): add djgpp and wince.aamine
2003-11-19* lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32usa
2003-11-18 * lib/test/unit.rb: do not run tests if $! is set.ntalbott
2003-11-18* lib/fileutils.rb (fu_same?): temporal fix for windows.aamine
2003-11-18* lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect...aamine
2003-11-18* lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...aamine
2003-11-17class XMLRPC::Client:mneumann
2003-11-17* lib/optparse.rb (OptionParser::Completion::complete): allow leastnobu
2003-11-17* lib/test/unit/autorunner.rb (keyword_display): sort keywords.nobu
2003-11-17* lib/test/unit/ui/tk/testrunner.rb,nobu
2003-11-16* lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800]aamine
2003-11-16 * lib/thread.rb (Thread.exclusive): wrap method definition ingsinclair
2003-11-16* lib/net/http.rb (set_debug_output): last commit was wrong.aamine
2003-11-16* lib/net/http.rb (set_debug_output): warn if method is called after #start. ...aamine
2003-11-15* lib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open):akr
2003-11-13inconsistency of the arguments for respond_to? in previous change is fixed.akr
2003-11-13* lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed.akr
2003-11-13* lib/test/unit/ui/tk/testrunner.rb: use grid and panedwindow (if available)nagai
2003-11-13* lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY.akr
2003-11-13* lib/optparse.rb (OptionParser::Completion#complete): prior shorternobu