summaryrefslogtreecommitdiffstats
path: root/mac/bugs.doc
diff options
context:
space:
mode:
authorjingham <jingham>2000-02-10 08:39:37 (GMT)
committerjingham <jingham>2000-02-10 08:39:37 (GMT)
commite1bbc0e3739eeb20a4cc9e384890acce1edd8f9a (patch)
tree943fc1c593b1430ce6b722c744d56225a739955d /mac/bugs.doc
parentbe3a66cd070299ac1b1eccae5b282a77dbceb7ce (diff)
downloadtcl-e1bbc0e3739eeb20a4cc9e384890acce1edd8f9a.zip
tcl-e1bbc0e3739eeb20a4cc9e384890acce1edd8f9a.tar.gz
tcl-e1bbc0e3739eeb20a4cc9e384890acce1edd8f9a.tar.bz2
Minor doco fixes
Diffstat (limited to 'mac/bugs.doc')
-rw-r--r--mac/bugs.doc9
1 files changed, 8 insertions, 1 deletions
diff --git a/mac/bugs.doc b/mac/bugs.doc
index b8e7b96..730f115 100644
--- a/mac/bugs.doc
+++ b/mac/bugs.doc
@@ -4,7 +4,7 @@ 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 $
+RCS: @(#) $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 with
a clean slate. I currently know of no reproducable bugs. I often
@@ -35,3 +35,10 @@ 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.
+* This regexp problem is fixed in Tcl8.3. If you are going to do complex
+regexp's, it is probably a good idea to keep the stack size big. But normal
+regexps 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 off
+by 4 years.