diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 17 insertions, 6 deletions
@@ -1,3 +1,19 @@ +2008-10-05 Jan Nijtmans <nijtmans@users.sf.net> + + * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProc + * generic/tclFCmd.c: and tclpFileAttrStrings. This allows + * generic/tclIOUtil.c: FileSystems to report their attributes + * generic/tclTest.c: as const strings, without worrying that + * unix/tclUnixFCmd.c: Tcl modifies them (which Tcl should not + * win/tclWinFCmd.c: do anyway, but the API didn't indicate that) + * generic/tcl.decls + * generic/tclDecls.h: regenerated + * generic/tcl.h: make sure that if CONST84 is defined + as empty, CONST86 should be defined + as empty as well (unless overridden). + This change complies with TIP #27 + *** POTENTIAL INCOMPATIBILITY *** + 2008-10-05 Kevin B, Kenny <kennykb@acm.org> * libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case where @@ -13,14 +29,13 @@ for an index of 'end+1', which has the effect of appending an element to the list. -2008-10-04 Jan Nijtmans <nijtmans@users.sf.net> +2008-10-05 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclInt.decls: CONSTified the AuxDataType argument * generic/tclCompCmds.c: of TclCreateAuxData and * generic/tclCompile.c TclRegisterAuxDataType and the return * generic/tclCompile.h values of TclGetAuxDataType and * generic/tclExecute.c TclGetInstructionTable - * ChangeLog * generic/tclIntDecls.h: regenerated This change complies with TIP #27 (even though it only involves internal function, so this is not even necessary). @@ -57,7 +72,6 @@ * generic/tcl.h * generic/tclIO.h * generic/tclIO.c - * ChangeLog * generic/tclDecls.h: regenerated This change complies with TIP #27. @@ -67,7 +81,6 @@ * generic/tcl.decls: of Tcl_InitCustomHashTable. * generic/tcl.h * generic/tclHash.c - * ChangeLog * generic/tclDecls.h: regenerated This change complies with TIP #27. @@ -78,7 +91,6 @@ * generic/tcl.h * generic/tclConfig.c * generic/tclPkgConfig.c - * ChangeLog * generic/tclDecls.h: regenerated This change complies with TIP #27. @@ -87,7 +99,6 @@ * doc/GetIndex.3: CONSTified the tablePtr argument * generic/tcl.decls: of Tcl_GetIndexFromObj. * generic/tclIndexObj.c - * ChangeLog * generic/tclDecls.h: regenerated This change complies with TIP #27. |