summaryrefslogtreecommitdiffstats
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
parentbe3a66cd070299ac1b1eccae5b282a77dbceb7ce (diff)
downloadtcl-e1bbc0e3739eeb20a4cc9e384890acce1edd8f9a.zip
tcl-e1bbc0e3739eeb20a4cc9e384890acce1edd8f9a.tar.gz
tcl-e1bbc0e3739eeb20a4cc9e384890acce1edd8f9a.tar.bz2
Minor doco fixes
-rw-r--r--mac/README6
-rw-r--r--mac/bugs.doc9
2 files changed, 11 insertions, 4 deletions
diff --git a/mac/README b/mac/README
index d270ad7..53875aa 100644
--- a/mac/README
+++ b/mac/README
@@ -8,7 +8,7 @@ Jim Ingham
Cygnus Solutions
jingham@cygnus.com
-RCS: @(#) $Id: README,v 1.10 1999/12/21 23:58:13 hobbs Exp $
+RCS: @(#) $Id: README,v 1.11 2000/02/10 08:39:41 jingham Exp $
1. Introduction
---------------
@@ -63,9 +63,9 @@ in the HTML format. You may also find these pages at:
In order to compile Macintosh Tcl you must have the
following items:
- CodeWarrior Pro 3+
+ CodeWarrior Pro 5+
Mac Tcl (sources)
- More Files 1.4.3
+ More Files 1.4.9
The included project files should work fine. However, for
current release notes please check this page:
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.