diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-28 00:04:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-28 00:04:31 (GMT) |
commit | 9652ccdb2f5dbc810445ea5431b278cf4417a9c1 (patch) | |
tree | 6758c40cffcdeee43de72e5cba267a233002f7ef /ChangeLog | |
parent | 3c5b4af0d42e9175d48a6e114ec5f3ec05e1b915 (diff) | |
download | tcl-9652ccdb2f5dbc810445ea5431b278cf4417a9c1.zip tcl-9652ccdb2f5dbc810445ea5431b278cf4417a9c1.tar.gz tcl-9652ccdb2f5dbc810445ea5431b278cf4417a9c1.tar.bz2 |
[3590483]: Some compilers cannot initialize with complex non-constants.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2012-11-28 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclZlib.c (ZlibStreamSubcmd): [Bug 3590483]: Use a mechanism + for complex option resolution that has fewer problems with more + finicky compilers. + 2012-11-26 Reinhard Max <max@suse.de> * unix/tclUnixSock.c: Factor out creation of the -sockname and @@ -5,7 +11,7 @@ Make it robust against implementations of getnameinfo() that error out if reverse mapping fails instead of falling back to the numeric representation. - + 2012-11-20 Donal K. Fellows <dkf@users.sf.net> * generic/tclBinary.c (BinaryDecode64): [Bug 3033307]: Corrected |