aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/fileutils.rb (install): should preserve timestamp only.eban2003-08-051-5/+5
* * lib/irb/ruby-lex.rb, lib/irb/ruby-token.rb: support %s-notation for irb.keiju2003-08-052-2/+5
* * lib/irb/ruby-lec.rb: support %W-notation.keiju2003-08-051-1/+2
* * lib/delegate.rb (marshal_dump, marshal_load: defined for Marshal.matz2003-08-041-0/+6
* * lib/test/unit/ui/console/testrunner.rb: Flushed io in thematz2003-08-041-0/+2
* * lib/net/imap.rb (receive_responses): raise exception toshugo2003-08-041-17/+33
* * lib/net/imap.rb: convert RD to RDoc.shugo2003-08-041-812/+871
* * lib/un.h (help): new. % ruby -run -e help cpeban2003-08-031-13/+44
* * numeric.c (flo_to_s): get rid of buffer overflow.matz2003-08-021-219/+237
* * lib/webrick/https.rb: change an option name.gotoyuzo2003-08-021-2/+2
* * lib/net/smtp.rb: respond_to? needs 2nd argument. [ruby-talk:77796]aamine2003-08-021-1/+1
* * lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]nobu2003-08-021-0/+21
* * lib/un.rb: add each descriptions for the -v option.eban2003-08-021-0/+13
* * class.c (rb_obj_singleton_methods): should not go up tomatz2003-08-011-1/+2
* * lib/yaml/store.rb (YAML::Store#initialize): filename is firstwhy2003-08-011-1/+1
* * lib/net/http.rb: refine document.aamine2003-08-011-118/+174
* * lib/net/http.rb: convert RD to RDoc. Thanks William Webber. [ruby-doc:456]aamine2003-08-011-591/+566
* * eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz2003-08-011-1/+0
* import erb-2.0.4b4seki2003-07-311-9/+9