From: Stephen D. <sd...@us...> - 2005-06-13 06:14:36
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18750 Modified Files: ChangeLog Log Message: * include/ns.h: * nsd/adpparse.c: * nsd/compress.c: * nsd/listen.c: * nsd/sock.c: * nsd/tclimg.c: * nsd/tclmisc.c: * nsd/tclresp.c: * nsd/uuencode.c: * nscp/nscp.c: * tests/tclresp.test: Fix some issues with mixing signed/unsigned data that gcc4 was complaining about and a couple of instances of uninitialised variables. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.116 retrieving revision 1.117 diff -C2 -d -r1.116 -r1.117 *** ChangeLog 13 Jun 2005 04:32:28 -0000 1.116 --- ChangeLog 13 Jun 2005 06:14:26 -0000 1.117 *************** *** 1,4 **** --- 1,18 ---- 2005-06-12 Stephen Deasey <sd...@us...> + * include/ns.h: + * nsd/adpparse.c: + * nsd/compress.c: + * nsd/listen.c: + * nsd/sock.c: + * nsd/tclimg.c: + * nsd/tclmisc.c: + * nsd/tclresp.c: + * nsd/uuencode.c: + * nscp/nscp.c: + * tests/tclresp.test: Fix some issues with mixing signed/unsigned + data that gcc4 was complaining about and a couple of instances of + uninitialised variables. + * nsd/tclobjv.c: Simplify code and clarify comment. |