aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge from ruby_1_8.knu2008-04-251-55/+173
* Merge from ruby_1_8.knu2008-04-232-6/+8
* Merge from ruby_1_8.knu2008-04-211-1/+3
* Merge this too.knu2008-04-192-70/+120
* Merge everything from ruby_1_8.knu2008-04-197-22/+41
* * ext/syck/rubyext.c (syck_genericresolver_node_import): shouldknu2008-04-182-3/+1
* * lib/rexml/node.rb (REXML::Node::indent): should initialize rvknu2008-04-181-1/+1
* * lib/rexml: Merge fixes since 1.8.6 made solely on the ruby_1_8_6knu2008-04-1827-1461/+1868
* * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]knu2008-04-151-2/+7
* * lib/uri.rb, lib/uri/ldaps.rb: added LDAPS scheme; backported from 1.9. bug#...kazu2008-04-152-0/+13
* * lib/net/smtp.rb: backported from 1.9. bug#19003kazu2008-04-151-159/+476
* * enumerator.c (rb_eStopIteration), eval.c (rb_f_loop), ruby.h:knu2008-04-101-0/+38
* * lib/resolv.rb (Resolv::DNS#each_address): backport from 1.9 forakr2008-04-101-10/+2
* * lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails andmatz2008-04-031-0/+2
* * lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu2008-03-311-0/+1
* use proc instead of Thread. [ruby-dev:33692]seki2008-03-231-4/+3
* * lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu2008-03-211-1/+1
* * lib/ipaddr.rb: Say that I am the current maintainer.knu2008-03-213-0/+11
* * lib/erb.rb (ERB::Compiler): Make some minor code optimization.seki2008-03-181-82/+77
* * lib/cgi.rb (CGI::Cookie::initialize): performance patch frommatz2008-03-141-6/+11
* * lib/delegate.rb: check $@ to avoid NoMethodError.kazu2008-03-111-2/+2
* * lib/delegate.rb (Delegator#initialize, DelegateClass): skip correctnobu2008-03-111-9/+7
* * lib/mkmf.rb: rdoc added. [ruby-Patches-9762]nobu2008-03-071-4/+123
* lib/erb.rb: update RDoc. Thanks Makoto Kuwata [ruby-dev:33702]seki2008-03-051-12/+72
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-03-031-2/+19
* * lib/rational.rb (floor, ceil, truncate, round): do not usetadf2008-02-152-20/+86
* * lib/timeout.rb (Timeout::timeout): made sensitive to location on thenobu2008-02-131-3/+20
* * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb, NEWS:kou2008-02-118-32/+47
* * lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse2008-02-101-1/+1
* * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other thannobu2008-02-081-7/+11
* * lib/mkmf.rb (xsystem): expand macros like as make.nobu2008-02-081-0/+6
* * lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR.nobu2008-02-051-4/+14
* * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtimematz2008-02-021-1/+4
* should find a symbol by Symbol class.seki2008-01-301-1/+2
* * lib/date.rb: refined deprecated methods.tadf2008-01-301-20/+38
* * lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s insteadnobu2008-01-241-1/+2
* fixed a typo.tadf2008-01-211-1/+1
* * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf2008-01-172-7/+7
* * lib/shellwords.rb: scape should be an alias to shellescape. amatz2008-01-141-1/+1
* * lib/time.rb: do not reference Time directly from the inside oftadf2008-01-141-7/+7
* * lib/date.rb, lib/date/format.rb: tuning for performance.tadf2008-01-122-11/+20
* * lib/rdoc/options.rb ():nobu2008-01-111-1/+1
* * lib/date.rb, lib/date/format.rb: introduced some constantstadf2008-01-062-54/+79
* use hard tab.tadf2008-01-021-1/+1
* * lib/date.rb (_valid_time?): I'm not sure to recommend such antadf2007-12-301-4/+4
* * lib/resolv.rb (Resolv::DNS#each_address): now returns IPv6 address.naruse2007-12-281-3/+10
* * lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.2 -> 0.2.3.kou2007-12-282-15/+17
* * lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array ofnaruse2007-12-261-3/+3
* parsedate is obsolete.tadf2007-12-261-1/+1
* Merge r14565 and r14567 from trunkdrbrain2007-12-242-17/+44