| Age | Commit message (Expand) | Author |
| 2009-01-31 | * io.c (io_getpartial): fflush after read for updating pos in FILE. | akr |
| 2009-01-25 | * ext/openssl/ossl_ssl.c: Server Name Indication support. | technorama |
| 2009-01-21 | pass the trim_mode [Feature #1032] | seki |
| 2009-01-12 | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too short | akr |
| 2009-01-11 | remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997] | seki |
| 2008-12-26 | * lib/optparse.rb (OptionParser::List#summarize): gives priority | nobu |
| 2008-12-21 | * lib/optparse.rb (SPLAT_PROC): fix for regexp. [ruby-dev:37514] | nobu |
| 2008-12-18 | * test warning cleanups. | nahi |
| 2008-12-11 | * lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb: | kou |
| 2008-12-11 | * test/ruby/test_enumerator.rb: Add tests for the recently added | knu |
| 2008-12-08 | * pack.c (pack_pack): fixed length for odd length string. | nobu |
| 2008-12-04 | * ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock): | matz |
| 2008-12-03 | * pack.c (rb_utf8_to_uv), intern.h: Rename utf8_to_uv to | knu |
| 2008-12-03 | * string.c (rb_str_getbyte, rb_str_setbyte): Add String#getbyte | knu |
| 2008-11-24 | * lib/logger.rb: imported upstream version (logger/1.2.7) | nahi |
| 2008-11-18 | fixed fails occasionally [ruby-dev:37119]. thanks, shinichiro.h. | seki |
| 2008-11-18 | * lib/logger.rb (ProgName): fixed for svn, based on a patch from | nobu |
| 2008-11-10 | * ext/dbm/dbm.c (fdbm_key): Rename #index to #key. Emit a warning | knu |
| 2008-11-06 | * lib/rexml/entity.rb (unnormalized): do not call | shugo |
| 2008-10-21 | Fixed test failures [ruby-dev:36837]. | seki |
| 2008-10-14 | * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558) | kazu |
| 2008-09-15 | * test/matrix/test_matrix.rb (setup): typo. | yugui |
| 2008-09-14 | * lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?". | yugui |
| 2008-09-13 | * lib/rexml/document.rb: limit entity expansion. Thanks, Luka | shugo |
| 2008-09-03 | * gc.c (rb_mark_set): new function to mark keys. | nobu |
| 2008-08-19 | * enumerator.c (Init_Enumerator): Rename Enumerable::Enumerator to | knu |
| 2008-08-17 | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?): added lacked method. | gotoyuzo |
| 2008-07-30 | * win32/win32.c (rb_w32_select): recalc the rest of timeout for each | nobu |
| 2008-07-28 | * test/rss/: use PNG instead of zlib as binary data. [ruby-dev:35666] | kou |
| 2008-07-10 | * test/ruby/test_string.rb (test_succ, test_succ!): reverted stale | nobu |
| 2008-07-08 | * string.c (rb_str_succ): alphabets or numerics mutually enclosing | nobu |
| 2008-07-07 | * string.c (rb_str_succ): limit carrying in an alphanumeric region if | nobu |
| 2008-07-04 | fix %% line bug. [ruby-core:17491] | seki |
| 2008-07-03 | * include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead of | akr |
| 2008-06-29 | * NEWS: add an entry for rss. | kou |
| 2008-06-27 | * time.c: fix rounding negative float. | akr |
| 2008-06-19 | wrong commit; sorry | matz |
| 2008-06-19 | * lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293] | matz |
| 2008-06-11 | * ext/stringio/stringio.c (strio_init): rewind when reopened. | mame |
| 2008-06-07 | * hash.c (hash_i): make Hash#hash order insensitive. | akr |
| 2008-06-06 | * test/iconv/utils.rb (default_test): override not to croak. | nobu |
| 2008-06-05 | * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize): | knu |
| 2008-06-05 | * test/iconv/utils.rb (TestIconv.testcase): make test cases conditionally. | nobu |
| 2008-06-05 | * test/iconv/test_{basic,option}.rb, test/iconv/utils.rb: added. | nobu |
| 2008-06-05 | * test/iconv/test_simple.rb: added. | nobu |
| 2008-06-03 | Pull in the test suite for enumerator from trunk. | knu |
| 2008-06-02 | Fix without strscan problems. [ruby_core:17028]. | seki |
| 2008-06-02 | * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bug | knu |
| 2008-05-29 | * enum.c (count_i, count_iter_i): Sync with trunk. | knu |
| 2008-05-22 | * array.c (flatten): check if reentered. [ruby-dev:34798] | nobu |