[Nice-commit] Nice NEWS,1.14,1.15
Brought to you by:
bonniot
From: <ar...@us...> - 2004-01-17 20:59:55
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1:/tmp/cvs-serv2306/nice Modified Files: NEWS Log Message: Fixed overloading resolving for function object symbols. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** NEWS 17 Jan 2004 16:32:45 -0000 1.14 --- NEWS 17 Jan 2004 20:59:52 -0000 1.15 *************** *** 11,15 **** * Improved performance of arrays used as lists. * Bug fixes (checking of local variables in a call position, make it possible ! to use new Object() and dispatch on Object again, ... ) -- --- 11,16 ---- * Improved performance of arrays used as lists. * Bug fixes (checking of local variables in a call position, make it possible ! to use new Object() and dispatch on Object again, code generation of ! integer constants, overloading of function symbols, ... ) -- |