[Nice-commit] Nice/debian changelog,1.153,1.154
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-04-30 20:40:10
|
Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv3232/debian
Modified Files:
changelog
Log Message:
Better error messages for incorrect calls to constructors.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.153
retrieving revision 1.154
diff -C2 -d -r1.153 -r1.154
*** changelog 30 Apr 2003 14:06:25 -0000 1.153
--- changelog 30 Apr 2003 20:40:04 -0000 1.154
***************
*** 30,34 ****
return res;
}
! * Improved error messages for possibly null values in assignments.
* Bugfix (overloaded symbols used inside && or || expressions).
--- 30,35 ----
return res;
}
! * Improved error messages for possibly null values in assignments (Daniel),
! and for incorrect calls to constructors (Bryn Keller).
* Bugfix (overloaded symbols used inside && or || expressions).
|