From 789d8afffff6c04622ccb66f58c7a13550d70f68 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 20 Nov 2005 13:36:05 +0000 Subject: * parse.y (rb_symname_p): [ not followed by ] is not valid symbol. fixed: [ruby-talk:166520] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 12bc6d9fa..1cd6be620 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Nov 20 22:34:06 2005 Nobuyoshi Nakada + + * parse.y (rb_symname_p): [ not followed by ] is not valid symbol. + fixed: [ruby-talk:166520] + Sat Nov 19 19:57:54 2005 Yukihiro Matsumoto * lib/fileutils.rb (FileUtils::ln): ln documentation fix. @@ -25,13 +30,13 @@ Fri Nov 18 17:35:09 2005 Hidetoshi NAGAI * ext/tk/lib/multi-tk.rb: add restriction to access the entried command table and manipulate other IPs (for reason of security). - Now, a IP object can be controlled by only its master IP or the - default IP. + Now, a IP object can be controlled by only its master IP or the + default IP. * ext/tk/lib/remote-tk.rb: add restriction to manipulate. - * ext/tk/tcltklib.c (ip_is_slave_of_p): add TclTkIp#slave_of?(ip) - to check manipulability. + * ext/tk/tcltklib.c (ip_is_slave_of_p): add TclTkIp#slave_of?(ip) + to check manipulability. * ext/tk/lib/tk.rb: bug fix on handling of Tcl's namespaces. -- cgit