| Age | Commit message (Expand) | Author |
| 2008-07-25 | * lib/webrick/httputils.rb (WEBrick::HTTPUtils#split_header_value): | nobu |
| 2008-07-13 | * lib/optparse.rb (OptionParser#environment): requires shellwords. | nobu |
| 2008-07-12 | * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requires | nobu |
| 2008-07-09 | * lib/irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508] | matz |
| 2008-07-07 | * lib/ipaddr.rb (IPAddr#initialize): get rid of ArgumentError in | nobu |
| 2008-07-04 | fix %% line bug. [ruby-core:17491] | seki |
| 2008-07-04 | * lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557] | nobu |
| 2008-07-03 | * lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead of | matz |
| 2008-07-02 | * configure.in (AC_USE_SYSTEM_EXTENSIONS): instead of AC_AIX | shyouhei |
| 2008-06-30 | * lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks inside | nobu |
| 2008-06-29 | * NEWS: add an entry for rss. | kou |
| 2008-06-29 | * lib/tmpdir.rb (@@systmpdir): prior LOCAL_APPDATA if possible, and | nobu |
| 2008-06-27 | * lib/un.rb (mkmf): new command to create makefile. | nobu |
| 2008-06-25 | * lib/{cgi-lib,getopts,importenv}.rb: check caller[0] because when | usa |
| 2008-06-21 | * lib/rdoc/parsers/parse_rb.rb (RDoc#collect_first_comment): skip | nobu |
| 2008-06-19 | * lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293] | matz |
| 2008-06-19 | * lib/net/pop.rb (Net::POP3#set_all_uids): speed | kazu |
| 2008-06-18 | * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search | nobu |
| 2008-06-16 | * lib/e2mmap.rb (E2MM.def_e2message): typo. | nobu |
| 2008-06-13 | * lib/time.rb (Time.xmlschema): don't accept decimal dot | akr |
| 2008-06-09 | * lib/mkmf.rb (configuration): set flags. | nobu |
| 2008-06-09 | * lib/set.rb (Set#delete_if): Call to_a. | knu |
| 2008-06-05 | * lib/time.rb (Time.xmlschema): don't use float. fix | akr |
| 2008-06-04 | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz |
| 2008-06-03 | * lib/set.rb (Set#delete_if, Set#collect!, Set#reject!) | knu |
| 2008-06-02 | Fix without strscan problems. [ruby_core:17028]. | seki |
| 2008-06-02 | * lib/delegate.rb (DelegateClass, Delegator#respond_to?): | knu |
| 2008-06-02 | * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bug | knu |
| 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 |