summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-03-05* lib/net/http.rb: support WebDAV methods, PROPPATCH, LOCK, UNLOCK, OPTIONS, ...aamine
2004-03-05* lib/net/http.rb: Net::HTTPResponse#response is obsolete. [ruby-core:02592]aamine
2004-03-05* lib/net/http.rb (HTTPResponse#to_ary): should return an object which does n...aamine
2004-03-04Move RDoc comments for Test::Unitdave
2004-03-04* lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):nobu
2004-03-03* ext/syck/rubyext.c: get rid of warnings.nobu
2004-03-03* lib/rdoc/ri/ri_display.rb (DefaultDisplay::page): wait until thenobu
2004-03-03* lib/rdoc/ri/ri_display.rb (DefaultDisplay::setup_pager): ensurenobu
2004-03-03* lib/mkmf.rb ($topdir): use compile_dir only when not installed yet.nobu
2004-03-02* lib/rss/converter.rb: handled Uconv::Error.kou
2004-03-02* soak_up_spaces only ungetc's non-space last characterdblack
2004-03-02* io.c (pipe_open): erred program name should be reported bynobu
2004-03-01Fixed Kernel#scanf to propagate code blockdblack
2004-03-01Partial fix so STDIN#scanf works with new STDIN#pos behaviordblack
2004-03-01Allow aliases to have parenthesesdave
2004-02-29Handle :nodoc: om singleton classesdave
2004-02-28 * MANIFEST: add test_erb.rbseki
2004-02-26require drb/eq.rb by defaultseki
2004-02-26Doug Kearns's doc. patchdave
2004-02-25* lib/cgi-lib.rb, lib/getopts.rb, lib/importenv.rb, lib/parsearg.rb:nobu
2004-02-24Improve heuristic for which files to include. See ChangeLogdave
2004-02-24Deal with case where first file processed contains a :stopdoc:dave
2004-02-23Handle class vars in code listingsdave
2004-02-23Handle aliases in C filesdave
2004-02-23Check opdir _before_ parsing filesdave
2004-02-23Fix constant value extraction. Escape HTML in constant valuesdave
2004-02-22* lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu
2004-02-22* lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.akira
2004-02-20* lib/ostruct.rb (OpenStruct#initialize_copy): should not sharenobu
2004-02-20* lib/irb/init.rb (IRB::IRB.parse_opts): add -I option tomatz
2004-02-19Support visibility modifiers for attributesdave
2004-02-19 * lib/ostruct.rb: documentedgsinclair
2004-02-19 * lib/soap/mapping/rubytypeFactory.rb: should not dump singleton class.nahi
2004-02-19Fix typos (Doug Kearns)dave
2004-02-18 * lib/cgi-lib.rb: deprecated after 1.8.1gsinclair
2004-02-18Strip extraneous spaces from included filenamedave
2004-02-18remove O_NONBLOCK, thanks ayseki
2004-02-17 * lib/rinda/rinda.rb: added documentation (from Hugh Sasse)gsinclair
2004-02-17* sprintf.c (rb_f_sprintf): preserve original val formatz
2004-02-17* ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.nobu
2004-02-17* ext/extmk.rb (parse_args): delay expanding $(extout) until invokingnobu
2004-02-17should escape dot.nobu
2004-02-17* lib/rss/rexmlparser.rb: REXML version may be 4 digits.nobu
2004-02-16* lib/rexml/encodings/SHIFT_JIS: wrong library name.nobu
2004-02-16Issue11: null context causing indentation crashser
2004-02-16Fixed Issue7: DocType with external IDs was not being quoted.ser
2004-02-16* lib/fileutils.rb: new module FileUtils::DryRun.aamine
2004-02-16 * lib/csv.rb: document reduction. [ruby-core:02429]nahi
2004-02-16 * lib/generator.rb: corrected doc formatgsinclair
2004-02-16* win32/Makefile.sub (config.status): should create *.pdb on ext/,usa