summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * (lib/open-uri.rb): permit extra semicolon in content-type field.akr2004-03-271-2/+3
* * (lib/pp.rb, lib/prettyprint.rb): define seplist in PP::PPMethodsakr2004-03-272-39/+46
* Add --version option to ridave2004-03-251-2/+16
* Add the --list-names optiondave2004-03-246-8/+70
* Must now use "::" to separate nested classes. This fixes bug where "ri Kernel...dave2004-03-241-0/+1
* Get --one-page working with C codedave2004-03-241-1/+7
* Move "y" documentation to correct placedave2004-03-241-15/+16
* * lib/uri.rb: Documented (thanks Dmitry V. Sabanin).gsinclair2004-03-248-979/+967
* * lib/mkmf.rb ($ruby, $topdir, $hdrdir): should not be affected bynobu2004-03-241-8/+10
* Don't be as eager to invent classes to documentdave2004-03-242-4/+7
* Allow templates to be specified outside the RDoc treedave2004-03-242-3/+9
* * lib/shell/*: bug fix for Shell#system(command_line_string).keiju2004-03-213-9/+16
* Backported 1.9 branch modifications/corrections to 1.8 branchdblack2004-03-201-12/+17
* Force RDoc html background to whitedave2004-03-201-0/+1
* synchronized with date2 3.6.tadf2004-03-202-12/+36
* backport drb.rb 1.16seki2004-03-181-1/+1
* * lib/fileutils.rb (remove_dir): should handle symlink correctly. This patch...aamine2004-03-101-1/+3
* * eval.c (return_jump): set return value to the returnmatz2004-03-104-1/+6
* * lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT})akira2004-03-081-1/+1
* Move RDoc comments for Test::Unitdave2004-03-041-234/+232
* 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-261-1/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-02-261-0/+1
* Doug Kearns's doc. patchdave2004-02-261-1/+2
* 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
* missdave2004-02-192-9/+24
* Support visibility modifiers for attributesdave2004-02-192-7/+27
* * lib/ostruct.rb: documentedgsinclair2004-02-191-11/+54
* Fix typos (Doug Kearns)dave2004-02-191-2/+2
* Strip extraneous spaces from included filenamedave2004-02-181-1/+3
* remove O_NONBLOCK, tahnks ayseki2004-02-181-1/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-02-173-0/+398
* stop doubling timeoutseki2004-02-161-3/+2
* * lib/csv.rb: document reduction. [ruby-core:02429]nahi2004-02-161-775/+427
* * lib/generator.rb: corrected doc formatgsinclair2004-02-163-7/+121
* raise RequestExpiredError if timeoutseki2004-02-151-2/+2
* * lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY).gotoyuzo2004-02-141-1/+1
* add pretty_printseki2004-02-141-0/+11
* * lib/ftools.rb: documentedgsinclair2004-02-121-15/+100
* * lib/base64.rb: backported from HEAD (modularised and documented)gsinclair2004-02-121-69/+121
* * lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #errornobu2004-02-121-1/+1
* * lib/pathname.rb: use assert_raise instead of assert_raises.akr2004-02-114-82/+100