From: Jim Meyering Date: Sat, 15 Jul 2000 09:58:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3c082e9452030e9f36c7e244f11518af0b9ccf3;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 384d39bdd9..8eed1dfcbf 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2000-07-15 Jim Meyering + * Makefile.am (libfetish_a_SOURCES): Add quote.c. + (noinst_HEADERS): Add quote.h. + * quote.c (quote, quote_n): New file. Two functions taken verbatim from tar's src/misc.c. * quote.h: New file. Prototypes for same.