Home | History | Annotate | Download | only in string
History log of /src/lib/libc/string/Lint_strcpy.c
RevisionDateAuthorComments
 1.3  01-Dec-2024  rillig libc: modernize lint stubs

Use prototype function definitions instead of identifier lists, as C23
does not support the latter.

Remove redundant /*ARGSUSED*/ comments and parentheses.
 1.2  14-Jun-2000  cgd branches: 1.2.116;
fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
 1.1  06-Nov-1997  cgd branches: 1.1.2; 1.1.10;
lint stubs for functions which ports use assembly versions. When using
an assembly version of a function, add the right lint stub to the Makefile.inc
which specifies the source to build the function (see the
arch/i386/*/Makefile.inc). Can't just lint the normal C versions of these
functions, because some of them don't _have_ normal C versions and if
that were done dependencies would get messed up.
 1.1.10.1  23-Jun-2000  minoura Import of most recent XPG4DL dated 2000.06.23.
 1.1.2.2  08-Nov-1997  veego pull up changes from the trunk (approved by perry) from cgd:
>lint stubs for functions which ports use assembly versions. When using
>an assembly version of a function, add the right lint stub to the Makefile.inc
>which specifies the source to build the function (see the
>arch/i386/*/Makefile.inc). Can't just lint the normal C versions of these
>functions, because some of them don't _have_ normal C versions and if
>that were done dependencies would get messed up.
 1.1.2.1  06-Nov-1997  veego file Lint_strcpy.c was added on branch netbsd-1-3 on 1997-11-08 22:01:10 +0000
 1.2.116.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed