summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2007-12-28* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws):gotoyuzo
2007-12-28* lib/resolv.rb (Resolv::DNS#each_address): now returns IPv6 address.naruse
2007-12-28Move lib/rdoc/dot/dot.rb to lib/rdoc, un-namespace.drbrain
2007-12-28Move RDoc markup samples to sample/rdoc/markup directorydrbrain
2007-12-28Remove test directorydrbrain
2007-12-28Remove garbage ("X=1").knu
2007-12-28Move RDoc tests out of lib/drbrain
2007-12-28* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.2 -> 0.2.3.kou
2007-12-27* lib/rdoc/rdoc.rb (parse_files): don't depend on the default externalakr
2007-12-27 * lib/rubygems/commands/update_command.rb (do_rubygems_update): useusa
2007-12-27* lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanes...akr
2007-12-26 * lib/mkmf.rb (create_tmpsrc): retry to create file if Errno::EACCESusa
2007-12-26* lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array ofnaruse
2007-12-26 * lib/date/format.rb (_xmlschema): some improvements.tadf
2007-12-26* lib/csv.rb: Cleaned up some code with Ruby 1.9 idioms.jeg2
2007-12-25* lib/rexml/node.rb (REXML::Node::indent): should initialize rvmatz