bugs.doc

来自「tcl是工具命令语言」· DOC 代码 · 共 45 行

DOC
45
字号
Known bug list for Tcl 8.0 for Macintoshby Ray JohnsonSun Microsystems Laboratoriesrjohnson@eng.sun.comRCS: @(#) $Id: bugs.doc,v 1.4 2000/02/10 08:39:37 jingham Exp $This was a new feature as of Tcl7.6b1 and as such I'll started witha clean slate.  I currently know of no reproducable bugs.  I oftenget vague reports - but nothing I've been able to confirm.  Letme know what bugs you find!The Macintosh version of Tcl passes most all tests in the Tcltest suite.  Slower Macs may fail some tests in event.test whosetiming constraints are too tight.  If other tests fail please reportthem.RayKnown bugs in the current release.* With the socket code you can't use the "localhost" host name.  This  is actually a known bug in Apple's MacTcp stack.  However, you can  use [info hostname] whereever you would have used "localhost" to   achive the same effect.* Most socket bugs have been fixed.  We do have a couple of test cases  that will hang the Mac, however, and we are still working on them.  If you find additional test cases that show crashes please let us  know!* In Tcl 8.2, the new Regexp code seems to be more deeply recursive thanthe older version in Tcl8.0.  As a result, I have had to increase the Stacksize of Tcl to 1Meg.  If you are not doing regexps with many subexpressions,this is probably more stack than you will need.  You can relink with the stack set to 512K, and you will be fine for most purposes.* This regexp problem is fixed in Tcl8.3.  If you are going to do complexregexp's, it is probably a good idea to keep the stack size big.  But normalregexps will not cause crashes.* The "clock scan -base" command does not work.  The epoch is wrong.* The file mtime command does not work when setting the time, it is offby 4 years.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?