From: Stephen D. <sd...@us...> - 2005-10-21 06:22:22
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8676 Modified Files: ChangeLog Log Message: * include/ns.h: * nsd/tclobj.c: Generalise the ns_thread routines for wrapping a C structs with a Tcl obj handle. Slighlty enhanced: also allows wrapping of statically allocated C structs which always have a direct string name -> struct relationship. * nsd/tclcmds.c: * nsd/tclthread.c: Convert to Tcl objects, remove some duplicated code and convert to the new ns:addr Tcl object type interface. * tests/ns_thread.test: Exercise the ns_thread command and the new ns:addr Tcl object type. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.228 retrieving revision 1.229 diff -C2 -d -r1.228 -r1.229 *** ChangeLog 21 Oct 2005 05:58:18 -0000 1.228 --- ChangeLog 21 Oct 2005 06:22:14 -0000 1.229 *************** *** 1,4 **** --- 1,15 ---- 2005-10-20 Stephen Deasey <sd...@us...> + * include/ns.h: + * nsd/tclobj.c: Generalise the ns_thread routines for wrapping a C + structs with a Tcl obj handle. Slighlty enhanced: also allows + wrapping of statically allocated C structs which always have a direct + string name -> struct relationship. + * nsd/tclcmds.c: + * nsd/tclthread.c: Convert to Tcl objects, remove some duplicated + code and convert to the new ns:addr Tcl object type interface. + * tests/ns_thread.test: Exercise the ns_thread command and the + new ns:addr Tcl object type. + * nsdbtest/nsdbtest.c: Remove unused function declaration. |