diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-14 00:07:57 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-14 00:07:57 (GMT) |
commit | 07768704e04d2aafa94546335092ec3fd5f57f69 (patch) | |
tree | bac87fc73ae9e69be7cd5b0909fc15f0191505f9 /ChangeLog | |
parent | 4b4b968689d3029079c5298593d1cb210189c041 (diff) | |
download | tcl-07768704e04d2aafa94546335092ec3fd5f57f69.zip tcl-07768704e04d2aafa94546335092ec3fd5f57f69.tar.gz tcl-07768704e04d2aafa94546335092ec3fd5f57f69.tar.bz2 |
Comment/#ifdef out the multi-char collating element support code.
We never used or supported it. [Bug 1831425]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-11-14 Donal K. Fellows <dkf@users.sf.net> + + * generic/regc*.c: #ifdef/comment out the code that deals with + multi-character collating elements, which have never been supported. + Cuts the memory consumption of the RE compiler. [Bug 1831425] + 2007-11-13 Donal K. Fellows <dkf@users.sf.net> * generic/tclCompCmds.c (TclCompileSwitchCmd, TclCompileRegexpCmd): |