From: Stephen D. <sd...@gm...> - 2008-05-12 11:50:46
|
On Sat, Apr 26, 2008 at 8:50 PM, Zoran Vasiljevic <vas...@us...> wrote: > Update of /cvsroot/naviserver/naviserver/nsd > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10260/nsd > > Modified Files: > tclobj.c > Log Message: > * nsd/tclobj.c: Changed Tcl handle format to include hyphens ("-") > instead of spaces, as spaces create troubles with Tcl [eval]. This change broke these tests: ==== ns_thread-2.2 wait for thread thread FAILED ==== ns_thread-3.1 create and destroy a mutex FAILED ==== ns_thread-4.1 create and destroy a critical section FAILED ==== ns_thread-5.1 create and destroy a semaphore FAILED ==== ns_thread-6.1 create and destroy a read-write lock FAILED |