| Age | Commit message (Expand) | Author |
| 2009-05-16 | * NEWS: add RSS::Maker.supported?(version). | kou |
| 2009-03-23 | * ext/stringio/stringio.c (StringIO#ungetbyte): New method | knu |
| 2009-03-23 | Mention IO#ungetbyte(), which I have accidentally committed together | knu |
| 2009-03-20 | * array.c (Array#try_convert): New method backported from 1.9. | knu |
| 2009-02-27 | Rephrase a confusing entry and fix a minor nit. | knu |
| 2009-02-09 | Mention the changes just made in open-uri. | knu |
| 2009-01-30 | * proc.c (Init_Proc): add '===' operator to use procs in when | knu |
| 2009-01-30 | Mention SecureRandom.uuid. | knu |
| 2008-12-17 | * enumerator.c (inspect_enumerator): Implement #inspect. | knu |
| 2008-12-11 | * enumerator.c (enumerator_next, enumerator_rewind), | knu |
| 2008-12-11 | * enumerator.c (enumerator_initialize): Add an ability to generate | knu |
| 2008-12-11 | * enumerator.c (enum_each_with_object): Add | knu |
| 2008-12-10 | * lib/rss/maker.rb (RSS::Maker.[]): add. | kou |
| 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-27 | * range.c: Add Range#cover? as a new alias to #include? for the | knu |
| 2008-11-24 | * lib/logger.rb: imported upstream version (logger/1.2.7) | nahi |
| 2008-11-10 | * ext/dbm/dbm.c (fdbm_key): Rename #index to #key. Emit a warning | knu |
| 2008-11-07 | * hash.c (rb_hash_key, env_key): Hash#index is renamed to | knu |
| 2008-09-13 | * NEWS: added an entry for REXML. | shugo |
| 2008-08-13 | * hash.c (rb_hash_set_default_proc): Add Hash#default_proc=; | knu |
| 2008-08-12 | Mention Array#sample. | knu |
| 2008-07-15 | * configure.in (--with-ruby-version): Add a new option to specify | knu |
| 2008-06-29 | * NEWS: add an entry for rss. | kou |
| 2008-06-07 | * NEWS: Mention new constants. | kazu |
| 2008-06-03 | Mention changes in the `set' library. | knu |
| 2008-06-03 | * lib/set.rb (Set#delete_if, Set#collect!, Set#reject!) | knu |
| 2008-06-02 | Fix some typos and misplacement. | knu |
| 2008-05-31 | Add a note about default C flags. | knu |
| 2008-05-31 | fix a typo. | akr |
| 2008-05-29 | * configure.in, win32/Makefile.sub, mkconfig.rb, instruby.rb, | knu |
| 2008-05-28 | * range.c (range_step): Fix brokenness when a non-integer numeric | knu |
| 2008-05-27 | Add a note about Array#slice! changes. | 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 | * ext/stringio/stringio.c (Init_stringio): Define | knu |
| 2008-05-27 | * io.c (Init_IO): Define {IO,ARGF}#{getbyte,readbyte}. | knu |
| 2008-05-27 | * io.c: (rb_io_lines, rb_io_bytes, Init_IO): Define | knu |
| 2008-05-26 | Add "passing a block to a Proc". | knu |
| 2008-05-26 | Mention Object#instance_exec. | knu |
| 2008-05-25 | Mention Date.parse's change. | knu |
| 2008-05-18 | reword a bit to clarify | knu |
| 2008-05-18 | Add an entry about String#{to_i,oct,hex} not accepting a sequence of | knu |
| 2008-05-15 | * string.c (Init_String): Define #bytesize as an alias for #size | knu |
| 2008-05-14 | * array.c (rb_ary_count): Override Enumerable#count for better | knu |
| 2008-05-13 | * enumerator.c: Update rdoc. | knu |
| 2008-05-11 | * eval.c (method_name, method_owner): New methods; backported from 1.9. (Unbo... | kazu |
| 2008-04-23 | * eval.c (bind_eval): Add Binding#eval, a shorthand method for | knu |