summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-10-02 * lib/test/unit/assertions.rb: should not capture anntalbott
2003-10-01* test/logger/test_logger.rb: unlinking file before close causes problem undernahi
2003-09-29* lib/net/http.rb (finish): revert to 1.93.aamine
2003-09-29* lib/net/http.rb (finish): does not raise IOError even if !started?, to allo...aamine
2003-09-29* lib/logger.rb: check if the given logdevice object respond_to :write andnahi
2003-09-29* eval.c (rb_thread_atfork): wrong format specifier.matz
2003-09-28* lib/webrick/utils.rb (Utils::su): use setgid and setuid togotoyuzo
2003-09-28* forgot to add this file in the previous commit.nahi
2003-09-27* lib/soap/rpc/cgistub.rb: make logging severity threshold higher.nahi
2003-09-26* lib/resolv-replace.rb: 1.8 compliance. [ruby-talk:82946]nobu
2003-09-26* lib/README: lib/wsdl is an implementation of WSDL/1.1, not WSDL/1.2.nahi
2003-09-26* defines.h (flush_register_windows): use volatile only for gcc onnobu
2003-09-25* lib/README: updated.nahi
2003-09-25 * lib/ostruct.rb: Added OpenStruct#==.ntalbott
2003-09-24* lib/soap/* (29 files): SOAP4R added.nahi
2003-09-23* lib/webrick/httpservlet/cgihandler.rb: conform to mswin32.gotoyuzo
2003-09-23* lib/logger.rb: add Logger#<<(msg) for writing msg without any formatting.nahi
2003-09-20* lib/logger.rb: typo fixed.nahi
2003-09-19Minor documentation improvementsgsinclair
2003-09-19Improved documentationgsinclair
2003-09-19Converted RD to RDoc (Lyle Johnson) and improved documentation.gsinclair
2003-09-19 * test/testunit/*: Added.ntalbott
2003-09-19Small documentation correctiongsinclair
2003-09-18* lib/webrick/log.rb (BasicLog#log): get rid of as ineffectualgotoyuzo
2003-09-18* eval.c (proc_invoke): should update "result" for orphans.matz
2003-09-18lib/pathname.rb: update document.akr
2003-09-18* lib/logger.rb: Comment fix. I don't like inline documentation... Hard tonahi
2003-09-18* lib/logger.rb: new file. Logger, formerly called devel-logger ornahi
2003-09-16* regex.c (re_compile_pattern): should not translate charactermatz
2003-09-15* lib/csv.rb: add extra pamameter to specify row(record) separater character.nahi
2003-09-12* bignum.c (rb_big_and): convert argument using 'to_int'.matz
2003-09-12Added documentation in RDoc format.wew
2003-09-11Took out useless @matched_item variable; some small refactoring.dblack
2003-09-08meta_vars should be String.gotoyuzo
2003-09-08* lib/webrick/httpserver.rb (HTTPServer#access_log): add "\n" togotoyuzo
2003-09-08* lib/optparse.rb, lib/optparse/version.rb: search also allnobu
2003-09-08* lib/webrick/accesslog.rb (AccessLog::setup_params): use req.portgotoyuzo
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-05* lib/mkmf.rb (have_library, find_library): configure by librarynobu
2003-09-05* lib/optparse.rb (--version): fix assignment/reference order.nobu
2003-08-31* lib/net/http.rb: cosmetic improvements to documentationgsinclair
2003-08-31* lib/optparse.rb: --version takes an optional argument; "all" or a list of p...nobu
2003-08-31yyyy/mm is not an acceptable format.tadf
2003-08-29Add documentation in RDoc format.wew
2003-08-29Add documentation in RDoc format.wew
2003-08-27* lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby...aamine
2003-08-26* lib/ostruct.rb (OpenStruct::method_missing): prohibit modifyingmatz
2003-08-26* lib/mkmf.rb (create_tmpsrc): add the hook for source.nobu
2003-08-23Added RDoc documentation.wew
2003-08-23 * lib/irb/ruby-lex.rb: bug fix for "foo" !~ /bar/. [ruby-talk:79942]keiju