diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-10-23 19:29:26 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-10-23 19:29:26 (GMT) |
commit | a7ee7c68c1945c3924c15bad6693af21314f4c12 (patch) | |
tree | 0021513d15dff2dd400670eb79adf29b78b88bfb /ChangeLog | |
parent | 2cf3aa02dee40bb7023ecf5a2b50f52bb193ba74 (diff) | |
download | tcl-a7ee7c68c1945c3924c15bad6693af21314f4c12.zip tcl-a7ee7c68c1945c3924c15bad6693af21314f4c12.tar.gz tcl-a7ee7c68c1945c3924c15bad6693af21314f4c12.tar.bz2 |
* generic/tclCompCmds.c: [Bug 2881263] (TclCompileForeachCmd,
TclCompileLindexCmd): Fixed. Moved the use of
DefineLineInformation after all regular variable declarations, so
that an empty statement (-UTIP_280) doesn't confuse c89 compilers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-10-23 Andreas Kupries <andreask@activestate.com> + * generic/tclCompCmds.c: [Bug 2881263] (TclCompileForeachCmd, + TclCompileLindexCmd): Fixed. Moved the use of + DefineLineInformation after all regular variable declarations, so + that an empty statement (-UTIP_280) doesn't confuse c89 compilers. + * library/platform/pkgIndex.tcl: Backported the platform packages * library/platform/platform.tcl: from head and8.5 into the 8.4 * library/platform/shell.tcl: branch. Updated makefiles to install |