diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2008-10-15 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclInt.h: Add "const" to many internal + * generic/tclBinary.c: const tables, so those will be + * generic/tclCompile.c: put by the C-compiler in the + * generic/tclDictObj.c: TEXT segment in stead of the + * generic/tclHash.c: DATA segment. This makes those + * generic/tclListObj.c: table sharable in shared libraries. + * generic/tclNamesp.c: + * generic/tclObj.c: + * generic/tclProc.c: + * generic/tclRegexp.c: + * generic/tclStringObj.c: + * generic/tclUtil.c: + * generic/tclVar.c: + 2008-10-14 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclCmdAH.c: Fix minor compiler warnings when compiling |