summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-10 11:02:10 +0000
committerJim Meyering <jim@meyering.net>1999-08-10 11:02:10 +0000
commitcfd67ae18c29e7327141ef771709a93c6a16d283 (patch)
treefd95e9daee7783faa8a2348c8ab82d52d14060de
parenta26a44baba264fbb5ebc3631ffe7e962b602ab59 (diff)
downloadcoreutils-cfd67ae18c29e7327141ef771709a93c6a16d283.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 9e9db5097..7178ce277 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,28 @@
+1999-08-10 Jim Meyering <meyering@ascend.com>
+
+ * po/POTFILES.in: Add lib/quotearg.c.
+
+1999-08-09 Paul Eggert <eggert@twinsun.com>
+
+ * NEWS, doc/fileutils.texi, src/ls.c (usage):
+ Add ls --quoting-style=locale.
+
+ * lib/argmatch.c (ARGMATCH_QUOTING_STYLE):
+ Change from escape_quoting_style to locale_quoting_style.
+ (argmatch_invalid): Use new quotearg_style primitive for simplicity.
+ Also, use ARGMATCH_QUOTING_STYLE to quote, instead of quoting ourselves.
+
+ * lib/quotearg.h (locale_quoting_style): New enum value.
+ (quotearg_n_style, quotearg_style): New decls.
+
+ * lib/quotearg.c: Include <libintl.h> if ENABLE_NLS.
+ (_): New macro.
+ (quoting_style_args, quoting_style_v, quotearg_buffer): Add support
+ for locale_quoting_style, using _("`") and _("'") for open and close
+ quote symbols.
+ Do not quote spaces in escape_quoting_style.
+ (quotearg_n_style, quotearg_style): New functions.
+
1999-08-08 Jim Meyering <meyering@ascend.com>
* src/touch.c (usage): Clarify description of --time=WORD.