diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-13 15:23:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-13 15:23:08 (GMT) |
commit | 683756c1bdcc1745f0953b26f798154e1fdff5a1 (patch) | |
tree | 09b6a976eb8712446f41b0438c85a03a25cd7f3a /unix/tclUnixFile.c | |
parent | 137310bc48c268ffa2c880ec847258e394e1475c (diff) | |
download | tcl-683756c1bdcc1745f0953b26f798154e1fdff5a1.zip tcl-683756c1bdcc1745f0953b26f798154e1fdff5a1.tar.gz tcl-683756c1bdcc1745f0953b26f798154e1fdff5a1.tar.bz2 |
In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual bytes of a string searching for '(', ')', '::' or other single bytes. It is overkill to use Tcl_UtfPrev/Tcl_UtfNext for that, since those characters can only appear as their ASCII byte, not as any other sequence.
Diffstat (limited to 'unix/tclUnixFile.c')
0 files changed, 0 insertions, 0 deletions