Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-10 | Include <libintl.h> if ENABLE_NLS. | Jim Meyering | |
(_): 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-01 | (quotearg_buffer): | Jim Meyering | |
Don't quote spaces if C quoting style. | |||
1999-01-25 | (quotearg_n_options): Revert type of parameter `n' | Jim Meyering | |
(and hence that of the local `n1', too) to `int' at Paul's request. | |||
1999-01-16 | (quotearg_n_options): Declare n1 to be of type | Jim Meyering | |
unsigned int, not just int. | |||
1999-01-11 | (quotearg_buffer): Change escape_quoting_style so that it no longer escapes ` '. | Jim Meyering | |
Suggestion from Paul Eggert. | |||
1999-01-01 | (quotearg_n_options): Make `options' parameter be `const'. | Jim Meyering | |
1999-01-01 | (quotearg_buffer): Cast -1 to size_t before comparing. | Jim Meyering | |
(quotearg_n): Change type of 1st parameter from int to unsigned int. (quotearg_n_options): Likewise. From Akim Demaille. | |||
1998-12-11 | (quotearg_buffer): Use `7' as the mask, not `3'. | Jim Meyering | |
From Bruno Haible. | |||
1998-03-21 | Update from patch-2.5.3. | Jim Meyering | |
1998-02-23 | . | Jim Meyering | |