diff options
author | davygrvy <davygrvy@pobox.com> | 2002-12-18 22:55:56 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-12-18 22:55:56 (GMT) |
commit | d07e1d0bce72877d8c8941adbae195f4f0fec3bd (patch) | |
tree | 97b107b96d984081adba65431b84cfd6077a0bdf /ChangeLog | |
parent | 417169940e2d429b8a280b80730d597c37187f6b (diff) | |
download | tcl-d07e1d0bce72877d8c8941adbae195f4f0fec3bd.zip tcl-d07e1d0bce72877d8c8941adbae195f4f0fec3bd.tar.gz tcl-d07e1d0bce72877d8c8941adbae195f4f0fec3bd.tar.bz2 |
* win/makefile.vc: some uses of xcopy swapped to the @$(CPY) macro.
Reported by Joe Mistachkin <joe@mistachkin.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-12-18 David Gravereaux <davygrvy@pobox.com> + + * win/makefile.vc: some uses of xcopy swapped to the @$(CPY) macro. + Reported by Joe Mistachkin <joe@mistachkin.com>. + 2002-12-17 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclNotify.c (TclFinalizeNotifier, Tcl_SetServiceMode): @@ -7,7 +12,7 @@ 2002-12-16 David Gravereaux <davygrvy@pobox.com> * generic/tclPipe.c (TclCleanupChildren): - * tests/winPipe.c: + * tests/winPipe.test: * win/tclWinPipe.c (Tcl_WaitPid): * win/tclWinTest.c: Gave Tcl_WaitPid the ability to return a Win32 exception code translated into a posix style SIG*. This |