summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-261-4/+8
* add tests.akr2004-04-261-0/+27
* Alias alias to instance methodsdave2004-04-261-1/+6
* Fix bug where consecutive headings were mergeddave2004-04-241-1/+1
* * Non-String attributes are now converted to Strings; this means code such asser2004-04-237-27/+49
* * lib/mkmf.rb: $hdrdir should not contain macros, for backwardnobu2004-04-231-3/+3
* * 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-5/+5
* check hash tuple sizeseki2004-04-211-5/+2
* * lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly.akr2004-04-211-4/+14
* * lib/net/smtp.rb: merge SMTP-TLS patch. This patch is contributed by Daniel...aamine2004-04-211-18/+153
* * lib/net/smtp.rb: change coding style: def m( a ) -> def m(a).aamine2004-04-211-28/+27
* * lib/net/pop.rb: do not use class variables.aamine2004-04-211-40/+58
* * lib/net/http.rb (connect): CONNECT must precede SSL connect. [ruby-dev:23379]aamine2004-04-211-35/+33
* * lib/test/unit/ui/console/testrunner.rb (test_started): restore $0nobu2004-04-211-1/+2
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-1827-61/+61
* Allow for HAVE_PROTOTYPES macrodave2004-04-181-4/+12
* Change :enddoc: to terminate processing of current filedave2004-04-171-18/+21
* * lib/drb/drb.rb (DRb::DRbUnknown::initialize): Exception#to_str isnobu2004-04-162-4/+4
* change pattern matching [druby-ja:98]seki2004-04-131-1/+3
* * lib/net/http.rb (begin_transport): should not overwrite HTTP request header...aamine2004-04-131-3/+3
* * lib/net/pop.rb: merge POP3S patch. This patch is contributed by Daniel Hobe.aamine2004-04-131-17/+124
* enable document for Kernel.open.akr2004-04-121-1/+1
* Forgot to check special case at top leveldave2004-04-111-2/+2
* Fix :enddoc"dave2004-04-102-3/+3
* Fixed problem with \_cat_<b>dog</b>dave2004-04-092-16/+8
* * ext/extmk.rb (extmake): skip uncompiled extensions.nobu2004-04-082-5/+8
* REXML CHANGESser2004-04-072-25/+21
* update the document for to_path.akr2004-04-071-1/+1
* * lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou2004-04-075-27/+33
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-072-5/+7
* fix hash tuple bugseki2004-04-062-3/+19
* * error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz2004-04-052-2/+4
* add require "drb/drb"seki2004-04-051-0/+1
* Remove leading ./ from filenames so that cross references work OKdave2004-04-042-2/+2
* comments modified.akr2004-04-041-3/+3
* Allow multiple --exclude options to RDocdave2004-04-042-3/+9
* * Fixed a bug in the evaluation of XPath's 'or'ser2004-04-032-12/+18
* * ext/syck/lib/gram.c: allow root-level inline collections.why2004-04-022-3/+19
* * ext/extmk.rb (extmake): extract necessary variables for static linknobu2004-04-021-4/+6
* REXML changesser2004-04-024-7/+12
* * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine2004-04-021-9/+0
* checked in debug version in errordave2004-04-021-9/+0
* Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave2004-04-024-26/+54
* * lib/soap/mapping/{factory.rb,registry.rb}: fixed illegal mapped URInahi2004-04-012-2/+17
* * lib/delegate.rb (DelegateClass): define internal methods of thenobu2004-03-311-7/+7
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-2917-41/+44
* Documentation fixes and a patch to fix whitespace handling.ser2004-03-286-21/+43
* fix typo.akr2004-03-281-2/+2
* * lib/net/pop.rb: def m( arg ) -> def m(arg).aamine2004-03-281-44/+43