Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc
Module Name: src
Committed By: riastradh
Date: Sat Aug 15 13:39:06 UTC 2026
Modified Files:
src/lib/libc/gen: nlist_aout.c nlist_coff.c nlist_ecoff.c nlist_elf32.c
src/lib/libc/locale: wcsftime.c
src/lib/libc/stdio: getdelim.c vswscanf.c
src/lib/libc/stdlib: jemalloc.c
Log Message:
libc: Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/gen/nlist_aout.c \
src/lib/libc/gen/nlist_ecoff.c
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/gen/nlist_coff.c
cvs rdiff -u -r1.39 -r1.40 src/lib/libc/gen/nlist_elf32.c
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/locale/wcsftime.c
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/stdio/getdelim.c
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/stdio/vswscanf.c
cvs rdiff -u -r1.64 -r1.65 src/lib/libc/stdlib/jemalloc.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