From: Jim Meyering Date: Tue, 10 Aug 1999 11:02:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfd67ae18c29e7327141ef771709a93c6a16d283;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9e9db50..7178ce2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,28 @@ +1999-08-10 Jim Meyering + + * po/POTFILES.in: Add lib/quotearg.c. + +1999-08-09 Paul Eggert + + * 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 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 * src/touch.c (usage): Clarify description of --time=WORD.