From: Vlad S. <ser...@us...> - 2005-02-22 20:34:14
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10315 Modified Files: ChangeLog Log Message: added ns_atstartup Tcl command, updated documentation at.n Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog 17 Feb 2005 14:19:51 -0000 1.3 --- ChangeLog 22 Feb 2005 20:33:28 -0000 1.4 *************** *** 1,2 **** --- 1,8 ---- + 2005-02-22 Vlad Seryakov <vl...@cr...> + + * nsd/tclsched.c nsd/tclcmds.c doc/at.n: added ns_atstartup + Tcl command to be run after server started and initialized. + Update documentation about those commands, kind of. + 2005-02-17 Zoran Vasiljevic <vas...@us...> |