summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2000-07-04*** empty log message ***Jim Meyering
2000-07-04(jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead of deprecated AC_CHECKING.Jim Meyering
2000-07-04*** empty log message ***Jim Meyering
2000-07-04(test_vector): Disable test #2 for all systems,Jim Meyering
even though it fails only on SunOS4.
2000-07-04(AC_CHECK_DECLS): Add strnlen.Jim Meyering
2000-07-04*** empty log message ***Jim Meyering
2000-07-04*** empty log message ***Jim Meyering
2000-07-04[HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.Jim Meyering
This is necessary to get a definition of e.g., UTMP_FILE on HP-UX 10.20. From Bob Proulx.
2000-07-04*** empty log message ***Jim Meyering
2000-07-04(AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.Jim Meyering
Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
2000-07-04*** empty log message ***Jim Meyering
2000-07-04(mbrtowc): Assign to *pwc, and return 1 only if result is nonzero.Jim Meyering
(iswprint): Use ISPRINT when substituting our own mbrtowc.
2000-07-02.Jim Meyering
2000-07-02.Jim Meyering
2000-07-02Also define mbstate_t, if necessary.Jim Meyering