summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/telnet.rb (Net::Telnet::login): "options" can specifyakira2004-05-131-4/+8
* lib/drb/observer.rb: remove debug print.eban2004-05-131-2/+0
* * lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.akira2004-05-131-0/+4
* * lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.nobu2004-05-121-2/+2
* * lib/resolv.rb (Resolv::DNS::Config): make it configurable withoutakr2004-05-121-35/+92
* Change symbol lookup scheme in HTML generationdave2004-05-101-4/+12
* Search parent for unqualified constantsdave2004-05-101-0/+8
* * lib/net/ftp.rb: improved documentationgsinclair2004-05-095-418/+507
* Allow multiple arguments to includedave2004-05-071-4/+8
* * lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...aamine2004-05-071-1/+1
* * eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz2004-05-079-22/+25
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-063-75/+197
* * lib/net/imap.rb (string): accept NIL.shugo2004-05-061-8/+27
* Don't include &block if we have yield parametersdave2004-05-053-0/+12
* use recv instead of recvfromseki2004-05-041-1/+1
* * lib/gserver.rb: documentedgsinclair2004-05-041-2/+76
* * lib/xmlrpc/README.txt: introduced for documentation purposesgsinclair2004-05-041-0/+31
* Fix parsing problem with yield within blockdave2004-05-032-1/+8
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-05-015-0/+1805
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-261-4/+8
* add tests.akr2004-04-261-0/+27
* -ser2004-04-247-27/+49
* Fix bug where consecutive headings were mergeddave2004-04-241-1/+1
* * lib/mkmf.rb: $hdrdir should not contain macros for backwardnobu2004-04-231-2/+1
* * lib/pathname.rb: sync taint/freeze flag betweenakr2004-04-231-1/+33
* * lib/resolv.rb: don't use Regexp#source to embed regexps.akr2004-04-231-11/+11
* check hash tuple sizeseki2004-04-211-5/+2
* * lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly.akr2004-04-211-5/+15
* * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,nobu2004-04-1826-60/+60
* Allow for HAVE_PROTOTYPES macrodave2004-04-181-4/+12
* Change :enddoc: to terminate processing of current filedave2004-04-171-18/+21
* change pattern matching [druby-ja:98]seki2004-04-131-1/+3
* * lib/net/http.rb: should not overwrite HTTP request header. [ruby-list:39543]aamine2004-04-131-4/+4
* enable document for Kernel.open.akr2004-04-121-1/+1
* Forgot to check special case at top leveldave2004-04-111-2/+2
* Fix :enddocdave2004-04-102-3/+3
* Fixed problem with \_cat_<b>dog</b>dave2004-04-092-16/+8
* REXML CHANGESser2004-04-072-25/+21
* fix hash tuple bugseki2004-04-062-3/+19
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-04-068-0/+1038
* add require "drb/drb"seki2004-04-051-0/+1
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-056-12/+12
* Remove leading ./ from filenames so that cross references work OKdave2004-04-042-2/+2
* * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine2004-04-041-9/+0
* comments modified.akr2004-04-041-3/+3
* Allow multiple --exclude options to RDocdave2004-04-042-3/+9
* * ext/syck/syck.h: version 0.43.why2004-04-032-4/+20
* * Fixed a bug in the evaluation of XPath's 'or'ser2004-04-032-12/+18
* REXML changesser2004-04-024-7/+12
* REXML changes backported from the 1.9 branch:ser2004-04-0216-91/+141