summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoruid37547 <uid37547>2002-01-31 21:07:32 (GMT)
committeruid37547 <uid37547>2002-01-31 21:07:32 (GMT)
commit59cc0d6c6ff11c5ca06cfa510f97794cda5f223c (patch)
tree8a37249e9fb90e99fadeb5bb29e182a758adb719 /ChangeLog
parent53d84dcffcf3c1a3ce307a08e01f3052fd923552 (diff)
downloadtcl-59cc0d6c6ff11c5ca06cfa510f97794cda5f223c.zip
tcl-59cc0d6c6ff11c5ca06cfa510f97794cda5f223c.tar.gz
tcl-59cc0d6c6ff11c5ca06cfa510f97794cda5f223c.tar.bz2
* win/tclWinFCmd.c: TIP 27: Applied patch fixing CONST warnings on
behalf of Don Porter <dgp@users.sourceforge.net>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 13 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 590cc16..d05effa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,20 @@
+2002-01-31 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * win/tclWinFCmd.c: TIP 27: Applied patch fixing CONST warnings on
+ behalf of Don Porter <dgp@users.sourceforge.net>.
+
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/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>