summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2003-08-02* lib/webrick/https.rb: change an option name.gotoyuzo
2003-08-02* lib/net/smtp.rb: respond_to? needs 2nd argument. [ruby-talk:77796]aamine
2003-08-02* lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]nobu
2003-08-02* lib/un.rb: add each descriptions for the -v option.eban
2003-08-01* class.c (rb_obj_singleton_methods): should not go up tomatz
2003-08-01* lib/yaml/store.rb (YAML::Store#initialize): filename is firstwhy
2003-08-01* lib/net/http.rb: refine document.aamine
2003-08-01* lib/net/http.rb: convert RD to RDoc. Thanks William Webber. [ruby-doc:456]aamine
2003-08-01* eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz
2003-07-31import erb-2.0.4b4seki
2003-07-31* numeric.c (rb_num_coerce_relop): export function.matz