aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/http.rb: support WebDAV methods, PROPPATCH, LOCK, UNLOCK, OPTIONS, ...aamine2004-03-051-0/+108
* * lib/net/http.rb: Net::HTTPResponse#response is obsolete. [ruby-core:02592]aamine2004-03-051-2/+10
* * lib/net/http.rb (HTTPResponse#to_ary): should return an object which does n...aamine2004-03-051-1/+5
* Move RDoc comments for Test::Unitdave2004-03-041-259/+258
* * lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):nobu2004-03-041-1/+2
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-032-3/+3
* * lib/rdoc/ri/ri_display.rb (DefaultDisplay::page): wait until thenobu2004-03-031-18/+7
* * lib/rdoc/ri/ri_display.rb (DefaultDisplay::setup_pager): ensurenobu2004-03-031-9/+8
* * lib/mkmf.rb ($topdir): use compile_dir only when not installed yet.nobu2004-03-031-9/+4
* * lib/rss/converter.rb: handled Uconv::Error.kou2004-03-023-45/+36
* * soak_up_spaces only ungetc's non-space last characterdblack2004-03-021-3/+7
* * io.c (pipe_open): erred program name should be reported bynobu2004-03-024-24/+15
* Fixed Kernel#scanf to propagate code blockdblack2004-03-011-2/+2
* Partial fix so STDIN#scanf works with new STDIN#pos behaviordblack2004-03-011-6/+6
* Allow aliases to have parenthesesdave2004-03-011-0/+4
* Handle :nodoc: om singleton classesdave2004-02-291-12/+8
* * MANIFEST: add test_erb.rbseki2004-02-281-1/+1
* require drb/eq.rb by defaultseki2004-02-261-0/+1
* Doug Kearns's doc. patchdave2004-02-262-0/+2
* * lib/cgi-lib.rb, lib/getopts.rb, lib/importenv.rb, lib/parsearg.rb:nobu2004-02-254-4/+4
* Improve heuristic for which files to include. See ChangeLogdave2004-02-241-4/+12
* Deal with case where first file processed contains a :stopdoc:dave2004-02-241-1/+14
* Handle class vars in code listingsdave2004-02-231-2/+4
* Handle aliases in C filesdave2004-02-231-0/+14
* Check opdir _before_ parsing filesdave2004-02-231-4/+5
* Fix constant value extraction. Escape HTML in constant valuesdave2004-02-232-3/+11
* * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu2004-02-221-1/+1
* * lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.akira2004-02-221-0/+9
* * lib/ostruct.rb (OpenStruct#initialize_copy): should not sharenobu2004-02-201-0/+6
* * lib/irb/init.rb (IRB::IRB.parse_opts): add -I option tomatz2004-02-203-0/+5
* Support visibility modifiers for attributesdave2004-02-192-7/+27
* * lib/ostruct.rb: documentedgsinclair2004-02-191-11/+54
* * lib/soap/mapping/rubytypeFactory.rb: should not dump singleton class.nahi2004-02-191-2/+2
* Fix typos (Doug Kearns)dave2004-02-193-3/+29
* * lib/cgi-lib.rb: deprecated after 1.8.1gsinclair2004-02-184-0/+8
* Strip extraneous spaces from included filenamedave2004-02-181-1/+3
* remove O_NONBLOCK, thanks ayseki2004-02-181-1/+0
* * lib/rinda/rinda.rb: added documentation (from Hugh Sasse)gsinclair2004-02-172-3/+114
* * sprintf.c (rb_f_sprintf): preserve original val formatz2004-02-171-32/+49
* * ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.nobu2004-02-171-3/+2
* * ext/extmk.rb (parse_args): delay expanding $(extout) until invokingnobu2004-02-171-2/+2
* should escape dot.nobu2004-02-171-1/+1
* * lib/rss/rexmlparser.rb: REXML version may be 4 digits.nobu2004-02-171-3/+3
* * lib/rexml/encodings/SHIFT_JIS: wrong library name.nobu2004-02-161-1/+1
* Issue11: null context causing indentation crashser2004-02-162-2/+2
* Fixed Issue7: DocType with external IDs was not being quoted.ser2004-02-163-36/+4
* * lib/fileutils.rb: new module FileUtils::DryRun.aamine2004-02-161-9/+31
* * lib/csv.rb: document reduction. [ruby-core:02429]nahi2004-02-161-775/+427
* * lib/generator.rb: corrected doc formatgsinclair2004-02-161-7/+9
* * win32/Makefile.sub (config.status): should create *.pdb on ext/,usa2004-02-161-1/+0