| Age | Commit message (Expand) | Author |
| 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 |
| 2008-05-18 | test material for r16454. | gotoyuzo |
| 2008-05-18 | * lib/webrick/httpservlet/filehandler.rb: should normalize path | gotoyuzo |
| 2008-05-14 | * array.c (rb_ary_count): Override Enumerable#count for better | knu |
| 2008-05-11 | * eval.c (method_name, method_owner): New methods; backported from 1.9. (Unbo... | kazu |
| 2008-04-26 | * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a block | knu |
| 2008-04-24 | * lib/net/pop.rb: backported from 1.9. bug#19003 | kazu |
| 2008-04-23 | * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failed | kazu |
| 2008-04-22 | * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol... | kazu |
| 2008-04-22 | add a test of Symbol#to_proc. | kazu |
| 2008-04-22 | * eval.c (rb_proc_new): Turn the BLOCK_LAMBDA flag on. | knu |
| 2008-04-20 | * object.c, NEWS, test/ruby/test_symbol.rb: Revert Symbol#to_proc | knu |
| 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-17 | * lib/uri/ftp.rb, lib/uri/generic.rb, test/uri/test_common.rb, | akira |
| 2008-04-15 | * test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_event): | knu |
| 2008-04-15 | * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403] | knu |
| 2008-04-15 | * eval.c (method_receiver, method_name, method_owner): New | kazu |
| 2008-04-15 | * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests. | kazu |
| 2008-04-14 | * array.c (rb_ary_flatten, rb_ary_flatten_bang): Take an optional | knu |
| 2008-04-14 | * enum.c New methods: Enumerable#take, #take_while, #drop and | knu |
| 2008-04-13 | * object.c (sym_to_proc): new method Symbol#to_proc; backported from 1.9. bug... | kazu |
| 2008-03-03 | * lib/webrick/httpservlet/filehandler.rb: should normalize path | gotoyuzo |
| 2008-02-29 | * test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using too | nobu |
| 2008-02-29 | * bignum.c (big2str_find_n1): check integer overflow. | nobu |
| 2008-02-20 | * test/ruby/test_beginendblock.rb (test_begin_and_eval): add test for | nobu |
| 2008-02-12 | TestERBCore: import from erb-2.0.4 | seki |
| 2008-02-11 | * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb, NEWS: | kou |
| 2008-01-30 | should find a symbol by Symbol class. | seki |
| 2007-12-28 | * lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.2 -> 0.2.3. | kou |
| 2007-12-19 | * test/ruby/test_integer.rb (test_Integer): multiple underscores | nobu |
| 2007-12-19 | * bignum.c (rb_cstr_to_inum): an underscore succeeding after octal | nobu |
| 2007-12-15 | catch EOFError in a thread. | akr |
| 2007-12-10 | * array.c (rb_ary_slice_bang): If an invalid negative index (<= | knu |
| 2007-12-05 | new file. | akr |
| 2007-12-02 | * lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.1 -> 0.2.2. | kou |
| 2007-11-30 | * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1. | kou |
| 2007-11-13 | pathname test backported. | akr |
| 2007-11-01 | Improving with multiple network interface. | seki |