diff options
author | dgp <dgp@users.sourceforge.net> | 2009-04-10 21:27:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-04-10 21:27:17 (GMT) |
commit | f98c78b6a077737cbda73f643aa3a9dc87893ad8 (patch) | |
tree | 0db8e2ef5a7b5c423ad50fd0d0add26111e0fd82 /ChangeLog | |
parent | 378202fab847a2ea292310e3322a08c2f67c2ca2 (diff) | |
download | tcl-f98c78b6a077737cbda73f643aa3a9dc87893ad8.zip tcl-f98c78b6a077737cbda73f643aa3a9dc87893ad8.tar.gz tcl-f98c78b6a077737cbda73f643aa3a9dc87893ad8.tar.bz2 |
* generic/tclStringObj.c (UpdateStringOfString): Fix bug detected
by compiler warning about undefined "dst".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ * unix/configure: autoconf-2.59 * win/configure: + * generic/tclStringObj.c (UpdateStringOfString): Fix bug detected + by compiler warning about undefined "dst". + * tests/httpd: Backport new tests for http 2.7.3. * tests/http.tcl: |