From: Zoran V. <vas...@us...> - 2005-10-15 14:48:00
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7023/nsd Modified Files: tclfile.c Log Message: Reformatted, untabified... Index: tclfile.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/tclfile.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tclfile.c 15 Oct 2005 07:18:59 -0000 1.7 --- tclfile.c 15 Oct 2005 14:47:52 -0000 1.8 *************** *** 32,36 **** * tclfile.c -- * ! * Tcl commands that do stuff to the filesystem. */ --- 32,36 ---- * tclfile.c -- * ! * Tcl commands that do stuff to the filesystem. */ [...1263 lines suppressed...] * *---------------------------------------------------------------------- --- 775,785 ---- * UnspliceChannel * ! * Divorces the channel from its owning interp/thread. * * Results: ! * None. * * Side effects: ! * Channel is not accesible by Tcl scripts any more. * *---------------------------------------------------------------------- *************** *** 796,798 **** Tcl_CutChannel(chan); } - --- 821,822 ---- |