From 0ede75a0f9e08363bf4bf58707b8e9f6340a597b Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 19 May 2003 15:54:37 +0000 Subject: * dir.c (push_braces): do not push_braces() unless rbrace is found. (ruby-bugs-ja:PR#469) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cf2ed3a8a..a3b937615 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue May 20 00:45:40 2003 Yukihiro Matsumoto + + * dir.c (push_braces): do not push_braces() unless rbrace is found. + (ruby-bugs-ja:PR#469) + Tue May 20 00:09:41 2003 Yukihiro Matsumoto * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value) -- cgit