| Age | Commit message (Expand) | Author |
| 2009-06-11 | * ext/bigdecimal/bigdecimal.c (VpCtoV): big number should result | matz |
| 2009-05-16 | merge r23451. | kou |
| 2009-05-16 | merge r23450. | kou |
| 2009-05-16 | merge r23449, r23453. | kou |
| 2009-05-16 | merge r23448. | kou |
| 2009-05-16 | merge r23446. | kou |
| 2009-05-16 | merge r23445. | kou |
| 2009-05-16 | merge r23442. | kou |
| 2009-05-15 | * eval.c (rb_thread_join), ext/thread/thread.c (wake_one): adjusts | nobu |
| 2009-05-15 | * test/thread/test_thread.rb: changed indent level to 2. | nobu |
| 2009-04-28 | test/test_timeout.rb: backported from 1.9. | kazu |
| 2009-04-22 | * eval.c (proc_invoke): shares dmethod scope local variables. | nobu |
| 2009-03-19 | * ext/openssl/ossl_ssl.c: revert incomplete read_nonblock | akr |
| 2009-03-17 | * lib/pathname.rb (Pathname#sub): set $~ in block.binding. | akr |
| 2009-03-12 | * test/openssl/test_ssl.rb (OpenSSL#test_client_session): | kazu |
| 2009-03-01 | * test/ruby/test_path.rb (test_extname): test for r19596. | nobu |
| 2009-03-01 | * test/ruby/test_path.rb (test_basename): test for r19595. | nobu |
| 2009-02-18 | * file.c (rb_file_s_extname): fix for spaces before extention. | nobu |
| 2009-02-17 | * test/ostruct/test_ostruct.rb (test_frozen): added assertions. | nobu |
| 2009-02-15 | * lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen. | nobu |
| 2009-02-15 | * lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check. | nobu |
| 2009-02-07 | a test removed. | akr |
| 2009-02-03 | * ext/thread/thread.c (rb_queue_pop, rb_queue_push): should not lock | nobu |
| 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 |