summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2010-07-19* NEWS (Kernel#instance_eval): add an incompatible change sincenobu
2010-07-05* vm_method.c (rb_method_boundp): Return false for protectedknu
2010-06-25* NEWS (zlib): new methods. [ruby-dev:41706] [Bug #3472]mame
2010-06-23* NEWS (stringio): new methods. [ruby-dev:41687] [Bug #3469]mame
2010-06-23* NEWS (ptr): new method and deprecated methods. [ruby-dev:41681]nobu
2010-06-05* NEWS: Enumerable#join has been reverted. [ruby-core:30604]nobu
2010-06-03Mention deprecation of digest/hmac.knu
2010-05-30* lib/set.rb (keep_if, select!): New methods [ruby-core:29749]marcandre
2010-05-09* NEWS (io/console): added IO#echo?.nobu
2010-05-09* ext/io/console/console.c (console_set_raw): new method.nobu
2010-05-08* NEWS (io/console): IO#noecho and IO#raw without block arenobu
2010-05-08* ext/io/console: imported. [ruby-dev:40897]nobu
2010-05-06* NEWS: add rationalize methods of Complex, Float, Integer, NilClass, and Rat...mrkn
2010-05-05* NEWS: wordingmarcandre
2010-05-02* NEWS: List all changes to lib/matrixmarcandre
2010-05-01Merge fix for gem server, bump RubyGems version to 1.3.7drbrain
2010-05-01Upgrade to RDoc 2.5.8drbrain
2010-04-27Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780drbrain
2010-04-23Update to RDoc 2.5.6drbrain
2010-04-21Update to RDoc 2.5.5drbrain
2010-04-16NEWS: add Array#repeated_{combinationpermutation} [Feature #2981]kazu
2010-04-11* NEWS: Add {Hash,ENV}#{keep_if,select!}marcandre
2010-04-11Update to RDoc 2.5.3drbrain
2010-04-10* lib/rdoc: Import RDoc 2.5.2drbrain
2010-04-02* array.c (rb_ary_product): Accept a block [ruby-core:29045]marcandre
2010-04-02* NEWS: added reverse_lookup option.nobu
2010-04-01Add NEWS about hexadecimn floating point format.naruse
2010-04-01* NEWS: Update new methodsmarcandre
2010-03-30* NEWS: add URI.decode and URI.encode to Obsoleted methods,kazu
2010-03-26* NEWS: add Thread#add_trace_func and Thread#set_trace_func.wanabe
2010-03-25* NEWS: Array#{uniq,uniq!} can take a block. see [ruby-dev:37998]kazu
2010-03-25* NEWS: add IO#autoclose=, IO#autoclose?, IO#codepoints, IO#each_codepoint.kazu
2010-03-25* NEWS: add Kernel#singleton_class.kazu
2010-03-22* proc.c (rb_method_location): return attr's location if it is setup.wanabe
2010-03-18Add NEWS and fix ChangeLog.naruse
2010-03-16* parse.y (rb_intern3): prohibit Symbol with an invalid encoding.mame
2010-03-12* NEWS: emoji encodings.muraken
2010-03-11describe Time#round.akr
2010-03-07describe new optional arugment for Pathname#realpath and Pathname#realdirpath.akr
2010-03-04* gc.c (gc_profile_total_time): add GC::Profiler.total_time.wanabe
2010-03-04* NEWS: Adding Enumerable#each_entry to the new method listmarcandre
2010-02-03* NEWS (socket): Socket.do_not_reverse_lookup.nobu
2010-01-21* array.c (rb_ary_rotate): new methods, Array#rotate! andnobu
2010-01-17* ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fixknu
2010-01-13Add news.naruse
2010-01-12* prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr
2010-01-11* hash.c (ruby_setenv): ENV.[]= should raise an error if setenv(3)knu
2010-01-09Add news: net/http merges net/https.naruse
2010-01-05describe RbConfig.ruby.akr
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui