aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Converted RD to RDoc (Lyle Johnson) and improved documentation.gsinclair2003-09-191-460/+423
* * test/testunit/*: Added.ntalbott2003-09-193-24/+180
* Small documentation correctiongsinclair2003-09-191-1/+1
* * lib/webrick/log.rb (BasicLog#log): get rid of as ineffectualgotoyuzo2003-09-181-5/+3
* * eval.c (proc_invoke): should update "result" for orphans.matz2003-09-181-1/+1
* lib/pathname.rb: update document.akr2003-09-181-3/+5
* * lib/logger.rb: Comment fix. I don't like inline documentation... Hard tonahi2003-09-181-2/+2
* * lib/logger.rb: new file. Logger, formerly called devel-logger ornahi2003-09-181-0/+574
* * regex.c (re_compile_pattern): should not translate charactermatz2003-09-161-3/+6
* * lib/csv.rb: add extra pamameter to specify row(record) separater character.nahi2003-09-151-55/+69
* * bignum.c (rb_big_and): convert argument using 'to_int'.matz2003-09-122-3/+6
* Added documentation in RDoc format.wew2003-09-121-38/+799
* Took out useless @matched_item variable; some small refactoring.dblack2003-09-111-18/+18
* meta_vars should be String.gotoyuzo2003-09-081-1/+1
* * lib/webrick/httpserver.rb (HTTPServer#access_log): add "\n" togotoyuzo2003-09-082-2/+5
* * lib/optparse.rb, lib/optparse/version.rb: search also allnobu2003-09-082-6/+21
* * lib/webrick/accesslog.rb (AccessLog::setup_params): use req.portgotoyuzo2003-09-087-14/+15
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-2/+15
* * lib/mkmf.rb (have_library, find_library): configure by librarynobu2003-09-051-2/+5
* * lib/optparse.rb (--version): fix assignment/reference order.nobu2003-09-053-6/+19
* * lib/net/http.rb: cosmetic improvements to documentationgsinclair2003-08-312-316/+318
* * lib/optparse.rb: --version takes an optional argument; "all" or a list of p...nobu2003-08-312-4/+54
* yyyy/mm is not an acceptable format.tadf2003-08-312-4/+2
* Add documentation in RDoc format.wew2003-08-291-1/+46
* Add documentation in RDoc format.wew2003-08-291-4/+278
* * lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby...aamine2003-08-271-1/+1
* * lib/ostruct.rb (OpenStruct::method_missing): prohibit modifyingmatz2003-08-261-0/+3
* * lib/mkmf.rb (create_tmpsrc): add the hook for source.nobu2003-08-261-43/+55
* Added RDoc documentation.wew2003-08-231-5/+764
* * lib/irb/ruby-lex.rb: bug fix for "foo" !~ /bar/. [ruby-talk:79942]keiju2003-08-231-1/+1
* * enum.c (inject_i): use rb_yield_values.matz2003-08-222-5/+11
* * ext/syck/rubyext.c: refactoring of the transfer methodwhy2003-08-211-78/+0
* Small documentation update, including source attribution.gsinclair2003-08-211-2/+5
* Small changes to documentation; mainly hiding things from RDoc.gsinclair2003-08-215-21/+43
* RD -> RDoc, with embellishments, by William Webber.gsinclair2003-08-191-724/+1055
* * lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.gotoyuzo2003-08-196-160/+170
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-9/+11
* * gc.c (id2ref): recycle check should be done by klass == 0.matz2003-08-141-1/+1
* * lib/webrick/https.rb (HTTPServer#run): should set syncing-modegotoyuzo2003-08-131-0/+1
* RD -> RDoc by William Webbergsinclair2003-08-111-248/+381
* * lib/debug.rb(debug_command): inspection command should inspect resultingnahi2003-08-111-6/+6
* * lib/webrick/httputils.rb (FormData#list): should not takegotoyuzo2003-08-071-2/+1
* * lib/test/unit/testcase.rb: Added equality checking.ntalbott2003-08-063-3/+23
* RD -> RDoc by William Webbergsinclair2003-08-061-326/+302
* * lib/mkmf.rb (have_library): treat nil function name as "main".nobu2003-08-061-4/+4
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-061-14/+38
* * lib/net/http.rb: update document.aamine2003-08-053-69/+80
* RDoc updated by William Webbergsinclair2003-08-051-135/+204
* RDoc comments provided by William Webber <wew@williamwebber.com>gsinclair2003-08-051-467/+405
* * lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):matz2003-08-051-1/+1