diff options
author | dgp <dgp@users.sourceforge.net> | 2009-02-10 15:37:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-02-10 15:37:18 (GMT) |
commit | 7b3c951b15a0055349ce9b6514624ea3eee60caa (patch) | |
tree | c5c0f1d846d816a0158f7385968d196079d35658 /ChangeLog | |
parent | 526787f45e75e5f6fb736b3f4b3938ec4eaf2c44 (diff) | |
download | tcl-7b3c951b15a0055349ce9b6514624ea3eee60caa.zip tcl-7b3c951b15a0055349ce9b6514624ea3eee60caa.tar.gz tcl-7b3c951b15a0055349ce9b6514624ea3eee60caa.tar.bz2 |
Convert all Tcl_InvalidateStringRep() calls into macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ * generic/tclStringObj.c: Reduce code duplication in Tcl_GetUnicode*. Restrict AppendUtfToUtfRep to non-negative length appends. + Convert all Tcl_InvalidateStringRep() calls into macros. 2009-02-09 Jan Nijtmans <nijtmans@users.sf.net> |