[Nice-commit] Nice/debian changelog,1.225,1.226
Brought to you by:
bonniot
From: <bo...@us...> - 2003-11-19 23:23:30
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv10827/debian Modified Files: changelog Log Message: Constraints on class type parameters can be written as a prefix of class declarations: <Bound T> class MyClass<T> { ... } This syntax is required when Bound is an abstract interface. Closed 0.9.4 Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.225 retrieving revision 1.226 diff -C2 -d -r1.225 -r1.226 *** changelog 19 Nov 2003 15:22:46 -0000 1.225 --- changelog 19 Nov 2003 23:22:51 -0000 1.226 *************** *** 6,9 **** --- 6,13 ---- return void. * Added source-level debugging information for recent debuggers (jsr 45). + * Constraints on class type parameters can be written as a prefix of + class declarations: + <Bound T> class MyClass<T> { ... } + This syntax is required when Bound is an abstract interface. * Generate more efficient code for anonymous functions that do not capture the environment. This also avoids a memory leak. *************** *** 14,18 **** recompilation of overloaded methods with the same bytecode types). ! -- nice (0.9.3) unstable; urgency=low --- 18,22 ---- recompilation of overloaded methods with the same bytecode types). ! -- Daniel Bonniot <bo...@us...> Thu, 20 Nov 2003 00:18:02 +0100 nice (0.9.3) unstable; urgency=low |