summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52f96da..590cc16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2002-01-30 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tcl.decls:
+ * generic/tcl.h:
+ * generic/tclInt.h: For each interface identified in the
+ TIP 27 changes below as a POTENTIAL INCOMPATIBILITY, the
+ source of the incompatibility has been parameterized so that
+ it can be removed. When compiling extension code against
+ the Tcl header files, use the compiler flag -DUSE_NON_CONST
+ to remove the irresolvable source incompatibilities introduced
+ by the TIP 27 changes. Resolvable changes are left for extension
+ authors to resolve.
+ * generic/tclDecls.h: make genstubs
+
2002-01-30 Vince Darley <vincentdarley@users.sourceforge.net>
* doc/FileSystem.3: added documentation for 3 public