*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 30 Jul 2000 16:25:01 +0000 (16:25 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 30 Jul 2000 16:25:01 +0000 (16:25 +0000)
lib/ChangeLog

index 6282b53..0d216df 100644 (file)
@@ -1,3 +1,13 @@
+2000-07-30  Jim Meyering  <meyering@lucent.com>
+
+       * 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  <meyering@lucent.com>
 
        * diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.