diff options
author | dgp <dgp@users.sourceforge.net> | 2002-01-31 04:39:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-01-31 04:39:43 (GMT) |
commit | 53d84dcffcf3c1a3ce307a08e01f3052fd923552 (patch) | |
tree | fb081373d4e4f87f897ece528df83a43e247814e /ChangeLog | |
parent | 840c968ae0c5bc13e67a076d4d4dabc458d9921d (diff) | |
download | tcl-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-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |