diff options
author | nijtmans <nijtmans> | 2008-10-15 06:41:06 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-10-15 06:41:06 (GMT) |
commit | 61b16774d545ab31705be8fda1520731cb0075f7 (patch) | |
tree | 29f5c39636b7be9789e731887bc5a58b1b1ee2f3 /ChangeLog | |
parent | d7a70751627660bb7343dab5abda94a068388dd1 (diff) | |
download | tk-61b16774d545ab31705be8fda1520731cb0075f7.zip tk-61b16774d545ab31705be8fda1520731cb0075f7.tar.gz tk-61b16774d545ab31705be8fda1520731cb0075f7.tar.bz2 |
Add "const" to many internal
const tables, so those will be
put by the C-compiler in the
TEXT segment in stead of the
DATA segment. This makes those
table sharable in shared libraries.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2008-10-15 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tkInt.h: Add "const" to many internal + * generic/tk3d.c: const tables, so those will be + * generic/tkBitmap.c: put by the C-compiler in the + * generic/tkColor.c: TEXT segment in stead of the + * generic/tkConfig.c: DATA segment. This makes those + * generic/tkCursor.c: table sharable in shared libraries. + * generic/tkFont.c: + * generic/tkObj.c: + * generic/tkStyle.c: + * generic/tkTextIndex.c: + * generic/tkUtil.c: + 2008-10-14 Donal K. Fellows <dkf@users.sf.net> * generic/tkObj.c (TkNewWindowObj): Added utility function for making |