summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2008-04-14Add notes about {Array,Enumerable}#{map,collect}, which still returnknu
2008-04-14* array.c (rb_ary_flatten, rb_ary_flatten_bang): Take an optionalknu
2008-04-14* enum.c New methods: Enumerable#take, #take_while, #drop andknu
2008-04-14* enum.c: New methods: Enumerable#one?, #none?, #minmax, #min_by,knu
2008-04-14* enum.c (enum_find, enum_reject): Return an enumerator if noknu
2008-04-14* array.c (rb_ary_collect_bang, rb_ary_select): Return anknu
2008-04-14* enum.c (enum_count, enum_find_index): New methods:knu
2008-04-14* string.c (rb_str_each_char): New methods: String#chars andknu
2008-04-14* range.c (range_each, range_step): Return an enumerator if noknu
2008-04-14* string.c (rb_str_partition, rb_str_rpartition,knu
2008-04-13update NEWSkazu
2008-04-13* object.c (sym_to_proc): new method Symbol#to_proc; backported from 1.9. bug...kazu
2008-04-10* enum.c (enum_first, enum_group_by): New methods:knu
2008-04-10Sort entries.knu
2008-04-10* enumerator.c (rb_eStopIteration), eval.c (rb_f_loop), ruby.h:knu
2008-04-10* array.c (rb_ary_first, rb_ary_last): Return a shared array whenknu
2008-04-09Array#reject too.knu
2008-04-09Update.knu
2008-04-09Update.knu
2008-04-09Add items about the enumerator module.knu
2008-04-07* array.c (rb_ary_nitems): Backport Array#nitems with a block;knu
2008-02-11* lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb, NEWS:kou
2007-12-28* lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.2 -> 0.2.3.kou
2007-12-05Integer#odd?, Integer#even? and Integer#pred described.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-16Integer#ord described.akr
2007-10-21* fixed commit miss in r13747: committed a missing file.kou
2007-10-15Mention ipaddr enhancements. Prepend stars to list items while I'm here.knu
2007-10-15reword a bitknu
2007-10-15* NEWS: Merge some of the sub-sections, as the differences wereknu
2007-10-15* NEWS: Mention shellwords and tempfile enhancements.knu
2007-10-10* lib/securerandom.rb: new file.akr
2007-10-08describe about Regexp.union.akr
2007-08-18* lib/tmpdir.rb (Dir.mktmpdir): new method.akr
2007-06-08import OpenSSL from trunktechnorama
2007-03-17* NEWS: Add a note about the new `date' library definingknu
2007-03-12* NEWS: Reword and improve entries.knu
2007-03-06* time.c (time_to_s): Back out the format changes; discussedknu
2007-03-05* NEWS: add entries about tk.nagai
2007-03-05* time.c (time_to_s): Correct the wrong format which did notknu
2007-03-03* NEWS: Add a note for String#intern.knu
2007-02-28* NEWS: Add NEWS, a document file to keep user visible featureknu