[Nice-commit] Nice NEWS,1.11,1.12
Brought to you by:
bonniot
From: <ar...@us...> - 2004-01-15 21:39:23
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1:/tmp/cvs-serv24986/nice Modified Files: NEWS Log Message: Stricter parsing of expressions used as statement. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** NEWS 23 Dec 2003 11:47:02 -0000 1.11 --- NEWS 15 Jan 2004 21:39:19 -0000 1.12 *************** *** 6,9 **** --- 6,10 ---- arguments. For example 'loop(5) { doSomeThing(); }' is shorthand for 'loop(5, () => { doSomeThing(); });' + * Stricter parsing of expression used as statement. * Bug fixes (checking of local variables in a call position, make it possible to use new Object() and dispatch on Object again, ... ) |