diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-08-09 05:57:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-08-09 05:57:48 (GMT) |
commit | bc61e591021b6e5b5e4a49fe1f0111b4a475cc27 (patch) | |
tree | 2277837e46f9b03157ad83e443ce3b6c2bd8175e /ChangeLog | |
parent | 9d1a20b757fd40ae5b636621c9c7ce303c15043a (diff) | |
download | tcl-bc61e591021b6e5b5e4a49fe1f0111b4a475cc27.zip tcl-bc61e591021b6e5b5e4a49fe1f0111b4a475cc27.tar.gz tcl-bc61e591021b6e5b5e4a49fe1f0111b4a475cc27.tar.bz2 |
Change the signature of TclParseHex(), such that it can now parse up to 8 hex characters
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2011-08-09 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclInt.h: Change the signature of TclParseHex(), such that + * generic/tclParse.c: it can now parse up to 8 hex characters. + 2011-08-08 Donal K. Fellows <dkf@users.sf.net> * generic/tclZlib.c (ZlibStreamCmd): Make the -buffersize option to |