[Nice-commit] Nice/debian changelog,1.154,1.155
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-04-30 21:09:44
|
Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv14722/debian
Modified Files:
changelog
Log Message:
Integer values can used as arrays of bits.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.154
retrieving revision 1.155
diff -C2 -d -r1.154 -r1.155
*** changelog 30 Apr 2003 20:40:04 -0000 1.154
--- changelog 30 Apr 2003 21:09:40 -0000 1.155
***************
*** 7,12 ****
equals(that@A) = this.x == that.x;
}
- * Compilation does not fail anymore if some classes on the classpath
- have an invalid bytecode format.
* In a method implementation, binding the type parameters should now
be done in front:
--- 7,10 ----
***************
*** 32,35 ****
--- 30,38 ----
* Improved error messages for possibly null values in assignments (Daniel),
and for incorrect calls to constructors (Bryn Keller).
+ * Integer values can used as arrays of bits, as in
+ if (x[index]) ...
+ x[index] = true;
+ * Compilation does not fail anymore if some classes on the classpath
+ have an invalid bytecode format.
* Bugfix (overloaded symbols used inside && or || expressions).
|