[Nice-commit] Nice/debian changelog,1.136,1.137
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-03-12 01:20:37
|
Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv7946/debian
Modified Files:
changelog
Log Message:
Allow // comments at then end of a file, without a trailing newline.
Also report more nicely /* comments that are not closed.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** changelog 6 Mar 2003 12:29:07 -0000 1.136
--- changelog 12 Mar 2003 01:20:32 -0000 1.137
***************
*** 2,5 ****
--- 2,7 ----
* Allow ?(T[]) syntax for optional arrays, as an alternative to T[?].
+ * Allow // comments at then end of a file, without a trailing newline.
+ Also report more nicely /* comments that are not closed.
--
|