aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Tidy benchmark.rb documentation a taddave2004-01-201-90/+55
* Document base64dave2004-01-202-0/+58
* RDoc abbrevdave2004-01-201-0/+38
* Document lib/English. Add top-level aliases to rdoc html outputdave2004-01-205-45/+165
* * lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.eban2004-01-191-1/+1
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-192-8/+10
* synchronized with date2 3.5.tadf2004-01-182-65/+63
* * lib/soap/wsdlDriver.rb, lib/wsdl/soap/operation.rb: add support ofnahi2004-01-183-6/+26
* check ArgumentError by Time.at(-1) instead of by test itself.usa2004-01-171-3/+11
* * lib/test.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema):usa2004-01-171-14/+24
* * parse.y (primary): allow no "when" case. [ruby-dev:22578]matz2004-01-131-0/+8
* * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities):nobu2004-01-136-24/+5
* Display full name in class listdave2004-01-122-3/+3
* Checked in wrong version... :(dave2004-01-121-1/+7
* Try to use DESTDIR when installingdave2004-01-121-0/+1
* * file.c (test_wr, test_ww): New functions implementing newmatz2004-01-121-1/+1
* Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave2004-01-123-8/+21
* Add HTML formatter to ridave2004-01-111-25/+152
* ri now accepts options via RI environment variabledave2004-01-101-0/+6
* * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu2004-01-101-2/+2
* * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadErrornahi2004-01-091-1/+0
* * ext/extmk.rb (extmake): should not reduce necessary libraries.nobu2004-01-091-0/+15
* * lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440]nobu2004-01-091-3/+3
* * lib/webrick/cgi.rb (WEBrick::CGI#initialize): should creategotoyuzo2004-01-071-0/+1
* * lib/net/http.rb (HTTPHeader#content_length): should return nil unless heade...aamine2004-01-071-1/+2
* fix typos.akr2004-01-074-14/+14
* * lib/soap/{attachment.rb,mimemessage.rb}: added from soap4r/1.5.2.nahi2004-01-072-0/+345
* Fix problem with agreesive name matching (see ChangeLog)dave2004-01-072-9/+23
* * lib/debug.rb: revert command parse regexps. [ruby-list:39014] bynahi2004-01-071-5/+5
* Check for shebang line in file that would otherwise be treated as plain textdave2004-01-061-1/+13
* * lib/logger.rb(Logger#msg2str): no special treatment for the objectnahi2004-01-061-29/+17
* Split out ri display code and make pluggabledave2004-01-063-0/+386
* * import soap4r/1.5.2;nahi2004-01-0619-171/+381
* Add RDoc to build. Add --ri-system to RDocdave2004-01-054-37/+79
* * lib/logger.rb: enhanced documentation.gsinclair2004-01-051-207/+351
* Add --ri-system optiondave2004-01-052-6/+18
* * lib/mkmf.rb (create_makefile): remove duplicated object filesusa2004-01-041-1/+2
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-2/+2
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-0212-51/+136
* * lib/pathname.rb: Corrected small coding error.gsinclair2003-12-311-2/+2
* * lib/pathname.rb: Completed documentation.gsinclair2003-12-311-107/+266
* Make file in '// in sss.c' relativedave2003-12-311-1/+3
* Fix problem with private alias to public methoddave2003-12-311-3/+7
* Add RDoc for kernel functions, and tidy updave2003-12-301-14/+31
* Re-applied revision 1.21 as its changes were lost on the way to 1.22gsinclair2003-12-301-0/+2
* Fix problem when class and method names the samedave2003-12-301-6/+17
* Fix HTML generated for .chm post-processingdave2003-12-301-0/+1
* Fix parse problem with complex yieldsdave2003-12-291-2/+4
* * lib/pathname.rb: Added documentation.gsinclair2003-12-291-18/+186
* * lib/net/http.rb (GenericRequest#initialize): check if path begins with '/'.aamine2003-12-291-152/+135