summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-05-21 12:18:17 (GMT)
committernijtmans <nijtmans>2010-05-21 12:18:17 (GMT)
commit5b13f1d368442b4edfeba1b28cdd7546f4e27256 (patch)
treec039072f1625d73a9fe7bb523fc746025a610fbc /ChangeLog
parent06144449abc54195262aec969ae727fad584e90e (diff)
downloadtcl-5b13f1d368442b4edfeba1b28cdd7546f4e27256.zip
tcl-5b13f1d368442b4edfeba1b28cdd7546f4e27256.tar.gz
tcl-5b13f1d368442b4edfeba1b28cdd7546f4e27256.tar.bz2
installData.tcl: Make sure that copyDir only receives normalized paths.
tclPlatDecls.h: Fix <tchar.h> inclusion for CYGWIN. tclPathObj.c: Fix Tcl_SetStringObj usage for CYGWIN. *.c: Fix various minor other gcc warnings, like signed<->unsigned mismatch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be38c82..ba841f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2010-05-21 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * tools/installData.tcl Make sure that copyDir only receives normalized
+ paths. Backported from trunk.
+ * generic/tclPlatDecls.h. Fix <tchar.h> inclusion for CYGWIN. Backported
+ from trunk (although for trunk this was moved to tclWinPort.h)
+ * generic/tclPathObj.c Fix Tcl_SetStringObj usage for CYGWIN. This
+ function can only be used with unshared objects. This causes a crash
+ on CYGWIN. (backported from trunk)
+ * generic/tclFileName.c Don't declare cygwin_conv_to_win32_path here.
+ * win/tclWinChan.c Fix various minor other gcc warnings, like
+ * win/tclWinConsole.c signed<->unsigned mismatch. Backported from
+ * win/tclWinDde.c trunk.
+ * win/tclWinNotify.c
+
2010-05-19 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* generic/tclDictObj.c: Backport of fix for [Bug 3004007], EIAS