summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2017-06-23Revert "Allow IO#reopen to take a block"glass
2017-06-22Allow IO#reopen to take a blockglass
2017-06-21* NEWS: Fix typo.eregon
2017-06-21string.c: add String#delete_prefix and String#delete_prefix!sonots
2017-05-28process.c: Use getrusage(2) in Process.timesk0kubun
2017-05-25NEWS: Add entry for ERB#result_with_hashk0kubun
2017-05-25dir.c: Dir.each_child and Dir.childrennobu
2017-05-23Dir.glob base optionnobu
2017-05-21NEWS: String#{casecmp,casecmp?} [Bug #13312]stomar
2017-05-20erb.rb: Allow trimming CR in all trim_modesk0kubun
2017-05-19Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]naruse
2017-05-19Add more HTTP status classesnaruse
2017-05-19Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse
2017-05-19Add NEWS about [Feature #8661]naruse
2017-05-07NEWS: Integer#{round,floor,ceil,truncate} [Bug #13420]stomar
2017-05-01object.c: Kernel#yield_selfnobu
2017-04-25no longer rescue exceptions of #<=> when initializing a Rangeeregon
2017-04-25no longer rescue exceptions of #coerce in Integer#steperegon
2017-04-25no longer rescue exceptions in numeric comparison operationseregon
2017-04-23Allow Net::HTTP to fetch user/pass from http_proxynaruse
2017-04-21Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt
2017-04-21NEWS entry for [Feature #13302]shyouhei
2017-04-19socket: avoid fcntl for read/write_nonblock on Linuxnormal
2017-04-09thread.c: refine stream closed messagenobu
2017-04-06Rename RbConfig::Limits as RbConfig::LIMITSnobu
2017-04-06NEWS: mention Array#append and Array#prependkazu
2017-04-03Add IO#pread and IO#pwrite methodsnobu
2017-03-26NEWS: feature number for String#-@ compile-time optimizationnormal
2017-03-16NEWS: document shorter opt_str_freeze usagenormal
2017-02-27add NEWS for Random.urandom [ci skip]shyouhei
2017-02-27NEWS: Integer.sqrt [Feature #13219]nobu
2017-02-25NEWS: document String#-@ changenormal
2017-02-22Thread#fetchnobu
2017-02-11Merge Onigmo 6.1.1naruse
2017-01-22NEWS for SecureRandom's random source [ci skip]shyouhei
2017-01-22NEWS for SipHash13 [ci skip]shyouhei
2017-01-19parse.y: rescue/else/ensure in do-endnobu
2017-01-01variable.c: top-level constant look-upnobu
2016-12-26Add NEWS for Ruby 2.5.0kazu
2016-12-26Move from NEWS to doc/NEWS-2.4.0kazu
2016-12-21compile.c: toplevel returnnobu
2016-12-15NEWS: Fix the default rounding modemrkn
2016-12-15Added entry of psych 2.2.2hsbt
2016-12-13Update description of XMLRPC section.hsbt
2016-12-12NEWS: Add String#match? and Symbol#match? [ci skip]kazu
2016-12-12NEWS: Use spaces instead of tab [ci skip]kazu
2016-12-12NEWS: Sort entries [ci skip]kazu
2016-12-10Merge Onigmo 6.0.0naruse
2016-12-10Fix grammer [ci skip]nobu
2016-12-09Zlib.gzip and Zlib.gunzip [Feature #13020]naruse