Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-9] src/distrib/utils/libhack
Module Name: src
Committed By: msaitoh
Date: Sun Aug 18 13:12:27 UTC 2019
Modified Files:
src/distrib/utils/libhack [netbsd-9]: strcasecmp.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #74):
distrib/utils/libhack/strcasecmp.c: revision 1.2
distrib/utils/libhack/strcasecmp.c: revision 1.3
Make this at least work for ASCII strings (there are way more users
than libcurses in various crunched environments, so the original assumption
of a very limited set of inputs was wrong).
use unsigned char to prevent sign extension.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.2.1 src/distrib/utils/libhack/strcasecmp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index