summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2007-12-25* lib/mkmf.rb (create_makefile): Add a missing dependency on theknu
2007-12-25lib/mkmf.rb: revert last changematz
2007-12-25* lib/mkmf.rb (map_dir): should generate path including $top_srcdir.matz
2007-12-25* lib/csv.rb: Fixed test failures caused by changes to Ruby.jeg2
2007-12-25* lib/csv.rb: Import the FasterCSV source as the new CSV class.jeg2
2007-12-25Enable RDoc debugging only with $DEBUG_RDOCdrbrain
2007-12-24* lib/csv.rb, test/csv/test_csv.rb: Removed in preparation for FasterCSVjeg2
2007-12-24Fix some test failures in RubyGems.drbrain
2007-12-24Fix uninitialized variable warning in Net::HTTPdrbrain
2007-12-24* lib/rexml/element.rb (REXML::Elements#each): yield in eachgotoyuzo
2007-12-24* lib/rdoc/rdoc.rb (parse_files): interpret coding cookie.akr
2007-12-24* lib/irb/output-method.rb: translate a comment to English toakr
2007-12-24* lib/webrick/httpservley/cgihandler.rbgotoyuzo
2007-12-24* lib/cgi.rb (CGI::escape): m17nized.akr
2007-12-24* lib/rdoc/diagram.rb (RDoc::Diagram#initialize): use fileuitlsgotoyuzo
2007-12-24Mon Dec 24 23:04:57 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi
2007-12-24* lib/open-uri.rb (OpenURI::Buffer): use Meta ===. [ruby-core:14295]akr
2007-12-24Mon Dec 24 17:20:34 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi
2007-12-24Mon Dec 24 17:06:37 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi
2007-12-24* Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specifynobu
2007-12-24Fix formatting of multiple pathsdrbrain
2007-12-24Fix display of GEMDIRS, make command command examples match ri's name.drbrain
2007-12-24Fix Regexp warnings in lib/uri. Patch #16524 by Kornelius Kalnbach.drbrain
2007-12-23* lib/time.rb (Time.httpdate): fix 2 digits year for 20xx.akr