diff options
author | nijtmans <nijtmans> | 2010-05-21 12:18:17 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-05-21 12:18:17 (GMT) |
commit | 5b13f1d368442b4edfeba1b28cdd7546f4e27256 (patch) | |
tree | c039072f1625d73a9fe7bb523fc746025a610fbc /ChangeLog | |
parent | 06144449abc54195262aec969ae727fad584e90e (diff) | |
download | tcl-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-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |