summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-01-22* lib/rdoc/ri/formatter.rb: Indent labeled lists like note lists.drbrain
2008-01-21fixed a typo.tadf
2008-01-21 * lib/date.rb (marshal_load): initialize the cache.tadf
2008-01-20 r1479@bean: ser | 2008-01-19 14:26:31 -0500ser
2008-01-19* lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constantakr
2008-01-19 * lib/date.rb (once): use an instance variable which points a hashtadf
2008-01-19 * lib/date.rb, lib/date/format.rb: parse's hints as antadf
2008-01-19* lib/rdoc/markup: Remove ListBase and Line constants.drbrain
2008-01-17Fix namespacingdrbrain
2008-01-17 * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf
2008-01-16Clean up commentsdrbrain
2008-01-14* lib/shellwords.rb: scape should be an alias to shellescape. amatz
2008-01-14Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.drbrain
2008-01-14* lib/rake/ruby182_test_unit_fix.rb: removed.nobu
2008-01-14 * lib/time.rb: do not reference Time directly from the inside oftadf
2008-01-13Cleanup RDocdrbrain
2008-01-13Complete RDoc namespace changedrbrain
2008-01-13Reorganize RDoc generatorsdrbrain
2008-01-12 * lib/date.rb, lib/date/format.rb: tuning for performance.tadf
2008-01-11Remove lib/rdoc/usage.rbdrbrain
2008-01-11Follow namespace change for RDoc/RI [ruby-core:14964]drbrain
2008-01-11* lib/rdoc/options.rb ():nobu
2008-01-09* lib/e2mmap.rb (Exception2MessageMapper::Raise): define fail.matz
2008-01-09* lib/mathn.rb (Prime#each): returns an enumerator if no blockkazu
2008-01-09* lib/webrick/httprequest.rb: supprt X-Forwarded-* header fields.gotoyuzo
2008-01-09* lib/webrick/server.rb (WEBrick::HTTPServer#start):gotoyuzo
2008-01-08Speed up Marshal load, fix bug with nested classes' methodsdrbrain
2008-01-08Clean up namespacing of RI's classesdrbrain
2008-01-08Replace ri with Ryan Davis' cached ridrbrain
2008-01-07Add additional information to RDoc template valuesdrbrain
2008-01-07* lib/webrick/httpservlet/cgihandler.rb: external encoding ofgotoyuzo
2008-01-07Use ERB instead of custom template language for RDoc.drbrain
2008-01-07Namespace TokenStream under RDoc.drbrain
2008-01-07Namespace RDoc::DOT. Clean up formatting of RDoc::Diagrams.drbrain
2008-01-07Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.drbrain
2008-01-07Merge documentation from the same class on ri generation.drbrain
2008-01-07Collapse namespaces and refactor requires in RDocdrbrain
2008-01-07Clean up comments and whitespace in RDoc generatorsdrbrain
2008-01-06* lib/erb.rb (ERB::Revision): cut off locale dependent string in Dateakr
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-06* lib/securerandom.rb: Add Win32 support.technorama
2008-01-06 * lib/date.rb, lib/date/format.rb: introduced some constantstadf
2008-01-05* lib/resolv.rb (Reolv::DNS#each_address): get A record and then AAAAnaruse
2008-01-04* eval.c (Init_eval): move instance_eval and instance_exec tomatz
2008-01-02use hard tab.tadf
2008-01-01* lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:matz
2007-12-31* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo
2007-12-30 * lib/date.rb (_valid_time?): I'm not sure to recommend such antadf
2007-12-29 * lib/mkmf.rb (depend_rules): need to convert `/' to `\' for windowsusa
2007-12-28* Fix variable name.gotoyuzo