diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-30 01:06:10 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-30 01:06:10 +0000 |
| commit | c118625b85c85d844b2b42797e676cfc6972f486 (patch) | |
| tree | 2a4c067e0738370e9d12c53a417def4ce36fccc8 /ChangeLog | |
| parent | 4a2323ed7d1526f5e28d140b199a99c272a2320a (diff) | |
| download | ruby-c118625b85c85d844b2b42797e676cfc6972f486.tar.gz ruby-c118625b85c85d844b2b42797e676cfc6972f486.tar.xz ruby-c118625b85c85d844b2b42797e676cfc6972f486.zip | |
* enum.c (enum_butfirst): add a new method to iterates over
elements but first n. RDoc need to be updated.
* enumerator.c (Init_Enumerator): remove unnecessary symbol
initialization.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Oct 30 10:03:43 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * enum.c (enum_butfirst): add a new method to iterates over + elements but first n. RDoc need to be updated. + + * enumerator.c (Init_Enumerator): remove unnecessary symbol + initialization. + Mon Oct 29 18:42:17 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (bvar): block-local variable can shadow outer variable. |
