aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/rubygems/commands/update_command.rb (do_rubygems_update): useusa2007-12-271-5/+4
* * lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanes...akr2007-12-273-4/+4
* * lib/mkmf.rb (create_tmpsrc): retry to create file if Errno::EACCESusa2007-12-261-2/+10
* * lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array ofnaruse2007-12-261-3/+3
* * lib/date/format.rb (_xmlschema): some improvements.tadf2007-12-261-28/+59
* * lib/csv.rb: Cleaned up some code with Ruby 1.9 idioms.jeg22007-12-261-10/+6
* * lib/rexml/node.rb (REXML::Node::indent): should initialize rvmatz2007-12-251-1/+1
* * lib/mkmf.rb (create_makefile): Add a missing dependency on theknu2007-12-251-1/+1
* lib/mkmf.rb: revert last changematz2007-12-251-1/+1
* * lib/mkmf.rb (map_dir): should generate path including $top_srcdir.matz2007-12-251-1/+1
* * lib/csv.rb: Fixed test failures caused by changes to Ruby.jeg22007-12-251-6/+10
* * lib/csv.rb: Import the FasterCSV source as the new CSV class.jeg22007-12-251-0/+1892
* Enable RDoc debugging only with $DEBUG_RDOCdrbrain2007-12-254-24/+24
* * lib/csv.rb, test/csv/test_csv.rb: Removed in preparation for FasterCSVjeg22007-12-241-972/+0
* Fix some test failures in RubyGems.drbrain2007-12-241-2/+8
* Fix uninitialized variable warning in Net::HTTPdrbrain2007-12-242-15/+1
* * lib/rexml/element.rb (REXML::Elements#each): yield in eachgotoyuzo2007-12-241-1/+1
* * lib/rdoc/rdoc.rb (parse_files): interpret coding cookie.akr2007-12-241-0/+5
* * lib/irb/output-method.rb: translate a comment to English toakr2007-12-241-5/+5
* * lib/webrick/httpservley/cgihandler.rbgotoyuzo2007-12-241-1/+1
* * lib/cgi.rb (CGI::escape): m17nized.akr2007-12-241-10/+12
* * lib/rdoc/diagram.rb (RDoc::Diagram#initialize): use fileuitlsgotoyuzo2007-12-241-1/+1
* Mon Dec 24 23:04:57 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi2007-12-249-352/+7
* * lib/open-uri.rb (OpenURI::Buffer): use Meta ===. [ruby-core:14295]akr2007-12-241-2/+2
* Mon Dec 24 17:20:34 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi2007-12-243-276/+0
* Mon Dec 24 17:06:37 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi2007-12-24121-18405/+0
* * Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specifynobu2007-12-241-3/+6
* Fix formatting of multiple pathsdrbrain2007-12-241-3/+3
* Fix display of GEMDIRS, make command command examples match ri's name.drbrain2007-12-242-19/+42
* Fix Regexp warnings in lib/uri. Patch #16524 by Kornelius Kalnbach.drbrain2007-12-242-19/+18
* * lib/time.rb (Time.httpdate): fix 2 digits year for 20xx.akr2007-12-231-1/+10
* Fix method redefined warning in open-uri.rb. [ruby-core:14304].drbrain2007-12-231-0/+3
* Fix version checkdrbrain2007-12-231-3/+3
* * lib/time.rb (Time.httpdate): use Time.utc forakr2007-12-231-1/+1
* Fix 1.9 warnings in RDocdrbrain2007-12-235-11/+11
* Fix warnings in RubyGemsdrbrain2007-12-233-4/+5
* * lib/mkmf.rb ($extmk): fixed broken condition.usa2007-12-221-1/+1
* * lib/mkmf.rb ($extmk): fixed broken condition.usa2007-12-221-1/+1
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-223-6/+9
* * lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo2007-12-221-3/+3
* * lib/net/imap.rb: fixed RDoc markups.shugo2007-12-221-8/+8
* * lib/mkmf.rb ($extmk): set true only when under ext/ or tool/.usa2007-12-221-1/+2
* * lib/net/imap.rb (initialize): fixed documentation.shugo2007-12-221-11/+7
* * lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.buildshugo2007-12-221-50/+55
* * lib/date.rb: shouldn't freeze nil. [ruby-dev:32677]tadf2007-12-221-2/+2
* * tool/insns2vm.rb: moved from lib/vm/instruction.rb.ko12007-12-221-1381/+0
* * lib/mkmf.rb (depend_rules): suffixes list broken. fixed.usa2007-12-211-4/+4
* Update to RubyGems 1.0.1, r1581drbrain2007-12-213-2/+3