aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR.nobu2008-02-051-2/+13
* * lib/delegate.rb (DelegateClass): use define_method instead ofnobu2008-02-041-17/+15
* * lib/delegate.rb (Delegator.preserved, DelegateClass.methods): extendusa2008-02-041-3/+5
* * lib/cgi.rb (CGI::QueryExtension::[]): no more transitionmatz2008-02-041-25/+0
* * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtimematz2008-02-021-1/+4
* * lib/rdoc/ri/formatter.rb (output): add accessor.usa2008-01-312-3/+4
* * lib/rdoc/ri/display.rb (display_method_list, display_class_list):usa2008-01-312-10/+26
* * lib/rdoc/ri/driver.rb (cache_file_for): shoudn't use `:' in filename.usa2008-01-301-1/+1
* * ruby-trunk.naruse2008-01-271-1/+1
* * lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replacenaruse2008-01-261-1/+1
* * lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s insteadnobu2008-01-241-1/+2
* * lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb,naruse2008-01-233-4/+4
* * mkmf.rb (create_makefile): sorry, typo. orzusa2008-01-221-1/+1
* * mkmf.rb (create_makefile): typo.usa2008-01-221-1/+1
* * lib/mkmf.rb (create_makefile): need to output sodir rule.usa2008-01-221-1/+1
* * lib/mkmf.rb (create_makefile): lib files shoudn't depend on installusa2008-01-221-3/+5
* * lib/rdoc/ri/formatter.rb: Indent labeled lists like note lists.drbrain2008-01-221-54/+29
* fixed a typo.tadf2008-01-211-1/+1
* * lib/date.rb (marshal_load): initialize the cache.tadf2008-01-211-1/+4
* r1479@bean: ser | 2008-01-19 14:26:31 -0500ser2008-01-208-51/+163
* * lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constantakr2008-01-191-0/+2
* * lib/date.rb (once): use an instance variable which points a hashtadf2008-01-191-4/+7
* * lib/date.rb, lib/date/format.rb: parse's hints as antadf2008-01-192-196/+55
* * lib/rdoc/markup: Remove ListBase and Line constants.drbrain2008-01-199-202/+243
* Fix namespacingdrbrain2008-01-171-19/+21
* * 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