summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2004-02-16* lib/racc/parser.rb: add note for Racc full package.aamine
2004-02-15raise RequestExpiredError if timeoutseki
2004-02-14* lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY).gotoyuzo
2004-02-14* lib/un.rb: use OptionParser instead of getopts.eban
2004-02-14 * lib/ftools.rb: documentedgsinclair
2004-02-14add pretty_printseki
2004-02-13@@ Fix for the XPath descendant* result set ordering bug @@ser
2004-02-13lib/cgi.rb: commit miss.eban
2004-02-13* re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).matz
2004-02-13 * lib/fileutils.rb: slighly improved documentation (sync with 1.8)gsinclair
2004-02-13* test/rss/test_trackback.rb: added tests for TrackBack with RSSkou