diff options
author | hobbs <hobbs> | 2005-10-10 21:20:58 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-10-10 21:20:58 (GMT) |
commit | 33189491c7086c538aa840c37a4c4f967926c7b2 (patch) | |
tree | 7f566011dc8173cd4467caaf9bf000fe0d07e9ab /ChangeLog | |
parent | 7e733ab325057aac1e7d23f4e6dda37e65bce9d2 (diff) | |
download | tk-33189491c7086c538aa840c37a4c4f967926c7b2.zip tk-33189491c7086c538aa840c37a4c4f967926c7b2.tar.gz tk-33189491c7086c538aa840c37a4c4f967926c7b2.tar.bz2 |
* generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable):
properly alloc/delete one more option. [Bug 1319720] (melbardis)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2005-10-10 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable): + properly alloc/delete one more option. [Bug 1319720] (melbardis) + * macosx/tkMacOSXInt.h: Move MODULE_SCOPE defn to tkInt.h and add * generic/tkInt.h: WORDS_BIGENDIAN checks that will work with OS X universal binary compiles. (steffen) |