bugs.doc
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. Known bug list for Tcl 8.0 for Macintosh
  2. by Ray Johnson
  3. Sun Microsystems Laboratories
  4. rjohnson@eng.sun.com
  5. RCS: @(#) $Id: bugs.doc,v 1.4 2000/02/10 08:39:37 jingham Exp $
  6. This was a new feature as of Tcl7.6b1 and as such I'll started with
  7. a clean slate.  I currently know of no reproducable bugs.  I often
  8. get vague reports - but nothing I've been able to confirm.  Let
  9. me know what bugs you find!
  10. The Macintosh version of Tcl passes most all tests in the Tcl
  11. test suite.  Slower Macs may fail some tests in event.test whose
  12. timing constraints are too tight.  If other tests fail please report
  13. them.
  14. Ray
  15. Known bugs in the current release.
  16. * With the socket code you can't use the "localhost" host name.  This
  17.   is actually a known bug in Apple's MacTcp stack.  However, you can
  18.   use [info hostname] whereever you would have used "localhost" to 
  19.   achive the same effect.
  20. * Most socket bugs have been fixed.  We do have a couple of test cases
  21.   that will hang the Mac, however, and we are still working on them.
  22.   If you find additional test cases that show crashes please let us
  23.   know!
  24. * In Tcl 8.2, the new Regexp code seems to be more deeply recursive than
  25. the older version in Tcl8.0.  As a result, I have had to increase the Stack
  26. size of Tcl to 1Meg.  If you are not doing regexps with many subexpressions,
  27. this is probably more stack than you will need.  You can relink with the 
  28. stack set to 512K, and you will be fine for most purposes.
  29. * This regexp problem is fixed in Tcl8.3.  If you are going to do complex
  30. regexp's, it is probably a good idea to keep the stack size big.  But normal
  31. regexps will not cause crashes.
  32. * The "clock scan -base" command does not work.  The epoch is wrong.
  33. * The file mtime command does not work when setting the time, it is off
  34. by 4 years.