diff options
author | nijtmans <nijtmans> | 2010-02-18 22:31:31 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-02-18 22:31:31 (GMT) |
commit | da7deecd72e7ddb17c8a6786f300574ee14c2ca1 (patch) | |
tree | 1238f511be6483dd179a703699b32f89de970ee1 /ChangeLog | |
parent | 09e45d149fcc63d92f4bee4d5db56a420c67d8ad (diff) | |
download | tk-da7deecd72e7ddb17c8a6786f300574ee14c2ca1.zip tk-da7deecd72e7ddb17c8a6786f300574ee14c2ca1.tar.gz tk-da7deecd72e7ddb17c8a6786f300574ee14c2ca1.tar.bz2 |
Put all Tk_OptionSpec for buttons and labels
in const memory. With some changes to win32
and macosx, preventing direct writes to
read-only memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2010-02-18 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tkButton.h Put all Tk_OptionSpec for buttons and labels + * generic/tkButton.c in const memory. With some changes to win32 + * win/tkWinButton.c and macosx, preventing direct writes to + * unix/tkUnixPort.h read-only memory. + * carbon/tkMacOSXPort.h + * macosx/tkMacOSXButton.c + 2010-02-17 Joe English <jenglish@users.sourceforge.net> * generic/tkMenu.c: Defer TkMenuOptionTables cleanup |