| Age | Commit message (Expand) | Author |
| 2008-05-30 | * ext/tk/sample/demos-jp/widget, ext/tk/sample/demos-en/widget: | nagai |
| 2008-05-30 | * ext/tk/sample/demos-jp/widget, ext/tk/sample/demos-en/widget: fail | nagai |
| 2008-05-30 | * ChangeLog: missing log for r16677. | nobu |
| 2008-05-29 | * enum.c (count_i, count_iter_i, count_all_i): add prototypes for VC. | usa |
| 2008-05-29 | * enum.c (count_i, count_iter_i): Sync with trunk. | knu |
| 2008-05-29 | * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand): | knu |
| 2008-05-29 | * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand), | knu |
| 2008-05-29 | Fix a typo. | knu |
| 2008-05-29 | * configure.in, win32/Makefile.sub, mkconfig.rb, instruby.rb, | knu |
| 2008-05-29 | * ext/zlib/extconf.rb: search zlib1, and regard mswin32 later than VC6 | nobu |
| 2008-05-28 | * ext/purelib.rb: get rid of recent feature. [ruby-dev:34864] | nobu |
| 2008-05-28 | * string.c (rb_str_start_with): Remove an unused variable. | knu |
| 2008-05-28 | * range.c (range_step): Fix brokenness when a non-integer numeric | knu |
| 2008-05-28 | * array.c (rb_ary_slice_bang): Call rb_ary_modify_check() at the | 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-28 | * error.c (rb_bug): description from rb_bug() should include | matz |
| 2008-05-28 | 20080528 | knu |
| 2008-05-28 | * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search | nobu |
| 2008-05-27 | Add a note about Array#slice! changes. | knu |
| 2008-05-27 | * array.c (rb_ary_slice_bang): Return an empty array instead of | knu |
| 2008-05-27 | * numeric.c (flo_divmod): Revert the behavior change; do not | knu |
| 2008-05-27 | * enum.c (enum_to_a): Pass arguments through to #each(). | knu |
| 2008-05-27 | Cosmetic. | knu |
| 2008-05-27 | Adjust order. | knu |
| 2008-05-27 | * ext/stringio/stringio.c (strio_each_char, Init_stringio): Add | knu |
| 2008-05-27 | * ext/stringio/stringio.c (strio_each): Return an enumerator if no | knu |
| 2008-05-27 | * eval.c (rb_mod_module_exec, Init_eval): Add | knu |
| 2008-05-27 | * io.c (rb_io_each_char, argf_each_char, Init_IO): | knu |
| 2008-05-27 | Fix a typo. | knu |
| 2008-05-27 | * ext/stringio/stringio.c (Init_stringio): Define | knu |
| 2008-05-27 | * io.c (Init_IO): Define {IO,ARGF}#{getbyte,readbyte}. | knu |
| 2008-05-27 | * ext/stringio/stringio.c (Init_stringio): Define #bytes and | knu |
| 2008-05-27 | * io.c: (rb_io_lines, rb_io_bytes, Init_IO): Define | knu |
| 2008-05-27 | * file.c (BUFCHECK): wrong condition. [ruby-core:16921] | usa |
| 2008-05-26 | * process.c (proc_getpgrp): rdoc enabled. | akr |
| 2008-05-26 | * file.c (BUFCHECK): no resize if enough room. | nobu |
| 2008-05-26 | * file.c (ntfs_tail): filename which starts with '.' is valid. | usa |
| 2008-05-26 | Add "passing a block to a Proc". | knu |
| 2008-05-26 | Mention Object#instance_exec. | knu |
| 2008-05-26 | * marshal.c (dump_ensure, load_ensure): should return values. | usa |
| 2008-05-26 | * eval.c (yield_under, yield_under_i, yield_args_under_i) | knu |
| 2008-05-25 | 20080526 | knu |
| 2008-05-25 | Mention Date.parse's change. | knu |
| 2008-05-25 | * marshal.c (r_object0, Init_marshal): Fix the garbled s_call | knu |
| 2008-05-25 | * hash.c (rb_hash_default): Fix rdoc. | knu |
| 2008-05-25 | * hash.c (env_delete_if): Return an enumerator if no block is | knu |
| 2008-05-24 | fix a typo | knu |
| 2008-05-24 | * array.c (rb_ary_slice_bang): Be consistent with Array#slice() | knu |
| 2008-05-24 | * eval.c (Init_Thread): Initialize recursive_key. | knu |