| Age | Commit message (Expand) | Author |
| 2008-05-29 | * configure.in, win32/Makefile.sub, mkconfig.rb, instruby.rb, | knu |
| 2008-05-28 | * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_... | knu |
| 2008-05-28 | * lib/singleton.rb (SingletonClassMethods): _load should be public. | nobu |
| 2008-05-23 | * lib/rational.rb (Rational#to_i): fix rdoc. Rational(-7,4).to_i | akr |
| 2008-05-18 | * lib/webrick/httpservlet/filehandler.rb: should normalize path | gotoyuzo |
| 2008-05-12 | * lib/delegate.rb (SimpleDelegator::dup): removed needless argument. | nobu |
| 2008-05-01 | Merged 16257 from trunk. | jeg2 |
| 2008-04-30 | Merged 16241 from trunk. | jeg2 |
| 2008-04-24 | * lib/net/pop.rb: backported from 1.9. bug#19003 | kazu |
| 2008-04-23 | * lib/mkmf.rb (create_makefile): Add a missing dependency on the | knu |
| 2008-04-23 | * lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Return | knu |
| 2008-04-21 | * lib/tempfile.rb (Tempfile::_close): check @data before modifying | matz |
| 2008-04-19 | * lib/yaml/baseemitter.rb, lib/yaml/encoding.rb: performance | knu |
| 2008-04-19 | * lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit; | knu |
| 2008-04-18 | * ext/syck/rubyext.c: Node#value defined twice. | knu |
| 2008-04-18 | * lib/rexml/node.rb (REXML::Node::indent): should initialize rv | knu |
| 2008-04-18 | * lib/rexml: Merge fixes since 1.8.6 made solely on the ruby_1_8_6 | knu |
| 2008-04-17 | * lib/uri/ftp.rb, lib/uri/generic.rb, test/uri/test_common.rb, | akira |
| 2008-04-15 | * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403] | knu |
| 2008-04-15 | * lib/uri.rb, lib/uri/ldaps.rb: added LDAPS scheme; backported from 1.9. bug#... | kazu |
| 2008-04-15 | * lib/net/smtp.rb: backported from 1.9. bug#19003 | kazu |
| 2008-04-10 | * enumerator.c (rb_eStopIteration), eval.c (rb_f_loop), ruby.h: | knu |
| 2008-04-10 | * lib/resolv.rb (Resolv::DNS#each_address): backport from 1.9 for | akr |
| 2008-04-03 | * lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails and | matz |
| 2008-03-31 | * lib/resolv.rb (Resolv::Config.default_config_hash): requires | nobu |
| 2008-03-23 | use proc instead of Thread. [ruby-dev:33692] | seki |
| 2008-03-21 | * lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin. | nobu |
| 2008-03-21 | * lib/ipaddr.rb: Say that I am the current maintainer. | knu |
| 2008-03-18 | * lib/erb.rb (ERB::Compiler): Make some minor code optimization. | seki |
| 2008-03-14 | * lib/cgi.rb (CGI::Cookie::initialize): performance patch from | matz |
| 2008-03-11 | * lib/delegate.rb: check $@ to avoid NoMethodError. | kazu |
| 2008-03-11 | * lib/delegate.rb (Delegator#initialize, DelegateClass): skip correct | nobu |
| 2008-03-07 | * lib/mkmf.rb: rdoc added. [ruby-Patches-9762] | nobu |
| 2008-03-05 | lib/erb.rb: update RDoc. Thanks Makoto Kuwata [ruby-dev:33702] | seki |
| 2008-03-03 | * lib/webrick/httpservlet/filehandler.rb: should normalize path | gotoyuzo |
| 2008-02-15 | * lib/rational.rb (floor, ceil, truncate, round): do not use | tadf |
| 2008-02-13 | * lib/timeout.rb (Timeout::timeout): made sensitive to location on the | nobu |
| 2008-02-11 | * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb, NEWS: | kou |
| 2008-02-10 | * lib/benchmark.rb (Job::Benchmark#item): fix typo. | naruse |
| 2008-02-08 | * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other than | nobu |
| 2008-02-08 | * lib/mkmf.rb (xsystem): expand macros like as make. | nobu |
| 2008-02-05 | * lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR. | nobu |
| 2008-02-02 | * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtime | matz |
| 2008-01-30 | should find a symbol by Symbol class. | seki |
| 2008-01-30 | * lib/date.rb: refined deprecated methods. | tadf |
| 2008-01-24 | * lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s instead | nobu |
| 2008-01-21 | fixed a typo. | tadf |
| 2008-01-17 | * lib/date.rb (Date::Infinity#<=>): didn't work. A patch from | tadf |
| 2008-01-14 | * lib/shellwords.rb: scape should be an alias to shellescape. a | matz |
| 2008-01-14 | * lib/time.rb: do not reference Time directly from the inside of | tadf |