summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e53755d..e299295 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,9 +4,12 @@
'Tcl_GetIndexFromObj' discards qualifiers from pointer target type
* generic/tclWinInit.c: fix gcc warning: dereferencing pointer
'oemId' does break strict-aliasing rules
- * win/tclWin32Dll.c: fix gcc warnings: unused variable 'registration'
+ * win/tclWin32Dll.c: fix gcc warnings: unused variable 'registration'
* win/tclWinChan.c:
* win/tclWinFCmd.c:
+ * win/configure.in: Allow cross-compilation by default. (backported)
+ * win/tcl.m4: Use -pipe for gcc on win32 (backported)
+ * win/configure: (regenerated)
2010-11-18 Donal K. Fellows <dkf@users.sf.net>