From: Stephen D. <sd...@us...> - 2005-07-05 23:08:00
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28604 Modified Files: ChangeLog Log Message: Microsoft's feeble compiler can't handle macro varargs. New usage is: NS_GNUC_NONNULL((x, y, z)). Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.140 retrieving revision 1.141 diff -C2 -d -r1.140 -r1.141 *** ChangeLog 5 Jul 2005 23:02:24 -0000 1.140 --- ChangeLog 5 Jul 2005 23:07:48 -0000 1.141 *************** *** 1,4 **** --- 1,7 ---- 2005-07-05 Stephen Deasey <sd...@us...> + * include/nscheck.h: Microsoft's feeble compiler can't handle + macro varargs. New usage is: NS_GNUC_NONNULL((x, y, z)). + * naviserver.rdf: Add license and category information to DOAP file and fix default namespace so it validates. |