diff options
author | hobbs <hobbs> | 2000-01-14 00:20:41 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-01-14 00:20:41 (GMT) |
commit | 72978d2b3dc58e62e08e27987a2ad2fbe01e04d9 (patch) | |
tree | dbe0df1c497755c5df751fdc99d8dedea1de6370 /ChangeLog | |
parent | f520391c233a4fcac105ac39af630bca88524cd0 (diff) | |
download | tcl-72978d2b3dc58e62e08e27987a2ad2fbe01e04d9.zip tcl-72978d2b3dc58e62e08e27987a2ad2fbe01e04d9.tar.gz tcl-72978d2b3dc58e62e08e27987a2ad2fbe01e04d9.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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -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] |