Home | History | Annotate | Download | only in string
History log of /src/common/lib/libc/string/strncat.c
RevisionDateAuthorComments
 1.3  04-Feb-2018  mrg branches: 1.3.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.2  27-Dec-2013  christos branches: 1.2.4; 1.2.8;
make it kernel friendly.
 1.1  27-Dec-2013  christos kernel needs it now too.
 1.2.8.2  19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.8.1  27-Dec-2013  tls file strncat.c was added on branch tls-maxphys on 2014-08-19 23:45:14 +0000
 1.2.4.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.4.1  27-Dec-2013  yamt file strncat.c was added on branch yamt-pagecache on 2014-05-22 11:26:30 +0000
 1.3.4.2  21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.3.4.1  21-Apr-2020  martin Sync with HEAD

RSS XML Feed