Hi, anybody using Tcl 8.4. I compiled it yeaterday night, one thing that i observed is that within tclsh I am getting a reduced stack size. That is from bash if I do a "ulimit -s" I am getting a satisfactory 8192, but inside tclsh a meager 2040. There must be some option to remove this, but couldnot find either in the README or configure --help. Another thing which struck me as strange is a following test that tcl is doing. 1) it creates a directory foo 2) cd to foo 3) chmod 000 foo 4) does a pwd which is succesful apparently this succes dissapoints tcl8.4, according to him this should have failed with a permission denied. I can think of a permission denial in re entering the directory foo from outside but why should `pwd` be expected to fail. -- sreangsu -- ---------------------------------------------- Find out more about this and other Linux India mailing lists at http://lists.linux-india.org/
