summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c23d21f..b2547c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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