diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-30 16:25:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-30 16:25:01 +0000 |
commit | 1f9d1ea9592a17c64a4406004be6c64192c76736 (patch) | |
tree | 647f64b0f4bce6ae8a68d5da07100b1ebcaac829 /lib/ChangeLog | |
parent | eb128f8a490e121570b4aa4e7dbfd1ba6245db37 (diff) | |
download | coreutils-1f9d1ea9592a17c64a4406004be6c64192c76736.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 6282b5369..0d216dfc3 100644 --- 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. |