Diff
Not logged in

Differences From Artifact [31e3c4920a]:

To Artifact [7375d89d1a]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
Known bug list for Tcl 8.0 for Macintosh

by Ray Johnson
Sun Microsystems Laboratories
rjohnson@eng.sun.com

RCS: @(#) $Id: bugs.doc,v 1.2 1998/09/14 18:40:04 stanton Exp $

This was a new feature as of Tcl7.6b1 and as such I'll started with
a clean slate.  I currently know of no reproducable bugs.  I often
get vague reports - but nothing I've been able to confirm.  Let
me know what bugs you find!

The Macintosh version of Tcl passes most all tests in the Tcl






|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
Known bug list for Tcl 8.0 for Macintosh

by Ray Johnson
Sun Microsystems Laboratories
rjohnson@eng.sun.com

RCS: @(#) $Id: bugs.doc,v 1.3 1999/08/15 04:05:13 jingham Exp $

This was a new feature as of Tcl7.6b1 and as such I'll started with
a clean slate.  I currently know of no reproducable bugs.  I often
get vague reports - but nothing I've been able to confirm.  Let
me know what bugs you find!

The Macintosh version of Tcl passes most all tests in the Tcl
26
27
28
29
30
31
32





  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!













>
>
>
>
>
26
27
28
29
30
31
32
33
34
35
36
37
  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 than
the older version in Tcl8.0.  As a result, I have had to increase the Stack
size 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.