CVS log for src/distrib/utils/libhack/strcasecmp.c
Up to [cvs.NetBSD.org] / src / distrib / utils / libhack
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 07:45:36 2020 UTC (5 years ago) by martin
Branches: phil-wifi
Diff to: previous 1.3.4.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.4.1: +28 -0
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 18 13:12:27 2019 UTC (5 years, 8 months ago) by msaitoh
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +14 -6
lines
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.
Revision 1.3.4.1
Tue Aug 13 08:48:07 2019 UTC (5 years, 8 months ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.3: +0 -28
lines
file strcasecmp.c was added on branch phil-wifi on 2020-04-13 07:45:36 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 13 08:48:07 2019 UTC (5 years, 8 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
Branch point for: phil-wifi
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
use unsigned char to prevent sign extension.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Aug 12 09:34:53 2019 UTC (5 years, 8 months ago) by martin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +14 -6
lines
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).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jul 28 10:21:18 2019 UTC (5 years, 9 months ago) by martin
Branches: MAIN
CVS tags: netbsd-9-base
Branch point for: netbsd-9
We (especially libcurses and nvi) use more multibyte character locale
related symbols nowadays. Update libhack to avoid pulling in full grown
multibyte locale support on small install media.
CVSweb <webmaster@jp.NetBSD.org>