Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   nia
Date:           Fri Nov  1 16:36:58 UTC 2024

Modified Files:
        src/include: string.h wchar.h
        src/lib/libc/string: memmem.3 strlcpy.3 wmemchr.3

Log Message:
libc: Expose some newly-standard C functions in POSIX.1-2024 mode


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/include/string.h
cvs rdiff -u -r1.45 -r1.46 src/include/wchar.h
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/string/memmem.3
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/string/strlcpy.3
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/string/wmemchr.3

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