diff options
author | nijtmans <nijtmans> | 2010-10-12 15:19:04 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-10-12 15:19:04 (GMT) |
commit | 171ad7170e5057b91f832bbfaf43646ecd3280e0 (patch) | |
tree | 13bdce116498da91f9b54fe6e87b34ef69122b88 /ChangeLog | |
parent | cfcfa7c32e49d6a3e3613f260e715ac9f4dba79a (diff) | |
download | tcl-171ad7170e5057b91f832bbfaf43646ecd3280e0.zip tcl-171ad7170e5057b91f832bbfaf43646ecd3280e0.tar.gz tcl-171ad7170e5057b91f832bbfaf43646ecd3280e0.tar.bz2 |
Generate proper const qualifiers for tclUniData.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ * tools/uniClass.tcl Spacing and comments: let uniClass.tcl generation match * generic/regc_locale.c better the current (hand-modified) regc_locale.c + * tools/uniParse.tcl Generate proper const qualifiers for tclUniData.c + * generic/tclUniData.c 2010-10-12 Reinhard Max <max@suse.de> |