summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2003-08-06RD -> RDoc by William Webbergsinclair
2003-08-06* lib/mkmf.rb (have_library): treat nil function name as "main".nobu
2003-08-06* ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu
2003-08-05* lib/net/http.rb: update document.aamine
2003-08-05RDoc updated by William Webbergsinclair
2003-08-05RDoc comments provided by William Webber <wew@williamwebber.com>gsinclair
2003-08-05* lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):matz
2003-08-05* lib/fileutils.rb (install): should preserve timestamp only.eban
2003-08-05* lib/irb/ruby-lex.rb, lib/irb/ruby-token.rb: support %s-notation for irb.keiju
2003-08-05* lib/irb/ruby-lec.rb: support %W-notation.keiju
2003-08-04* lib/delegate.rb (marshal_dump, marshal_load: defined for Marshal.matz
2003-08-04* lib/test/unit/ui/console/testrunner.rb: Flushed io in thematz
2003-08-04* lib/net/imap.rb (receive_responses): raise exception toshugo
2003-08-04* lib/net/imap.rb: convert RD to RDoc.shugo
2003-08-03* lib/un.h (help): new. % ruby -run -e help cpeban
2003-08-02* numeric.c (flo_to_s): get rid of buffer overflow.matz