From: Stephen D. <sd...@us...> - 2005-06-11 20:00:56
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6586 Modified Files: ChangeLog Log Message: * include/nscheck: Add new attribute NS_GNUC_SENTINEL which ensures that a NULL is passed as the last arg to a varargs function. Also, make sure that the format arg in a printf-like function is non-NULL. * include/ns.h: Markup up with NS_GNUC_SENTINEL. * nsd/urlspace.c: * nsd/nslog.c: Say NULL rather than 0 when talking about null pointers. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.108 retrieving revision 1.109 diff -C2 -d -r1.108 -r1.109 *** ChangeLog 11 Jun 2005 18:44:27 -0000 1.108 --- ChangeLog 11 Jun 2005 20:00:47 -0000 1.109 *************** *** 1,2 **** --- 1,12 ---- + 2005-06-11 Stephen Deasey <sd...@us...> + + * include/nscheck: Add new attribute NS_GNUC_SENTINEL which + ensures that a NULL is passed as the last arg to a varargs + function. Also, make sure that the format arg in a printf-like + function is non-NULL. + * include/ns.h: Markup up with NS_GNUC_SENTINEL. + * nsd/urlspace.c: + * nsd/nslog.c: Say NULL rather than 0 when talking about null pointers. + 2005-06-11 Zoran Vasiljevic <vas...@us...> |