From: Stephen D. <sd...@us...> - 2005-05-15 07:47:31
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15088 Modified Files: ChangeLog Log Message: Hide global symbols which shouldn't be exported. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** ChangeLog 15 May 2005 07:45:38 -0000 1.73 --- ChangeLog 15 May 2005 07:47:20 -0000 1.74 *************** *** 1,4 **** --- 1,9 ---- 2005-05-15 Stephen Deasey <sd...@us...> + * nsd/tcljob.c: + * nsd/tclobjv.c: + * nsd/tclxkeylist.c: + * nsd/unix.c: Hide global symbols which shouldn't be exported. + * Makefile: Add new "checkexports" target which prints out a list of global symbols which shouldn't be. |