summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2003-08-22* enum.c (inject_i): use rb_yield_values.matz
2003-08-21* ext/syck/rubyext.c: refactoring of the transfer methodwhy
2003-08-21Small documentation update, including source attribution.gsinclair
2003-08-21Small changes to documentation; mainly hiding things from RDoc.gsinclair
2003-08-19RD -> RDoc, with embellishments, by William Webber.gsinclair
2003-08-19* lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.gotoyuzo
2003-08-16* marshal.c (w_symbol, w_object): get rid of warnings.nobu
2003-08-14* gc.c (id2ref): recycle check should be done by klass == 0.matz
2003-08-13* lib/webrick/https.rb (HTTPServer#run): should set syncing-modegotoyuzo
2003-08-11RD -> RDoc by William Webbergsinclair
2003-08-11* lib/debug.rb(debug_command): inspection command should inspect resultingnahi
2003-08-07* lib/webrick/httputils.rb (FormData#list): should not takegotoyuzo
2003-08-06 * lib/test/unit/testcase.rb: Added equality checking.ntalbott