[Nice-commit] Nice/debian changelog,1.203,1.204
Brought to you by:
bonniot
From: <bo...@us...> - 2003-08-29 16:08:15
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv8372/debian Modified Files: changelog Log Message: Method parameters that are not dispatched on get their declared type. This avoids some type errors, and simplifies error messages. Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.203 retrieving revision 1.204 diff -C2 -d -r1.203 -r1.204 *** changelog 28 Aug 2003 08:46:32 -0000 1.203 --- changelog 29 Aug 2003 16:08:12 -0000 1.204 *************** *** 12,15 **** --- 12,17 ---- * Floating point literals are now of type double by default, adding 'f' or 'F' at the end will make them of type float. + * Method parameters that are not dispatched on simply get their declared + type. This avoids some type errors, and simplifies error messages. * Bugfixes (incrementation of byte local variables, require a default value for global variables, ...) |