Jim Meyering
d2269d5c1b
(jm_MACROS): Add a test to see if -lm is required
...
to link seq. If so, set SEQ_LIBM to -lm. From Bruno Haible.
2000-07-09 17:46:11 +00:00
Jim Meyering
0fe0294290
.
2000-07-09 17:25:35 +00:00
Jim Meyering
13b24a32fa
*** empty log message ***
2000-07-09 17:25:03 +00:00
Jim Meyering
a27a4be2d0
(AC__GNU_SOURCE): New file/macro.
2000-07-09 17:24:41 +00:00
Jim Meyering
07cdecb35d
(jm_CHECK_ALL_TYPES): Require it.
2000-07-09 17:24:27 +00:00
Jim Meyering
a6ecdec89c
*** empty log message ***
2000-07-09 15:48:11 +00:00
Jim Meyering
96b16428cc
The old behavior of quoting `like this' doesn't look good with
...
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 15:46:46 +00:00
Jim Meyering
f5211a209e
.
2000-07-09 15:32:47 +00:00
Jim Meyering
17afffee22
*** empty log message ***
2000-07-09 07:26:44 +00:00
Jim Meyering
50751a7eff
(ENAMETOOLONG): Define to an unlikely value if not defined.
...
(xgethostname): Remove now-unnecessary #ifdef.
Move declaration of `err' into loop where it's used.
2000-07-09 07:26:34 +00:00
Jim Meyering
7a993dd16b
update copyright date
2000-07-09 07:24:51 +00:00
Jim Meyering
42d1574ad8
*** empty log message ***
2000-07-09 07:23:19 +00:00
Jim Meyering
fde850f7ad
update copyright date
2000-07-09 07:22:43 +00:00
Jim Meyering
23c792f18c
update copyright date
2000-07-09 07:14:42 +00:00
Jim Meyering
6d16d92a02
update copyright date
2000-07-09 07:11:28 +00:00
Jim Meyering
3f94561e84
(xgethostname): Protect against the SunOS5.5 bug
...
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-08 21:48:07 +00:00
Jim Meyering
c85595bddf
*** empty log message ***
2000-07-06 14:41:14 +00:00
Jim Meyering
d3afffe835
*** empty log message ***
2000-07-06 05:32:12 +00:00
Jim Meyering
8fd16e77e5
*** empty log message ***
2000-07-06 05:22:57 +00:00
Jim Meyering
2cab6f81a0
Include <ctype.h> for use of isalpha.
2000-07-06 05:22:55 +00:00
Jim Meyering
3a2ee9a318
*** empty log message ***
2000-07-06 05:20:18 +00:00
Jim Meyering
d148eef81d
(AC_FUNC_STRERROR_R): Pass a reasonably large buffer to strerror_r.
2000-07-06 05:20:15 +00:00
Jim Meyering
082c0a9e23
.
2000-07-06 04:48:11 +00:00
Jim Meyering
24e6e33409
(mbrtowc): Declare returned type, since BeOS doesn't.
2000-07-06 04:47:28 +00:00
Jim Meyering
47566a14a9
*** empty log message ***
2000-07-06 04:46:57 +00:00
Jim Meyering
4f23c0f185
(AC_MBSTATE_T_OBJECT): Test for mbstate_t
...
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 04:46:48 +00:00
Jim Meyering
79ab392196
*** empty log message ***
2000-07-06 04:32:11 +00:00
Jim Meyering
98b348bce8
(struct quoting_options): Simplify quote_these_too dimension.
2000-07-06 04:31:59 +00:00
Jim Meyering
78c7d32c2e
.
2000-07-04 20:32:51 +00:00
Jim Meyering
a8494c44a3
*** empty log message ***
2000-07-04 17:37:47 +00:00
Jim Meyering
1954ebfb93
[!HAVE_DECL_STRNLEN]: Declare strnlen.
2000-07-04 17:37:43 +00:00
Jim Meyering
1f05833062
.
2000-07-04 17:35:01 +00:00
Jim Meyering
60b5579ba9
*** empty log message ***
2000-07-04 17:32:00 +00:00
Jim Meyering
3b26158445
Make inclusion of <wchar.h> independent of whether
...
HAVE_MBRTOWC is set. Required at least for irix-5.6, which lacks mbrtowc.
2000-07-04 17:31:56 +00:00
Jim Meyering
a9f8981529
*** empty log message ***
2000-07-04 17:19:27 +00:00
Jim Meyering
f03b81fd6f
*** empty log message ***
2000-07-04 17:17:30 +00:00
Jim Meyering
02ac23c3e2
(jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead of deprecated AC_CHECKING.
2000-07-04 17:15:45 +00:00
Jim Meyering
673a575a22
*** empty log message ***
2000-07-04 13:07:25 +00:00
Jim Meyering
4bdbf25dee
(test_vector): Disable test #2 for all systems,
...
even though it fails only on SunOS4.
2000-07-04 13:07:21 +00:00
Jim Meyering
030c059d49
(AC_CHECK_DECLS): Add strnlen.
2000-07-04 09:03:26 +00:00
Jim Meyering
286c731efc
*** empty log message ***
2000-07-04 09:03:09 +00:00
Jim Meyering
98a94bfb23
*** empty log message ***
2000-07-04 08:44:35 +00:00
Jim Meyering
1358f7c4a8
[HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
...
This is necessary to get a definition of e.g., UTMP_FILE on HP-UX 10.20.
From Bob Proulx.
2000-07-04 08:44:28 +00:00
Jim Meyering
93262c2f7f
*** empty log message ***
2000-07-04 07:11:55 +00:00
Jim Meyering
5ba976c1b1
(AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
...
Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
2000-07-04 07:11:28 +00:00
Jim Meyering
266adb5302
*** empty log message ***
2000-07-04 07:03:26 +00:00
Jim Meyering
5a6fe4fd57
(mbrtowc): Assign to *pwc, and return 1 only if result is nonzero.
...
(iswprint): Use ISPRINT when substituting our own mbrtowc.
2000-07-04 07:03:16 +00:00
Jim Meyering
8d765a5946
.
2000-07-02 20:25:43 +00:00
Jim Meyering
b2a05e768c
.
2000-07-02 20:21:44 +00:00
Jim Meyering
1eefb25591
Also define mbstate_t, if necessary.
2000-07-02 20:21:30 +00:00