[Nice-commit] Nice NEWS,1.72,1.73
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2005-03-24 14:47:17
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18703 Modified Files: NEWS Log Message: Stop wrapping ClassCastException into gnu.mypping.WrongType. This is only useful in unityped languages like Kawa. This reduces bytecode length and removes the need for adding the WrongType class in generated jars. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** NEWS 22 Mar 2005 11:22:46 -0000 1.72 --- NEWS 24 Mar 2005 14:47:08 -0000 1.73 *************** *** 44,47 **** --- 44,50 ---- * Removed octal integer literals. * Some error messages locate more precisely the source of the error. + * Generated bytecode is slightly more compact and references less "system" + Nice classes, so that those do not need to be automatically added to + generated jars. * Bug fixes (negative int hex literals, ...) |