diff options
author | jingham <jingham> | 2000-02-10 08:43:10 (GMT) |
---|---|---|
committer | jingham <jingham> | 2000-02-10 08:43:10 (GMT) |
commit | 4541ee11ae166c9c275bd5162a5cf79839415b93 (patch) | |
tree | 663a7db8a926fdf6875b449530d67362e19704a4 | |
parent | af20e1900d15f8cfda66b96bce71b84375b35a4c (diff) | |
download | tcl-4541ee11ae166c9c275bd5162a5cf79839415b93.zip tcl-4541ee11ae166c9c275bd5162a5cf79839415b93.tar.gz tcl-4541ee11ae166c9c275bd5162a5cf79839415b93.tar.bz2 |
*** empty log message ***
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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. |