diff options
author | hobbs <hobbs> | 2001-08-22 23:57:13 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-08-22 23:57:13 (GMT) |
commit | cce7cfd6c08a7de825b105749212c7455e907952 (patch) | |
tree | 0fc5ad86fa2c50a4643a63db4e199b3facaea179 | |
parent | cfd7049502dbc74ae74c9e996101f15dc1bb3591 (diff) | |
download | tcl-cce7cfd6c08a7de825b105749212c7455e907952.zip tcl-cce7cfd6c08a7de825b105749212c7455e907952.tar.gz tcl-cce7cfd6c08a7de825b105749212c7455e907952.tar.bz2 |
see ChangeLog
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2001-08-22 Jeff Hobbs <jeffh@ActiveState.com> + + * win/Makefile.in: + * win/makefile.vc: updated install target for dde1.2 + * doc/dde.n: fixed dde man page (which was totally incorrect). + * tests/winDde.test: + * win/tclWinDde.c (Tcl_DdeObjCmd): added -binary option to dde + request command to allow for returning binary data. [Bug #227482] + Updated dde to 1.2 + + * tests/tcltest.test: added unixExecs constraint to files that + used 'grep' in the test. [Bug #453143] + + * library/tcltest/tcltest.tcl: fixed stdio constraint test. + [Patch #454050] (stanton) + Simplified unixExecs constriant test. + 2001-08-22 Don Porter <dgp@users.sourceforge.net> * tests/ioUtil.test (ioUtil-3.*): Corrected errors in tests |