From: Jim Meyering Date: Sun, 30 Jul 2000 16:25:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8e327b8823b10a169d622dc509f952a9ad52078;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 6282b5369d..0d216dfc36 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2000-07-30 Jim Meyering + + * makepath.c (make_path): Quote the other instance, too. + + * quotearg.c (N_STATIC_SLOTVECS): Define. + (STATIC_BUF_SIZE): Define. + (quotearg_n_options): Use only statically allocated storage when + N < N_STATIC_SLOTVECS and the length of the quoted result is smaller + than STATIC_BUF_SIZE. + 2000-07-29 Jim Meyering * diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.