summaryrefslogtreecommitdiffstats
path: root/generic/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* moved ChangeLog entries to top levelstanton1998-11-241-60/+0
|
* * regexec.c: more performance tuning from Henry Spencer.stanton1998-11-241-0/+4
|
* * tclScan.c: moved "scan" implementation out of tclCmdMZ.c andstanton1998-11-181-0/+56
added Unicode support. This required a complete reimplementation of the command to avoid using scanf(), which isn't Unicode aware. Two new features were added in the process: %n to return the current number of characters consumed, and XPG3-style %n$ argument order specifiers similar to those provided by the "format" command. [Bug: 833]