diff options
author | ericm <ericm@noemail.net> | 2000-05-30 17:51:49 (GMT) |
---|---|---|
committer | ericm <ericm@noemail.net> | 2000-05-30 17:51:49 (GMT) |
commit | 532c72ee0c13f337a19327a56129d6aa543f0c77 (patch) | |
tree | b01067940327f0fea37ad6397d21b899a8387a1d /ChangeLog | |
parent | 21f38ae70ce23ad1d0b8ebfe401017fa331dc5db (diff) | |
download | tk-532c72ee0c13f337a19327a56129d6aa543f0c77.zip tk-532c72ee0c13f337a19327a56129d6aa543f0c77.tar.gz tk-532c72ee0c13f337a19327a56129d6aa543f0c77.tar.bz2 |
* generic/tkImgGIF.c: Changed defines for GIF87a/GIF89a to be
static char arrays with integer initialization, to address EBCIDIC
vs. ASCII encoding issues and to handle compilers that don't deal
with "\xAB" syntax for specifying hex values in strings.
FossilOrigin-Name: 3a6b87ac3625ade3fe1a854bfc62740298a81fbe
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-05-30 Eric Melski <ericm@scriptics.com> + + * generic/tkImgGIF.c: Changed defines for GIF87a/GIF89a to be + static char arrays with integer initialization, to address EBCIDIC + vs. ASCII encoding issues and to handle compilers that don't deal + with "\xAB" syntax for specifying hex values in strings. + 2000-05-28 Jeff Hobbs <hobbs@scriptics.com> * doc/spinbox.n: (new file) docs for spinbox widget |