diff options
author | nijtmans <nijtmans> | 2009-01-22 06:42:33 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-01-22 06:42:33 (GMT) |
commit | 1cc677fe337ed9c32c7a1bbaafc2988e98a8076f (patch) | |
tree | 6d0ba0d888c02ee1ac8ad6f7a50157036d96fbd9 /ChangeLog | |
parent | ed5043f99afd5932ca7403cf20b19383d20dc9dc (diff) | |
download | tcl-1cc677fe337ed9c32c7a1bbaafc2988e98a8076f.zip tcl-1cc677fe337ed9c32c7a1bbaafc2988e98a8076f.tar.gz tcl-1cc677fe337ed9c32c7a1bbaafc2988e98a8076f.tar.bz2 |
CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27)
{unix win} in *.decls is equivalent to {generic}
tclGetDate.y, tclDate.c: single internal const decoration
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2009-01-22 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclCompile.h: CONSTify TclPrintInstruction (TIP #27) + * generic/tclCompile.c + * generic/tclInt.h: CONSTify TclpNativeJoinPath (TIP #27) + * generic/tclFileName.c + * generic/tcl.decls {unix win} is equivalent to {generic} + * generic/tclInt.decls + * generic/tclDecls.h (regenerated) + * generic/tclIntDecls.h + * generic/tclGetDate.y: single internal const decoration + * generic/tclDate.c: + 2009-01-22 Kevin B. Kenny <kennykb@acm.org> * unix/tcl.m4: Corrected a typo ($(SHLIB_VERSION) should be |