summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-12-21 23:57:20 (GMT)
committerhobbs <hobbs>1999-12-21 23:57:20 (GMT)
commita7f2bf5da71129730441d5bc4c7b79b4aaa45f0b (patch)
treecda76fb29ff4c54067c3ad3c8d2723ad3561a8c6 /ChangeLog
parent4597602e483e8d36bda3d12336b6efcfffc86f3d (diff)
downloadtcl-a7f2bf5da71129730441d5bc4c7b79b4aaa45f0b.zip
tcl-a7f2bf5da71129730441d5bc4c7b79b4aaa45f0b.tar.gz
tcl-a7f2bf5da71129730441d5bc4c7b79b4aaa45f0b.tar.bz2
up'd to 8.3b1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 32 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab04f12..eee8398 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+1999-12-21 Jeff Hobbs <hobbs@scriptics.com>
+
+ * README:
+ * generic/tcl.h:
+ * mac/README:
+ * unix/configure.in:
+ * tools/tcl.wse.in:
+ * win/README.binary:
+ * win/configure.in: updated to patch level 8.3b1
+
+ * unix/Makefile.in: added -srcdir=... for 'make html'
+
+ * doc/Hash.3: fixed reference to ckfree [Bug: 3912]
+ * doc/RegExp.3: fixed calling params for Tcl_RegExecFromObj
+ * doc/open.n: fixed minor formatting errors
+ * doc/string.n: fixed minor formatting errors
+
+ * doc/lsort.n: added -unique docs
+ * tests/cmdIL.test:
+ * generic/tclCmdIL.c: added -unique option to lsort
+
+ * generic/tclThreadTest.c: changed thread ids to longs [Bug: 3902]
+
+ * mac/tclMacOSA.c: fixed applescript for I18N [Bug: 3644]
+
+ * win/mkd.bat:
+ * win/rmd.bat: removed necessity of tag.txt [Bug: 3874]
+
+ * win/tclWinThrd.c: changed CreateThread to _beginthreadex and
+ ExitThread to _endthreadex
+
1999-12-12 Jeff Hobbs <hobbs@scriptics.com>
* doc/glob.n:
@@ -13,7 +44,7 @@
* win/tclWinFile.c: enhanced the glob command with the new options
-types -path -directory and -join. Deprecated TclpMatchFiles with
TclpMatchFilesTypes, extended TclGlob and TclDoGlob and added
- GlobTypeData structure.
+ GlobTypeData structure. [Bug: 2363]
1999-12-10 Jeff Hobbs <hobbs@scriptics.com>