changeset 2791:a5fe716e8136

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sun, 30 Jul 2000 16:25:01 +0000
parents 0dd013f4edab
children e6e76de911bb
files lib/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.