[Nice-commit] Nice/debian changelog,1.138,1.139
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-03-13 23:19:49
|
Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv18669/debian
Modified Files:
changelog
Log Message:
Allow functions returning a value to be used as arguments where
functions returning void are expected.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.138
retrieving revision 1.139
diff -C2 -d -r1.138 -r1.139
*** changelog 12 Mar 2003 03:26:39 -0000 1.138
--- changelog 13 Mar 2003 23:19:46 -0000 1.139
***************
*** 5,8 ****
--- 5,10 ----
and
x == null || x.dereference()
+ * Allow functions returning a value to be used as arguments where
+ functions returning void are expected.
* Allow ?(T[]) syntax for optional arrays, as an alternative to T[?].
* Allow // comments at then end of a file, without a trailing newline.
|