]> git.saurik.com Git - bison.git/commit
* lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c,
authorAkim Demaille <akim@epita.fr>
Tue, 8 Jan 2002 17:30:53 +0000 (17:30 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 8 Jan 2002 17:30:53 +0000 (17:30 +0000)
commit43cc2463d26364b13b776dd272170a809b2db800
treef5419a1544bc7645ba167fee6981ed4de7f08984
parent25a46077dece917065e07832c1349484aadc7178
* lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c,
* lib/xstrndup.c, lib/strchr.c:
New, stolen from the Fileutils 4.1.
* lib/Makefile.am (libbison_a_SOURCES): Adjust.
* configure.in: Check for the presence of memrchr, strchr,
strnlen, and of their prototypes.
Don't check for strndup: we no longer use it.
* src/system.h: Adjust the prototypes.
16 files changed:
ChangeLog
config.hin
configure
configure.in
doc/version.texi
lib/Makefile.am
lib/Makefile.in
lib/basename.c [new file with mode: 0644]
lib/dirname.c [new file with mode: 0644]
lib/dirname.h [new file with mode: 0644]
lib/memrchr.c [new file with mode: 0644]
lib/strchr.c [new file with mode: 0644]
lib/strndup.c [deleted file]
lib/xstrndup.c [new file with mode: 0644]
src/files.c
src/system.h