From 4d29ea71c5dbb35c0e8a71efd1138ee369fa759b Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 28 Jul 2005 02:33:28 +0000 Subject: * parse.y (f_larglist): allow bv_decl at the end of lambda argument list. [EXPERIMENTAL] * parse.y (new_bv_gen): allow local variable shadowing, with warning in verbose mode. * ext/socket/socket.c (ruby_connect): break immediately if a socket is non-blocking. [ruby-talk:111654] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2b18fb0d8..a61b07963 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Jul 28 11:30:57 2005 Yukihiro Matsumoto + + * parse.y (f_larglist): allow bv_decl at the end of lambda + argument list. [EXPERIMENTAL] + + * parse.y (new_bv_gen): allow local variable shadowing, with + warning in verbose mode. + Wed Jul 27 23:23:54 2005 Yukihiro Matsumoto * gc.c (obj_free): make message formant consistent with one from @@ -7091,6 +7099,11 @@ Wed Sep 8 15:19:49 2004 Hidetoshi NAGAI * ext/tk/lib/tk/text.rb: add TkText#clear and erase +Tue Sep 7 15:17:49 2004 Nobuyoshi Nakada + + * ext/socket/socket.c (ruby_connect): break immediately if a + socket is non-blocking. [ruby-talk:111654] + Tue Sep 7 12:48:22 2004 NAKAMURA Usaku * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. -- cgit