aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine2004-03-281-2/+2
* * lib/net/pop.rb: revert to rev1.63. 1.64 wrongly contains POPS code.aamine2004-03-281-26/+6
* * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine2004-03-281-6/+26
* * (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
* * lib/logger.rb: trim tail space of each line. no user visible change.nahi2004-03-262-12/+12
* Missing trailing "$"dave2004-03-251-1/+1
* 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-985/+968
* * lib/mkmf.rb ($ruby, $topdir, $hdrdir): should not be affected bynobu2004-03-241-7/+13
* * lib/tempfile.rb: fixed a stupid bug. [ruby-talk:95680]matz2004-03-241-2/+1
* Don't be as eager to invent classes to documentdave2004-03-242-4/+7
* Allow templates to be specified outside the RDoc treedave2004-03-241-3/+7
* * lib/tempfile.rb (Tempfile::_close): should not clear @tmpnamematz2004-03-241-4/+7
* * object.c (rb_mod_cvar_get): new method Module#class_variable_get.matz2004-03-231-1/+2