summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2010-11-17* array.c (rb_ary_sort_by_bang): Add Array#sort_by!.knu
2010-10-11* parse.y (opt_block_arg): Allow a trailing comma at the end ofknu
2010-09-03Split and move away old entries in ChangeLog and NEWS.knu
2010-09-03* parse.y (method_call): Add support for Ruby 1.9 style methodknu
2010-08-29This item is about the function loop.knu
2010-08-28The looser splat operator was backed out.knu
2010-06-25Sort entries.knu
2010-06-25Mention the :parent option added to FileUtils.rmdir().knu
2010-06-05* lib/matrix.rb: Matrix library copied from 1.9. It is now identicalmarcandre
2010-04-13* NEWS: Small fixesmarcandre
2010-04-05fix typokazu
2010-03-29* prelude.rb (Process.daemon): New method.knu
2010-03-26* enum.c (Enumerable#each_entry): New method.knu
2010-03-25* object.c (rb_obj_singleton_class): new methodknu
2010-03-10* eval.c (rb_f_loop): Return an enumerator if no block is given.knu
2010-02-05* ext/rational/rational.c: Added to provide a fast implementationknu
2010-01-17* ext/digest/digest.c (rb_digest_instance_digest)knu
2010-01-17* lib/base64.rb (Base64#{strict_encode64,strict_decode64,urlsafe_encode64,knu
2009-12-31* string.c: Add instance methods to Symbol: succ, next, <=>,knu
2009-12-31* parse.y (dsym): Allow empty symbols. [merge from 1.9]knu
2009-09-04 * NEWS: forgot to mention about new looser splats.shyouhei
2009-08-25Mention /\s/ being fixed to match a vertical tab.knu
2009-08-13Oops, my finger slipped.knu
2009-08-13Add a forgotten entry about Digest::Base#== changes between 1.8.5 andknu
2009-07-31 * NEWS: ditto.shyouhei
2009-06-27Merge r24865:23867 from trunk.kou
2009-05-16* NEWS: add RSS::Maker.supported?(version).kou
2009-03-23* ext/stringio/stringio.c (StringIO#ungetbyte): New methodknu
2009-03-23Mention IO#ungetbyte(), which I have accidentally committed togetherknu
2009-03-20* array.c (Array#try_convert): New method backported from 1.9.knu
2009-02-27Rephrase a confusing entry and fix a minor nit.knu
2009-02-09Mention the changes just made in open-uri.knu
2009-01-30* proc.c (Init_Proc): add '===' operator to use procs in whenknu
2009-01-30Mention 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 generateknu
2008-12-11* enumerator.c (enum_each_with_object): Addknu
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 toknu
2008-12-03* string.c (rb_str_getbyte, rb_str_setbyte): Add String#getbyteknu
2008-11-27* range.c: Add Range#cover? as a new alias to #include? for theknu
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 warningknu
2008-11-07* hash.c (rb_hash_key, env_key): Hash#index is renamed toknu
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-12Mention Array#sample.knu
2008-07-15* configure.in (--with-ruby-version): Add a new option to specifyknu
2008-06-29* NEWS: add an entry for rss.kou