summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* typo fixed: collect_all -> collect. [ruby-core:21706]knu2009-02-121-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Mention that Enumerator#enum_cons and Enumerator#enum_slice areknu2009-02-121-0/+2
| | | | | | | removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * NEWS: fixed points pointed by akira yamada.yugui2009-01-301-5/+5
| | | | | | also thanks to okkez. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add yet more missing items pointed by akira yamada inknu2009-01-301-2/+6
| | | | | | | [ruby-dev:37852]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* $= was obsoleted.knu2009-01-301-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Split the String and Regexp section into two and elaborate onknu2009-01-301-6/+14
| | | | | | | individual changes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Ruby 1.9.1 does not support bcc32. (#1067).yugui2009-01-291-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* previous change reverted.akr2009-01-071-2/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* updated.akr2009-01-071-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * described the feature change of cref in instance_eval or module_eval.yugui2009-01-041-0/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* merges r20685 from trunk into ruby_1_9_1.yugui2008-12-251-1/+1
| | | | | | * NEWS git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix typos.kazu2008-12-251-3/+3
| | | | | | | | * Kernel.to_a -> Kernel#to_a * Errno::ENOERROR -> Errno::NOERROR git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * NEWS (RDoc): applied patch by Eric Hodel (drbrain).yugui2008-12-231-0/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * NEWS: reordered entries asyugui2008-12-231-93/+105
| | | | | | | | | | | | | (1) Kernel and objects (2) Exceptions (3) Enumerable and containers (4) IO and file system (5) Process (6) String and regular expression and Encoding (7) Numeric and its subclasses (8) misc git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* updated.akr2008-12-231-1/+45
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * NEWSyugui2008-12-231-22/+29
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * NEWSyugui2008-12-161-24/+37
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* - Untabify and fold long lines.knu2008-12-151-51/+84
| | | | | | | - Apply grammar fixes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update entries regarding Enumerable/Enumerator.knu2008-12-151-3/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * NEWSyugui2008-12-151-12/+96
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Move doc/NEWS to NEWS and say that this document is about changes madeknu2008-12-121-0/+204
since Ruby 1.8.7. Merge "severe" and "trivial" sections of incompatibility notes because the definition of trivialness is so unclear. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e