summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2013-02-23* NEWS: Reorder and fix indent levels [ruby-core:52723]marcandre
2013-02-23* NEWS: Fix RubyGems version [Bug #7920]marcandre
2013-02-22* NEWS: + Module.prepended and Module.prepend_featuresmarcandre
2013-02-22* NEWS: + Thread::Backtrace::Locationmarcandre
2013-02-22* NEWS: Add privacy of respond_to_missing? & al as a potential incompatibilitymarcandre
2013-02-22* NEWS: Fix ARGF#codepointsmarcandre
2013-02-22* NEWS: Add that unused variables starting with _ won't generate a warningmarcandre
2013-02-22* NEWS: Add Enumerable::Lazy to listmarcandre
2013-02-22* NEWS: + RubyVM::InstructionSequence new methodsmarcandre
2013-02-22* NEWS: + ObjectSpace::WeakMapmarcandre
2013-02-22* NEWS: Specify that Proc#eql? was also removedmarcandre
2013-02-22* NEWS: pending_interrupt? is both instance and singleton methodmarcandre
2013-02-22* NEWS: Add Thread#pending_interrupt? and Thread.handle_interruptmarcandre
2013-02-22* NEWS: Floats are frozen toomarcandre
2013-02-22* NEWS: Add that Fixnums and Bignums are frozenmarcandre
2013-02-12* ext/json: merge JSON 1.7.7.naruse
2013-02-06* NEWS: Add note about removal of CSV::load and CSV::dump from r39077zzak
2013-02-03io-console.gemspec: bumpnobu
2013-02-02* NEWS: add keyword arguments.ktsj
2013-01-26* NEWS: Improve wordingmarcandre
2013-01-25updating news [Bug #6820]tenderlove
2013-01-24* NEWS (yaml): Write about bundled libyaml.sorah
2013-01-24re-fix documentsnobu
2013-01-24fix documents. __dir__ is a shorthand File.realdirpath(__FILE__).nari
2013-01-24fix NEWS of __dir__nari
2013-01-24* NEWS (RDoc): Added mention of page support and markdown support.drbrain
2013-01-23* NEWS: List Proc#== removalmarcandre
2013-01-23* NEWS: whitespacemarcandre
2013-01-07* NEWS: remove description about `require "refinement"'.shugo
2013-01-07* NEWS: adjust indent.nobu
2013-01-07* NEWS: add a NEWS entry about RubyVM.ko1
2012-12-22Deprecate #{lines,bytes,chars,codepoints} of IO-likes.knu
2012-12-21 * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain
2012-12-20* NEWS: fix the description for Refinements.shugo
2012-12-20* NEWS: announce AEAD encryption support in the OpenSSL extension.emboss
2012-12-20* remove trailing spaces.nobu
2012-12-20* ext/openssl/ossl.c: add OpenSSL.fips_mode= to allow enabling FIPSemboss
2012-12-18* ext/openssl/lib/ssl.rb: Enable insertion of empty fragments as aemboss
2012-12-07Revert r38216 and r38221. Release manager mark this feature as "next minor".kosaki
2012-12-05* lib/timeout.rb (Timeout#timeout): setkosaki
2012-12-04* thread.c (rb_mutex_owned_p): new method that return currentkosaki
2012-12-03* .document: Add NEWS for `ri ruby:NEWS`drbrain
2012-12-03adjust stylekazu
2012-11-30* NEWS: Added RubyGems 2.0.0drbrain
2012-11-29* lib/rake/*: Updated to rake 0.9.5drbrain
2012-11-29remove trailing spaces.nobu
2012-11-28revert some part of r37942. sorry.tarui
2012-11-28* thread.c (rb_mutex_sleep): fix to allow spurious wakeup.ko1
2012-11-28 * NEWS (Thread) remove incompatible changes.tarui
2012-11-28* thread.c (thread_join): A trap handler check was moved fromkosaki