From d066edf575991f02a08f7fb02496b51ed9267bdb Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 6 Dec 2007 00:46:49 +0000 Subject: [PATCH] --- ase/change.log | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ase/change.log b/ase/change.log index 66059d41..7b239569 100644 --- a/ase/change.log +++ b/ase/change.log @@ -1,6 +1,8 @@ [0.3.3] * enhanced the AWK interpreter to allow multiple BEGIN/END blocks. +* enhanced the parser to handle ("abc" ++ k) as ("abc" . ++k) when + ASE_AWK_IMPLICIT is on. [0.3.2]