summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjingham <jingham>2000-02-10 08:43:10 (GMT)
committerjingham <jingham>2000-02-10 08:43:10 (GMT)
commit4541ee11ae166c9c275bd5162a5cf79839415b93 (patch)
tree663a7db8a926fdf6875b449530d67362e19704a4
parentaf20e1900d15f8cfda66b96bce71b84375b35a4c (diff)
downloadtcl-4541ee11ae166c9c275bd5162a5cf79839415b93.zip
tcl-4541ee11ae166c9c275bd5162a5cf79839415b93.tar.gz
tcl-4541ee11ae166c9c275bd5162a5cf79839415b93.tar.bz2
*** empty log message ***
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a772405..8e79a60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2000-02-09 Jim Ingham <jingham@cygnus.com>
+
+ * mac/tclMacSock.c: Don't panic when you get an error closing an async
+ socket. This doesn't seem to hurt anything, and we return the error so
+ the caller can do the right thing.
+
+ New Files:
+ * mac/MW_TclHeader.h:
+ * mac/MW_TclTestHeader.h:
+ * mac/MW_TclTestHeader.pch:
+ * mac/MW_TclAppleScriptHeader.h: More convenient to use .h prefix files
+ in the preference panels...
+
+ The above are curtesy of Daniel Steffen (steffen@math.mq.edu.au)
+
2000-02-08 Eric Melski <ericm@scriptics.com>
* tests/clock.test: Added tests for "next monthname" constructs.