aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* * NEWS: Be more precise about singleton_class.ancestors changemarcandre2013-03-301-1/+2
* * lib/rinda/ring.rb: Added documentation for multicast support.drbrain2013-03-231-1/+3
* * lib/rinda/ring.rb: Add multicast support to Rinda::RingFinger anddrbrain2013-03-231-0/+2
* * NEWS: describe RUBY_HEAP_SLOTS_GROWTH_FACTOR.nari2013-03-141-0/+4
* * lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTPdrbrain2013-03-111-0/+4
* * NEWS (Mutex#owned?): no longer experimental.kosaki2013-03-101-0/+5
* * class.c (rb_mod_ancestors): Include singleton_class in ancestors listmarcandre2013-03-071-0/+5
* fix major-mode for emacskazu2013-02-251-1/+2
* old ChangeLog and NEWS move to dockazu2013-02-251-516/+3
* * NEWS: Reorder and fix indent levels [ruby-core:52723]marcandre2013-02-231-294/+300
* * NEWS: Fix RubyGems version [Bug #7920]marcandre2013-02-231-1/+1
* * NEWS: + Module.prepended and Module.prepend_featuresmarcandre2013-02-221-0/+2
* * NEWS: + Thread::Backtrace::Locationmarcandre2013-02-221-0/+3
* * NEWS: Add privacy of respond_to_missing? & al as a potential incompatibilitymarcandre2013-02-221-0/+6
* * NEWS: Fix ARGF#codepointsmarcandre2013-02-221-1/+4
* * NEWS: Add that unused variables starting with _ won't generate a warningmarcandre2013-02-221-0/+2
* * NEWS: Add Enumerable::Lazy to listmarcandre2013-02-221-0/+1
* * NEWS: + RubyVM::InstructionSequence new methodsmarcandre2013-02-221-0/+5
* * NEWS: + ObjectSpace::WeakMapmarcandre2013-02-221-0/+3
* * NEWS: Specify that Proc#eql? was also removedmarcandre2013-02-221-2/+3
* * NEWS: pending_interrupt? is both instance and singleton methodmarcandre2013-02-221-2/+2
* * NEWS: Add Thread#pending_interrupt? and Thread.handle_interruptmarcandre2013-02-221-1/+3
* * NEWS: Floats are frozen toomarcandre2013-02-221-1/+2
* * NEWS: Add that Fixnums and Bignums are frozenmarcandre2013-02-221-0/+5
* * ext/json: merge JSON 1.7.7.naruse2013-02-121-0/+3
* * NEWS: Add note about removal of CSV::load and CSV::dump from r39077zzak2013-02-061-0/+4
* io-console.gemspec: bumpnobu2013-02-031-0/+7
* * NEWS: add keyword arguments.ktsj2013-02-021-0/+2
* * NEWS: Improve wordingmarcandre2013-01-261-2/+2
* updating news [Bug #6820]tenderlove2013-01-251-2/+1
* * NEWS (yaml): Write about bundled libyaml.sorah2013-01-241-0/+2
* re-fix documentsnobu2013-01-241-1/+2
* fix documents. __dir__ is a shorthand File.realdirpath(__FILE__).nari2013-01-241-2/+1
* fix NEWS of __dir__nari2013-01-241-1/+2
* * NEWS (RDoc): Added mention of page support and markdown support.drbrain2013-01-241-4/+13
* * NEWS: List Proc#== removalmarcandre2013-01-231-0/+10
* * NEWS: whitespacemarcandre2013-01-231-1/+1
* * NEWS: remove description about `require "refinement"'.shugo2013-01-071-3/+2
* * NEWS: adjust indent.nobu2013-01-071-12/+12
* * NEWS: add a NEWS entry about RubyVM.ko12013-01-071-1/+14
* Deprecate #{lines,bytes,chars,codepoints} of IO-likes.knu2012-12-221-0/+28
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-211-0/+4
* * NEWS: fix the description for Refinements.shugo2012-12-201-7/+4
* * NEWS: announce AEAD encryption support in the OpenSSL extension.emboss2012-12-201-0/+3
* * remove trailing spaces.nobu2012-12-201-1/+1
* * ext/openssl/ossl.c: add OpenSSL.fips_mode= to allow enabling FIPSemboss2012-12-201-7/+8
* * ext/openssl/lib/ssl.rb: Enable insertion of empty fragments as aemboss2012-12-181-1/+5
* Revert r38216 and r38221. Release manager mark this feature as "next minor".kosaki2012-12-071-7/+0
* * lib/timeout.rb (Timeout#timeout): setkosaki2012-12-051-0/+7
* * thread.c (rb_mutex_owned_p): new method that return currentkosaki2012-12-041-0/+3