summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFile.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-13 15:23:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-13 15:23:08 (GMT)
commit683756c1bdcc1745f0953b26f798154e1fdff5a1 (patch)
tree09b6a976eb8712446f41b0438c85a03a25cd7f3a /unix/tclUnixFile.c
parent137310bc48c268ffa2c880ec847258e394e1475c (diff)
downloadtcl-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