summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-01-14 00:20:40 (GMT)
committerhobbs <hobbs@noemail.net>2000-01-14 00:20:40 (GMT)
commit94075f8b2dd1683ecc7ac0d651209caf5ba82aea (patch)
treedbe0df1c497755c5df751fdc99d8dedea1de6370 /ChangeLog
parentea7e648bac2d80ace7f9929a6fef7bc844437c0c (diff)
downloadtcl-94075f8b2dd1683ecc7ac0d651209caf5ba82aea.zip
tcl-94075f8b2dd1683ecc7ac0d651209caf5ba82aea.tar.gz
tcl-94075f8b2dd1683ecc7ac0d651209caf5ba82aea.tar.bz2
* README:core-8-3-b2
* generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.m4: * win/README.binary: * win/configure.in: updated to patchlevel 8.3b2 FossilOrigin-Name: c857d530775c8be8a18a424919aac862920168cf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5517efb..272c763 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2000-01-13 Jeff Hobbs <hobbs@scriptics.com>
+
+ * changes: updated changes file to reflect 8.3b2 mods
+
+ * README:
+ * generic/tcl.h:
+ * tools/tcl.wse.in:
+ * unix/configure.in:
+ * unix/tcl.m4:
+ * win/README.binary:
+ * win/configure.in: updated to patchlevel 8.3b2
+
+ * generic/regexec.c: added var initialization to prevent compiler
+ warning
+
2000-01-13 Eric Melski <ericm@scriptics.com>
* tests/cmdIL.test: Added tests for lsort -dictionary with
@@ -40,10 +55,13 @@
* tests/info.test:
* generic/tclCmdIL.c: fixed 'info procs ::namesp::*' behavior (Dejong)
+ * generic/tclNamesp.c: made imported commands also import their
+ compile proc [Bug: 2100]
+
* tests/expr.test:
* unix/Makefile.in:
* unix/configure.in:
- * unix/tcl.m4: strtod bug on Tru64 [Bug: 3378]
+ * unix/tcl.m4: recognize strtod bug on Tru64 v5.0 [Bug: 3378]
and added tests to prevent unnecessary chmod +x in sources while
installing, as well as more intelligent setsockopt/gethostbyname
checks [Bug: 3366, 3389]