From: Stephen D. <sd...@us...> - 2005-07-30 04:24:43
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6355 Modified Files: ChangeLog Log Message: * include/nsthread.h: * nsthread/memory.c: Ensure callers of ns_realloc check the rerturn value. Use ckalloc etc. macros consistently for debugging. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.175 retrieving revision 1.176 diff -C2 -d -r1.175 -r1.176 *** ChangeLog 30 Jul 2005 04:06:01 -0000 1.175 --- ChangeLog 30 Jul 2005 04:24:34 -0000 1.176 *************** *** 1,4 **** --- 1,9 ---- 2005-07-29 Stephen Deasey <sd...@us...> + * include/nsthread.h: + * nsthread/memory.c: Ensure callers of ns_realloc check the + rerturn value. Use ckalloc etc. macros consistently for + debugging. + * include/ns.h: * include/nsthread.h: |