summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2000-07-09update copyright dateJim Meyering
2000-07-09update copyright dateJim Meyering
2000-07-09update copyright dateJim Meyering
2000-07-08(xgethostname): Protect against the SunOS5.5 bugJim Meyering
by allocating a larger buffer. Test the gethostname return value for being >= 0, not == 0, for BeOS. Don't exhaust memory if gethostname returns an error and ENAMETOOLONG isn't defined.
2000-07-06*** empty log message ***Jim Meyering
2000-07-06*** empty log message ***Jim Meyering
2000-07-06*** empty log message ***Jim Meyering
2000-07-06Include <ctype.h> for use of isalpha.Jim Meyering
2000-07-06*** empty log message ***Jim Meyering
2000-07-06(AC_FUNC_STRERROR_R): Pass a reasonably large buffer to strerror_r.Jim Meyering
2000-07-06.Jim Meyering
2000-07-06(mbrtowc): Declare returned type, since BeOS doesn't.Jim Meyering
2000-07-06*** empty log message ***Jim Meyering
2000-07-06(AC_MBSTATE_T_OBJECT): Test for mbstate_tJim Meyering
only if the test for an object-type mbstate_t fails. This prevents us from mistakenly reporting that mbstate_t is a system object type after we "#define mbstate_t int" to work around its lack.
2000-07-06*** empty log message ***Jim Meyering
2000-07-06(struct quoting_options): Simplify quote_these_too dimension.Jim Meyering
2000-07-04.Jim Meyering
2000-07-04*** empty log message ***Jim Meyering
2000-07-04[!HAVE_DECL_STRNLEN]: Declare strnlen.Jim Meyering
2000-07-04.Jim Meyering
2000-07-04*** empty log message ***Jim Meyering
2000-07-04Make inclusion of <wchar.h> independent of whetherJim Meyering
HAVE_MBRTOWC is set. Required at least for irix-5.6, which lacks mbrtowc.
2000-07-04*** empty log message ***Jim Meyering