From: Stephen D. <sd...@us...> - 2005-08-02 03:51:30
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7362 Modified Files: ChangeLog Log Message: * include/ns.h: * nsd/log.c: Make Tcl send panic messages to the server log. Add some CONST declarations and GCC attributes. * nsd/unix.c: Call Tcl Panic directly from fatal signal handler. Remove unneeded call to pthread_kill_other_threads_np. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.181 retrieving revision 1.182 diff -C2 -d -r1.181 -r1.182 *** ChangeLog 2 Aug 2005 01:45:28 -0000 1.181 --- ChangeLog 2 Aug 2005 03:51:22 -0000 1.182 *************** *** 2,5 **** --- 2,11 ---- * include/ns.h: + * nsd/log.c: Make Tcl send panic messages to the server log. Add + some CONST declarations and GCC attributes. + * nsd/unix.c: Call Tcl Panic directly from fatal signal + handler. Remove unneeded call to pthread_kill_other_threads_np. + + * include/ns.h: * nsd/dsprintf.c: * nsd/dstring.c: Untabify, reformat and add CONST declarations. |