Author: dion
Date: Mon Feb 27 05:00:08 2006
New Revision: 381334
URL: http://svn.apache.org/viewcvs?rev=381334&view=rev
Log:
Implement while statement
Modified:
jakarta/commons/proper/jexl/trunk/xdocs/changes.xml
Modified: jakarta/commons/proper/jexl/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/xdocs/changes.xml?rev=381334&r1=381333&r2=381334&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/jexl/trunk/xdocs/changes.xml Mon Feb 27 05:00:08 2006
@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.0.1-SNAPSHOT" date="in SVN">
+ <action dev="dion" type="add">Added implementation for the while
statement.</action>
<action dev="dion" type="add">Added implementation for block statements,
e.g. curly braces containing multiple statements.</action>
<action dev="dion" type="add">Added implementation for the if
statement.</action>
<action dev="dion" type="fix" issue="36857">Unary minus was only working
for integer values.</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]