summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2012-04-24* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu
2012-04-18Revert r35339-35343 because of no tests.naruse
2012-04-16* hash.c: Alias ENV.to_h to ENV.to_hash [ref #6276]marcandre
2012-04-16* lib/ostruct.rb: Add OpenStruct#to_h [Feature #6276]marcandre
2012-04-16* struct.c: Add Struct#to_h [Feature #6276]marcandre
2012-04-16* object.c: Add NilClass#to_h [Feature #6276]marcandre
2012-04-16* hash.c: Add Hash#to_h [Feature #6276]marcandre
2012-04-09* hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paintmarcandre
2012-03-28* NEWS: add note about unified behavior of encoding nil values inemboss
2012-03-16remove a trailing spacekazu
2012-03-11* lib/tmpdir.rb: update document for changingakr
2012-03-11cosmetic change.akr
2012-03-08* enumerator.c: add Enumerable#lazy. based on the patch bynobu
2012-03-06* error.c (rb_loaderror_with_path): Adding the missing file as antenderlove
2012-02-25Add News for r34367 [ruby-core:29462] [Feature #3131]naruse
2012-02-17* Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse
2012-02-15* ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLEdrbrain
2012-02-13Mention Kernel#respond_to?.knu
2012-01-12* lib/shellwords.rb (Shellwords#shellescape): shellescape() nowknu
2011-11-19* lib/pathname.rb (Pathname#find): return an enumerator ifakr
2011-11-14added a description of NUM2SHORT() to NEWSkosaki
2011-11-09* cont.c (rb_fiber_m_transfer, rb_fiber_resume): prohibit usingko1
2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr
2011-10-22describe Resolv::DNS#timeouts= and Resolv::DNS::Config#timeouts=.akr
2011-09-09added new methods of Net::IMAP.shugo
2011-08-25* time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove
2011-07-19* NEWS: mention Kernel#warn. [ruby-core:38119] [Feature #5029]kazu
2011-07-12* NEWS: add a description of Signal.trap change.kosaki
2011-07-10* docs/NEWS-1.9.3: moved from NEWS.yugui
2011-07-10 * NEWS: Fix RubyGems version. [Ruby 1.9 - Bug #5004]drbrain
2011-07-09 * NEWS: bigdecimal is not a builtin.tadf
2011-07-09* lib/matrix.rb: Add Vector#normalize [ruby-dev:43829]marcandre
2011-07-04* NEWS: The incompatibility of Rexml introduced at r29646 is reverted at r31008.mrkn
2011-07-04* remove garbages.nobu
2011-07-04* NEWS (rexml) encoding methods return encoding names as strings again since ...nobu
2011-07-03add NEWS for O_DIRECTkosaki
2011-07-01* NEWS: remove a Kernel#respond_to? from the incompatibiliesmarcandre
2011-07-01* NEWS: remove a description of Kernel#respond_to? because it hasmrkn
2011-07-01* NEWS: describe a change of multiplication of Bignum.mrkn
2011-07-01* NEWS: typomarcandre
2011-07-01* lib/matrix: Add LUP decompositionmarcandre
2011-07-01* lib/matrix.rb: Allow non integer exponents for Matrix#**marcandre
2011-07-01* lib/matrix: Add Eigenvalue Decompositionmarcandre
2011-07-01* lib/matrix: Add Matrix#roundmarcandre
2011-06-29 * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentationdrbrain
2011-06-29* lib/matrix.rb: Matrix.zero can build rectangular matrices.marcandre
2011-06-29* lib/matrix.rb: Add Matrix#diagonal?, hermitian?, normal?, orthogonal?marcandre
2011-06-29* lib/matrix.rb: Specialize Matrix#find_index to return [row, col]marcandre
2011-06-29* lib/matrix.rb: Matrix#each{_with_index} can iterate over a subset of the Ma...marcandre
2011-06-28 * lib/rake: Update rake to fix some bugs and hide deprecated featuresdrbrain