Update of /cvsroot/agd/server
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10321
Modified Files:
ChangeLog NEWS
Log Message:
New x= operators.
Index: NEWS
===================================================================
RCS file: /cvsroot/agd/server/NEWS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- NEWS 18 Mar 2004 20:51:16 -0000 1.3
+++ NEWS 20 Mar 2004 19:18:42 -0000 1.4
@@ -3,6 +3,7 @@
* Dfuns: random, strlen, capitalize, lower_case
* Removed dfun asctime(). This can and should be done with LPC, and there's an example
of it in lib/sys/player
+ * New operators: += -= *= /= %=
Features in 0.0.2:
* Additional escape codes: \\, \", \t, \a, \b, \f, \e
Index: ChangeLog
===================================================================
RCS file: /cvsroot/agd/server/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ChangeLog 18 Mar 2004 20:51:16 -0000 1.6
+++ ChangeLog 20 Mar 2004 19:18:42 -0000 1.7
@@ -1,5 +1,7 @@
0.0.2-2:
----------------------------------------------------------------------------
+2004-03-18
+ * +=, -=, *=, /=, %= operators.
2004-03-17
* make sure thre is a correct number of arguments on the stack -
"void create(int i) { }" won't crash anymore.
|