Home | History | Annotate | Download | only in string
History log of /src/common/lib/libc/string/strncpy.c
RevisionDateAuthorComments
 1.4  04-Feb-2018  mrg branches: 1.4.4;
fixes for GCC 6:

- -Wstrict-prototypes is not available for C++, so don't try to
ignore it for C++.
- remove many _DIAGASSERT() checks against not NULL for functions
with arguments with nonnull attributes. in two cases, leave
code behind that should set defaults to "(null)".
- use -Wno-error=frame-address for i386 mcount, as it seems valid
to assume the caller will have a frame.fair
 1.3  04-Jun-2007  christos handle fortify, ansify.
 1.2  03-Jun-2007  christos Make these work with _FORTIFY_SOURCE, by overriding the fortified definitions
 1.1  20-Dec-2005  christos Merge libkern + libc common files. As requested by core.
 1.4.4.2  21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.4.4.1  21-Apr-2020  martin Sync with HEAD

RSS XML Feed