summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-17Avoid warnings.Jim Meyering
(struct bin_str): Declare `string' member to be `const'. (put_indicator): Declare local `p' to be `const'.
2000-07-15*** empty log message ***Jim Meyering
2000-07-15Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
corresponding argument in a `quote (...)' call. Improve a couple diagnostics.
2000-07-15.Jim Meyering
2000-07-15*** empty log message ***Jim Meyering
2000-07-15Include quote.h.Jim Meyering
(make_path): Convert "`%s'" in format strings to "%s", and wrap each corresponding argument in a `quote (...)' call. Give better diagnostics.
2000-07-15Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
corresponding argument in a `quote (...)' call -- if there's only one. If there are more than one, then use `quote_n (0, ...), quote_n (1, ...), ...'.
2000-07-15Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
corresponding argument in a `quote (...)' call -- if there's only one. If there are more than one, then use `quote_n (0, ...), quote_n (1, ...), ...'.
2000-07-15Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
corresponding argument in a `quote (...)' call -- if there's only one. If there are more than one, then use `quote_n (0, ...), quote_n (1, ...), ...'.
2000-07-15*** empty log message ***Jim Meyering
2000-07-15(libfetish_a_SOURCES): Add quote.c.Jim Meyering
(noinst_HEADERS): Add quote.h.
2000-07-15*** empty log message ***Jim Meyering
2000-07-15(quote, quote_n): New file. Two functions taken verbatimJim Meyering
from tar's src/misc.c.
2000-07-14*** empty log message ***Jim Meyering
2000-07-14(jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.Jim Meyering
2000-07-14.Jim Meyering
2000-07-14*** empty log message ***Jim Meyering
2000-07-14(jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.Jim Meyering
2000-07-14*** empty log message ***Jim Meyering
2000-07-14(AC_MBSTATE_T): Renamed from AC_MBSTATE_T_OBJECT. All uses changed.Jim Meyering
Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT and mbstate_t, to a single-part test that simply defines mbstate_t.
2000-07-14*** empty log message ***Jim Meyering
2000-07-14(mbrtowc): Do not use HAVE_WCHAR_H in the definition.Jim Meyering
Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT, to decide whether to define the BeOS workaround macro; this adjusts to the change to AC_MBSTATE_T.
2000-07-14*** empty log message ***Jim Meyering
2000-07-14*** empty log message ***Jim Meyering
2000-07-14(enum quoting style): New enum clocale_quoting_style.Jim Meyering
2000-07-14(quoting_style_args, quoting_style_vals,Jim Meyering
quotearg_buffer_restyled): Add support for clocale_quoting_style. Undo previous change to locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}" and "{RIGHT QUOTATION MARK}" msgids.
2000-07-14*** empty log message ***Jim Meyering
2000-07-11import 1.022Jim Meyering
2000-07-10from FSFJim Meyering
2000-07-10Tweak a comment to make it less negative about BeOS.Jim Meyering
From Bruno Haible.
2000-07-10*** empty log message ***Jim Meyering
2000-07-10Mirror the correction made in autoconf.Jim Meyering
2000-07-10*** empty log message ***Jim Meyering
2000-07-10Output to confdefs.h directly.Jim Meyering
2000-07-09*** empty log message ***Jim Meyering
2000-07-09.Jim Meyering
2000-07-09*** empty log message ***Jim Meyering
2000-07-09*** empty log message ***Jim Meyering
2000-07-09(jm_MACROS): Add a test to see if -lm is requiredJim Meyering
to link seq. If so, set SEQ_LIBM to -lm. From Bruno Haible.
2000-07-09.Jim Meyering
2000-07-09*** empty log message ***Jim Meyering
2000-07-09(AC__GNU_SOURCE): New file/macro.Jim Meyering
2000-07-09(jm_CHECK_ALL_TYPES): Require it.Jim Meyering
2000-07-09*** empty log message ***Jim Meyering
2000-07-09The old behavior of quoting `like this' doesn't look good withJim Meyering
newer, ISO-style fonts. See: http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html Instead, quote "like this" by default. Let the translator tailor the locale-specific quoting behavior by providing translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}. (N_): New macro. (gettext_default): New function. (quotearg_buffer_restyled): Use gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
2000-07-09.Jim Meyering
2000-07-09*** empty log message ***Jim Meyering
2000-07-09(ENAMETOOLONG): Define to an unlikely value if not defined.Jim Meyering
(xgethostname): Remove now-unnecessary #ifdef. Move declaration of `err' into loop where it's used.
2000-07-09update copyright dateJim Meyering
2000-07-09*** empty log message ***Jim Meyering