]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/stpcpy.c
mempcpy.c, [...]: New files.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 16 Apr 2003 02:56:46 +0000 (02:56 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 16 Apr 2003 02:56:46 +0000 (02:56 +0000)
commit029bcc09d2da80641ce5dedfd03798f228c77ad0
treea9ee898f20b8dd42fa0501e1949b517b75c8e2fa
parent6a1b7acd5550bde90919afeb07e15889601886f7
mempcpy.c, [...]: New files.

* mempcpy.c, stpcpy.c, stpncpy.c: New files.
* configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
and stpncpy.
* Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
(CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
Regenerate dependencies.

* functions.texi, configure, config.in: Regenerated.

From-SVN: r65674
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/config.in
libiberty/configure
libiberty/configure.in
libiberty/functions.texi
libiberty/mempcpy.c [new file with mode: 0644]
libiberty/stpcpy.c [new file with mode: 0644]
libiberty/stpncpy.c [new file with mode: 0644]