[Nice-commit] Nice/debian changelog,1.224,1.225
Brought to you by:
bonniot
From: <bo...@us...> - 2003-11-19 15:22:49
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv18334/debian Modified Files: changelog Log Message: Minor. Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.224 retrieving revision 1.225 diff -C2 -d -r1.224 -r1.225 *** changelog 19 Nov 2003 13:19:10 -0000 1.224 --- changelog 19 Nov 2003 15:22:46 -0000 1.225 *************** *** 8,14 **** * Generate more efficient code for anonymous functions that do not capture the environment. This also avoids a memory leak. ! * Retypings of classes and methods that can't be found by the compiler will ! generate a warning now. (this makes it possible to add java 1.4 specific ! retypings without breaking anything when compiling with an older jvm.) * Bug fixes (error reporting for certain overloading by expected type, recompilation of overloaded methods with the same bytecode types). --- 8,14 ---- * Generate more efficient code for anonymous functions that do not capture the environment. This also avoids a memory leak. ! * Retypings of classes and methods that can't be found by the compiler only ! generate a warning now. This makes it possible to add JDK 1.4 specific ! retypings without failing when compiling with an older JDK. * Bug fixes (error reporting for certain overloading by expected type, recompilation of overloaded methods with the same bytecode types). |