summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2013-09-25NEWS: required keyword argumentsnobu
2013-09-19* NEWS: add a news for r42974.ko1
2013-09-19* NEWS: Update for RDoc 4.1.0.preview.1 and RubyGems 2.2.0.preview.1drbrain
2013-09-13NEWS: sortnobu
2013-09-13 * lib/rubygems: Update to RubyGems 2.1.3drbrain
2013-09-10NEWS: Update RubyGems note.kazu
2013-09-08Updated.akr
2013-09-06updated.akr
2013-09-04* NEWS: Note about Module#include and prepend scope changea_matsuda
2013-09-02Enhance Numeric#step.knu
2013-09-02* NEWS: Add note about frozen string literalscharliesome
2013-09-02* NEWS: fix description of number literal suffixes.mrkn
2013-08-31updated.akr
2013-08-26update NEWS for read / write nonblocktenderlove
2013-08-14* proc.c (rb_mod_define_method): now they return the symbols of theusa
2013-08-11* NEWS (REXML::Parsers::SAX2Parser): Add about this change.kou
2013-08-11* process.c (rb_clock_gettime): New method.akr
2013-08-10* NEWS: [DOC] typo in example reported by @moreteazzak
2013-08-09* NEWS: update about new methods for Binding.ko1
2013-08-09* vm_insnhelper.c (vm_invoke_block): returning from lambda procktsj
2013-08-08object.c: Module#singleton_class?nobu
2013-08-08* NEWS: add description of incompatibility introduced by r42396.shugo
2013-08-07* lib/webrick/httpresponse.rb: Allow #body to be an IO-like objectdrbrain
2013-08-07Add Process.argv0.knu
2013-08-07Add Process.setproctitle().knu
2013-08-02* NEWS: Add the description that IO#seek supports SEEK_DATAglass
2013-08-01* NEWS: fix typos in the description of number literal suffixes.eregon
2013-08-01* NEWS: Add the description of number literal suffixes.mrkn
2013-07-31* eval.c (rb_mod_refine, mod_using, top_using): don't showshugo
2013-07-30Add Set#intersect? and #disjoint?.knu
2013-07-26* NEWS: Add a new feature that REXML::Parsers::StreamParserkou
2013-07-26Add facility to Syslog::Logger.knu
2013-07-19Define Set#to_set so that aSet.to_set returns self.knu
2013-07-07* NEWS: Add REXML::Text#<< related updates.kou
2013-07-01* eval.c (rb_using_module): activate refinements in the ancestors ofshugo
2013-06-16* NEWS (XMLRPC::Client#http): Add.kou
2013-06-14* NEWS: add a note for Module#using.shugo
2013-06-14* NEWS: add notes for $SAFE.shugo
2013-06-06* NEWS: describe a compatibility issue of Numeric#quomrkn
2013-06-06* NEWS: fix style.mrkn
2013-06-04* lib/rubygems: Update to RubyGems 2.0.3drbrain
2013-05-30Add a NEWSxibbar
2013-05-22Add NEWS for r40879: Digest::Class.filenaruse
2013-05-21Add NEWS about r40881, StringScanner#[] supports named captures.naruse
2013-05-18* string.c (str_scrub_bang): add String#scrub!. [Feature #8414]naruse
2013-05-14Add NEWS about Kernel#singleton_method r40684 [Feature #8391]naruse
2013-05-11Describe Socket.getifaddrs.akr
2013-05-08* io.c (rb_io_ext_int_to_encs): ignore internal encoding if externalnaruse
2013-04-25* ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.naruse
2013-04-25* lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.naruse