]> git.saurik.com Git - bison.git/commit - lib/Makefile.am
* lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
authorAkim Demaille <akim@epita.fr>
Mon, 16 Oct 2000 17:28:41 +0000 (17:28 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 16 Oct 2000 17:28:41 +0000 (17:28 +0000)
commitff4a34be273490d08c7b34a51e309a76c5b2c127
tree5e2a22e317351a8a2808e42dac6a1ce1da487049
parent14ded682505d264efe77fd72aa902e0f631b217a
* lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
* m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
New files, from Fileutils 4.0.27.
* src/main.c (printable_version): Remove.
* src/lex.c, src/reader.c: Use `quote'.

* lib/error.c, lib/error.h: New files, needed by xmalloc.c.
26 files changed:
ChangeLog
THANKS
configure.in
lib/Makefile.am
lib/error.c [new file with mode: 0644]
lib/error.h [new file with mode: 0644]
lib/quote.c [new file with mode: 0644]
lib/quote.h [new file with mode: 0644]
lib/quotearg.c [new file with mode: 0644]
lib/quotearg.h [new file with mode: 0644]
m4/Makefile.am
m4/c-bs-a.m4 [new file with mode: 0644]
m4/mbstate_t.m4 [new file with mode: 0644]
m4/prereq.m4 [new file with mode: 0644]
po/de.po
po/es.po
po/et.po
po/fr.po
po/ja.po
po/nl.po
po/ru.po
src/lex.c
src/main.c
src/reader.c
src/warshall.h
tests/regression.m4