Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv27531/F:/nice/debian
Modified Files:
changelog
Log Message:
changelog entry for retypings change.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.223
retrieving revision 1.224
diff -C2 -d -r1.223 -r1.224
*** changelog 17 Nov 2003 20:26:25 -0000 1.223
--- changelog 19 Nov 2003 13:19:10 -0000 1.224
***************
*** 8,11 ****
--- 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).
|