[Nice-commit] Nice/debian changelog,1.164,1.165
Brought to you by:
bonniot
From: <ar...@us...> - 2003-05-29 08:41:20
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv30665/F:/nice/debian Modified Files: changelog Log Message: Make in types '()' equivalent to 'void'. fixes bug #745278 Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.164 retrieving revision 1.165 diff -C2 -d -r1.164 -r1.165 *** changelog 27 May 2003 21:35:36 -0000 1.164 --- changelog 29 May 2003 08:41:17 -0000 1.165 *************** *** 3,6 **** --- 3,7 ---- * Stable version, based on 0.7.9 * Added operators to compute with java.math.BigInteger (+,-,*,/,%,...). + * In returntypes is '()' now equivalent to 'void' so int->() is a valid type. * Bugfixes (some cases of optional parameters, allowing arbitrarily nested tuples on the left side of an assignment, recursion for local functions, |