|
From: Peep P. <so...@us...> - 2004-07-23 17:23:29
|
Update of /cvsroot/agd/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16758 Modified Files: NEWS Log Message: Bing, changes again Index: NEWS =================================================================== RCS file: /cvsroot/agd/server/NEWS,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- NEWS 21 Jul 2004 12:13:09 -0000 1.13 +++ NEWS 23 Jul 2004 17:23:20 -0000 1.14 @@ -4,7 +4,8 @@ * Locals can now be defined in the middle of code. * dfun platform() changed to a preprocessor macro __ARCH__, version() to __VERSION__. - * New dfuns: throw(), users() + * New dfuns: throw(), users(), sizeof() + * Bitwise operators Features in 0.0.2-3: * Real string ranges like string[0..4] |