diff options
author | das <das> | 2005-06-23 05:59:39 (GMT) |
---|---|---|
committer | das <das> | 2005-06-23 05:59:39 (GMT) |
commit | 2c19fc89f99ba7fd4d1ebb17dfa5110383ef9ebc (patch) | |
tree | 5416bf235393cc07d2d0f6fb1598530932b7b642 /ChangeLog | |
parent | ea03fe1abe7cd5423ac0862722f132777d5a54a9 (diff) | |
download | tcl-2c19fc89f99ba7fd4d1ebb17dfa5110383ef9ebc.zip tcl-2c19fc89f99ba7fd4d1ebb17dfa5110383ef9ebc.tar.gz tcl-2c19fc89f99ba7fd4d1ebb17dfa5110383ef9ebc.tar.bz2 |
* unix/Makefile.in (install-private-headers): rewrite tclPort.h when
installing private headers to remove ../unix relative #include path to
tclUnixPort.h (which is incorrect at the installed location).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2005-06-22 Kevin Kenny <kennykb@acm.org> +2005-06-23 Daniel Steffen <das@users.sourceforge.net> *** 8.4.11 TAGGED FOR RELEASE *** + * unix/Makefile.in (install-private-headers): rewrite tclPort.h when + installing private headers to remove ../unix relative #include path to + tclUnixPort.h (which is incorrect at the installed location). + +2005-06-22 Kevin Kenny <kennykb@acm.org> + * generic/tclInt.h: Changed the finalization * generic/tclEvent.c (Tcl_Finalize): logic to defer the * generic/tclIO.c (TclFinalizeIOSubsystem): shutdown of the pipe |