diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | changes | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,7 @@ 2005-06-23 Kevin Kenny <kennykb@acm.org> + *** 8.4.11 TAGGED FOR RELEASE *** + * win/tclWinChan.c: More rewriting of __asm__ blocks that * win/tclWinFCmd.c: implement SEH in GCC, because mingw's gcc 3.4.2 is not as forgiving of violations committed by @@ -7,8 +9,6 @@ 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). @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.23 2005/06/22 21:44:11 dgp Exp $ +RCS: @(#) $Id: changes,v 1.79.2.24 2005/06/23 15:45:24 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6223,4 +6223,6 @@ Documentation improvements [1075433,1085127,1117017,1124160,1149605,etc.] 2005-06-22 (bug fix)[1225044] Windows: UMR in pipe close (kenny) +2005-06-23 (bug fix)[1225957] Windows/gcc: crashes in assembler code (kenny) + --- Released 8.4.11, June 24, 2005 --- See ChangeLog for details --- |