aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf2008-01-172-7/+7
* Clean up commentsdrbrain2008-01-161-41/+9
* * lib/shellwords.rb: scape should be an alias to shellescape. amatz2008-01-141-1/+1
* Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.drbrain2008-01-1429-2751/+2501
* * lib/rake/ruby182_test_unit_fix.rb: removed.nobu2008-01-142-29/+1
* * lib/time.rb: do not reference Time directly from the inside oftadf2008-01-141-9/+9
* Cleanup RDocdrbrain2008-01-138-211/+201
* Complete RDoc namespace changedrbrain2008-01-1315-46/+45
* Reorganize RDoc generatorsdrbrain2008-01-1314-251/+254
* * lib/date.rb, lib/date/format.rb: tuning for performance.tadf2008-01-122-13/+22
* Remove lib/rdoc/usage.rbdrbrain2008-01-112-230/+14
* Follow namespace change for RDoc/RI [ruby-core:14964]drbrain2008-01-111-3/+3
* * lib/rdoc/options.rb ():nobu2008-01-111-1/+1
* * lib/e2mmap.rb (Exception2MessageMapper::Raise): define fail.matz2008-01-091-0/+1
* * lib/mathn.rb (Prime#each): returns an enumerator if no blockkazu2008-01-091-0/+1
* * lib/webrick/httprequest.rb: supprt X-Forwarded-* header fields.gotoyuzo2008-01-091-2/+48
* * lib/webrick/server.rb (WEBrick::HTTPServer#start):gotoyuzo2008-01-091-0/+1
* Speed up Marshal load, fix bug with nested classes' methodsdrbrain2008-01-081-3/+8
* Clean up namespacing of RI's classesdrbrain2008-01-0818-1400/+1356
* Replace ri with Ryan Davis' cached ridrbrain2008-01-089-534/+525
* Add additional information to RDoc template valuesdrbrain2008-01-071-36/+38
* * lib/webrick/httpservlet/cgihandler.rb: external encoding ofgotoyuzo2008-01-071-0/+2
* Use ERB instead of custom template language for RDoc.drbrain2008-01-0710-1573/+680
* Namespace TokenStream under RDoc.drbrain2008-01-071-8/+16
* Namespace RDoc::DOT. Clean up formatting of RDoc::Diagrams.drbrain2008-01-072-74/+77
* Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.drbrain2008-01-0711-589/+624
* Merge documentation from the same class on ri generation.drbrain2008-01-072-10/+16
* Collapse namespaces and refactor requires in RDocdrbrain2008-01-076-366/+352
* Clean up comments and whitespace in RDoc generatorsdrbrain2008-01-074-262/+248
* * lib/erb.rb (ERB::Revision): cut off locale dependent string in Dateakr2008-01-061-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-0658-58/+0
* * lib/securerandom.rb: Add Win32 support.technorama2008-01-061-2/+47
* * lib/date.rb, lib/date/format.rb: introduced some constantstadf2008-01-062-59/+82
* * lib/resolv.rb (Reolv::DNS#each_address): get A record and then AAAAnaruse2008-01-051-10/+2
* * eval.c (Init_eval): move instance_eval and instance_exec tomatz2008-01-041-2/+4
* use hard tab.tadf2008-01-021-1/+1
* * lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:matz2008-01-0115-67/+85
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo2007-12-311-102/+138
* * lib/date.rb (_valid_time?): I'm not sure to recommend such antadf2007-12-301-4/+4
* * lib/mkmf.rb (depend_rules): need to convert `/' to `\' for windowsusa2007-12-291-0/+4
* * Fix variable name.gotoyuzo2007-12-281-5/+5
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws):gotoyuzo2007-12-281-11/+11
* * lib/resolv.rb (Resolv::DNS#each_address): now returns IPv6 address.naruse2007-12-281-3/+10
* Move lib/rdoc/dot/dot.rb to lib/rdoc, un-namespace.drbrain2007-12-283-274/+266
* Move RDoc markup samples to sample/rdoc/markup directorydrbrain2007-12-282-58/+0
* Remove test directorydrbrain2007-12-281-2/+0
* Remove garbage ("X=1").knu2007-12-281-2/+0
* Move RDoc tests out of lib/drbrain2007-12-283-658/+6
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.2 -> 0.2.3.kou2007-12-282-15/+17
* * lib/rdoc/rdoc.rb (parse_files): don't depend on the default externalakr2007-12-271-1/+1