diff options
author | nijtmans <nijtmans> | 2008-07-28 22:09:31 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-07-28 22:09:31 (GMT) |
commit | f0e9c26da804fcb46360eebe2164bf251f89f4e3 (patch) | |
tree | 7bf06cf28a92171d2f2e9e208cec6c00acb0e91c | |
parent | cf2289dd006cf8960813d308551da6f06e96d0e6 (diff) | |
download | tcl-f0e9c26da804fcb46360eebe2164bf251f89f4e3.zip tcl-f0e9c26da804fcb46360eebe2164bf251f89f4e3.tar.gz tcl-f0e9c26da804fcb46360eebe2164bf251f89f4e3.tar.bz2 |
it's tip #27, not #24
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ * generic/tclIOUtil.c: Tcl_FSNewNativePath, Tcl_FSData * generic/tclPathObj.c: Tcl_FSRegister, Tcl_FSUnregister * generic/tclTest.c: Tcl_FSGetFileSystemForPath ... - This change complies with TIP #24. + This change complies with TIP #27. ***POTENTIAL INCOMPATIBILITY*** 2008-07-28 Andreas Kupries <andreask@activestate.com> @@ -34,7 +34,7 @@ * generic/tclCompCmds.c: which use Tcl_ObjType directly can be * generic/tclOOMethod.c: modified to compile against both Tcl 8.5 and * generic/tclTestobj.c: Tcl 8.6. tclDecls.h regenerated - This change complies with TIP #24. + This change complies with TIP #27. ***POTENTIAL INCOMPATIBILITY*** 2008-07-25 Andreas Kupries <andreask@activestate.com> @@ -78,7 +78,7 @@ * unix/tclUnixThrd.c: can be modified to compile against both Tcl * win/tclWinNotify.c: Tcl 8.5 and Tcl 8.6 * win/tclWinThrd.c: Regenerated tclDecls.h with "make stubs". - This change complies with TIP #24 + This change complies with TIP #27 ***POTENTIAL INCOMPATIBILITY*** 2008-07-23 Alexandre Ferrieux <ferrieux@users.sourceforge.net> |