From: Stephen D. <sd...@us...> - 2005-10-22 12:50:51
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5911 Modified Files: ChangeLog Log Message: * nsd/tclcmds.c: * nsd/tclenv.c: * tests/ns_env.test: Untabify and reformat code, convert to Tcl objects. Fix bugs with -nocomplain switch and unset command. (Bug# 1333280) Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.236 retrieving revision 1.237 diff -C2 -d -r1.236 -r1.237 *** ChangeLog 22 Oct 2005 09:31:05 -0000 1.236 --- ChangeLog 22 Oct 2005 12:50:39 -0000 1.237 *************** *** 1,2 **** --- 1,10 ---- + 2005-10-22 Stephen Deasey <sd...@us...> + + * nsd/tclcmds.c: + * nsd/tclenv.c: + * tests/ns_env.test: Untabify and reformat code, convert to Tcl + objects. Fix bugs with -nocomplain switch and unset + command. (Bug# 1333280) + 2005-10-22 Zoran Vasiljevic <vas...@us...> |