diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-09 09:29:52 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-09 09:29:52 +0000 |
| commit | 6f3790532eb8316f742d2a0ea4a0a8fdda5460c9 (patch) | |
| tree | ca48f13383a026a57bb50ae9e0e3751154ff0420 /ChangeLog | |
| parent | 44a778ca937e3146870be2dfc1e9fa7c65eb1a7a (diff) | |
| download | ruby-6f3790532eb8316f742d2a0ea4a0a8fdda5460c9.tar.gz ruby-6f3790532eb8316f742d2a0ea4a0a8fdda5460c9.tar.xz ruby-6f3790532eb8316f742d2a0ea4a0a8fdda5460c9.zip | |
* parse.y (gettable_gen): warns if VCALL name is used as
out-of-scope block local variable. [EXPERIMENTAL]
* parse.y (opt_bv_decl): add explicit block local variable
declaration. raises error for name conflicts. [EXPERIMENTAL]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Wed Mar 9 18:09:51 2005 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y (gettable_gen): warns if VCALL name is used as + out-of-scope block local variable. [EXPERIMENTAL] + + * parse.y (opt_bv_decl): add explicit block local variable + declaration. raises error for name conflicts. [EXPERIMENTAL] + Wed Mar 9 13:37:57 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/sample/tktextio.rb: fix bug of handling 'end' position. @@ -14,6 +22,12 @@ Tue Mar 8 13:39:25 2005 NAKAMURA Usaku <usa@ruby-lang.org> * ext/socket/mkconstants.rb: workaround for some of 4.4BSD-Lite derived OSs. +Tue Mar 8 12:36:17 2005 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/socket/socket.c: document from Sam Roberts + <sroberts@uniserve.com> for getsockopt and setsockopt is merged. + [ruby-doc:824] + Tue Mar 8 10:48:53 2005 NAKAMURA Usaku <usa@ruby-lang.org> * eval.c (rb_exec_recursive): declaration should precede statements |
