kc3-lang/gnulib

Branch :


Log

Author Commit Date CI Message
d991f31c 1999-08-14 15:37:41 .
5c363a56 1999-08-10 11:00:12 (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.
cbc709a9 1999-08-10 10:58:01 (locale_quoting_style): New enum value. (quotearg_n_style, quotearg_style): New decls.
66bec62b 1999-08-10 10:50:18 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.
9142a5a2 1999-08-08 10:18:36 .
14e721e5 1999-08-08 10:16:53 fix typo
d9bc7df3 1999-08-08 10:12:55 update prototype
8e2cc070 1999-08-08 10:12:43 (savedir): Change type of name_size parameter to off_t.
30b5040b 1999-08-07 09:59:51 .
70686f64 1999-08-07 09:50:34 (OtherTable[]): Use tDAY_UNIT for `tomorrow,' `yesterday,' `today,' and `now' rather than tMINUTE_UNIT. Of course with correspondingly smaller numbers for tomorrow and yesterday. This change does not change the way the code works, since the grammar rules for the two symbols are analogous.