CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/14 10:21:35
Modified files:
usr.bin/less : search.c
Log message:
Cleanup and bugfix:
When looking for uppercase characters, iterate over multibyte
characters with the standard function mbtowc(3) rather than with
the buggy and outdated step_char(), skipping invalid bytes,
and correctly use iswupper(3) instead of the inapplicable isupper(3).
OK stsp@
