[Nice-commit] Nice/debian changelog,1.230,1.231
Brought to you by:
bonniot
From: <bo...@us...> - 2003-11-25 19:23:01
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv1841/debian Modified Files: changelog Log Message: Make the bytecode TupleType a subclass of SpecialArray so that polymorphic tuples also get automatically converted to their monomorphic version as needed. Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.230 retrieving revision 1.231 diff -C2 -d -r1.230 -r1.231 *** changelog 25 Nov 2003 12:34:36 -0000 1.230 --- changelog 25 Nov 2003 19:22:58 -0000 1.231 *************** *** 12,16 **** final long serialVersionUID = 123456789L; } ! * Bug fixes (accessing static fields of an superclass or interface, ...) -- --- 12,17 ---- final long serialVersionUID = 123456789L; } ! * Bug fixes (accessing static fields of an superclass or interface, ! compilation of polymorphic tuples, ...) -- |