summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-01-31 04:39:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-01-31 04:39:43 (GMT)
commit53d84dcffcf3c1a3ce307a08e01f3052fd923552 (patch)
treefb081373d4e4f87f897ece528df83a43e247814e /ChangeLog
parent840c968ae0c5bc13e67a076d4d4dabc458d9921d (diff)
downloadtcl-53d84dcffcf3c1a3ce307a08e01f3052fd923552.zip
tcl-53d84dcffcf3c1a3ce307a08e01f3052fd923552.tar.gz
tcl-53d84dcffcf3c1a3ce307a08e01f3052fd923552.tar.bz2
* 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.
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