[Nice-commit] Nice/debian changelog,1.143,1.144
Brought to you by:
bonniot
|
From: <ar...@us...> - 2003-03-22 12:43:24
|
Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv23264/F:/nice/debian
Modified Files:
changelog
Log Message:
In the globaltypscope are names which are case insensitve equal not allowed.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** changelog 20 Mar 2003 14:58:25 -0000 1.143
--- changelog 22 Mar 2003 12:43:21 -0000 1.144
***************
*** 1,5 ****
nice (0.7.8) unstable; urgency=low
! * Some operators(&&, ||, ...) generate better bytecode now.
* Improved bytecode generation of pre\post-condition.
* Implemented the enhanced for loop(similar to java 1.5 proposal).
--- 1,5 ----
nice (0.7.8) unstable; urgency=low
! * Some operators(&&, ||, ! and comparisons) generate better bytecode now.
* Improved bytecode generation of pre\post-condition.
* Implemented the enhanced for loop(similar to java 1.5 proposal).
***************
*** 18,22 ****
* Allow nested tuples on the left side of a tuple assignment:
(String a, (String b, String c)) = ("a", ("b", "c"));
! * Bugfixes.
--
--- 18,22 ----
* Allow nested tuples on the left side of a tuple assignment:
(String a, (String b, String c)) = ("a", ("b", "c"));
! * Bugfixes (solved problems with case insentive filenames, ...).
--
|