Module Name:    src
Committed By:   riastradh
Date:           Fri Jun  7 13:53:23 UTC 2024

Modified Files:
        src/lib/libc/gen: isctype.c
        src/lib/libc/locale: global_locale.c iswctype_mb.c multibyte.h
        src/lib/libc/time: strftime.c strptime.c

Log Message:
libc/locale: Nix needless size_t casts.

No functional change intended.  No binary change to aarch64 libc.

Prompted by code inspection around PR lib/58319.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/gen/isctype.c
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/locale/global_locale.c
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/locale/iswctype_mb.c
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/locale/multibyte.h
cvs rdiff -u -r1.55 -r1.56 src/lib/libc/time/strftime.c
cvs rdiff -u -r1.66 -r1.67 src/lib/libc/time/strptime.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to