Paul Eggert
bff08feb9b
* stdbool.m4 (AC_HEADER_STDBOOL): Add an "#ifdef __xlc__" test.
2005-10-07 18:53:41 +00:00
Paul Eggert
25041cf0f9
(AC_HEADER_STDBOOL): Add an "#ifdef __xlc__" test,
...
since yesterday's attempt didn't work.
2005-10-07 18:53:20 +00:00
Paul Eggert
b17333e415
Redo previous change to sort.c.
2005-10-07 18:48:55 +00:00
Paul Eggert
4778617abc
(sortlines_temp): Redo previous change, since I'm no longer confident
...
that the m4/stdbool.m4 patch suffices.
2005-10-07 18:48:28 +00:00
Paul Eggert
a0d42f7861
Generalize the patch for the AIX bool bug.
2005-10-06 16:42:22 +00:00
Paul Eggert
cb797070ce
(AC_HEADER_STDBOOL): Check that bool
...
promotes to int, not unsigned int, to catch the AIX 5.3
compiler bug.
2005-10-06 16:40:36 +00:00
Paul Eggert
38ffebe4ac
(sortlines_temp): Undo previous change, since
...
today's change to m4/stdbool.m4 should catch it.
2005-10-06 16:40:13 +00:00
Jim Meyering
028b5117d4
*** empty log message ***
2005-10-06 14:12:52 +00:00
Jim Meyering
e1cd990287
*** empty log message ***
2005-10-06 14:06:54 +00:00
Jim Meyering
84f1db3726
rm: add support for a -I option, like that from FreeBSD's rm.
2005-10-06 14:06:51 +00:00
Jim Meyering
132aaa2eac
Add a comment to go with the last change.
2005-10-05 18:56:29 +00:00
Jim Meyering
b185a8b904
*** empty log message ***
2005-10-05 18:53:59 +00:00
Jim Meyering
111bac9943
(sortlines_temp): Declare temporary as `int' rather
...
than `bool' to work around AIX 5.3 compiler bug in 64-bit mode.
2005-10-05 18:53:55 +00:00
Jim Meyering
3614c42902
*** empty log message ***
2005-10-05 14:54:20 +00:00
Jim Meyering
05e1975d08
(libcoreutils_a_DEPENDENCIES): Remove definition.
...
Once it's gone, automake generates an equivalent one.
2005-10-05 14:54:17 +00:00
Jim Meyering
d3b8165328
Merge from gnulib.
2005-10-05 09:09:33 +00:00
Jim Meyering
df2b4d3451
*** empty log message ***
2005-10-05 09:09:27 +00:00
Jim Meyering
ed558df65b
*** empty log message ***
2005-10-04 15:51:25 +00:00
Jim Meyering
4dffc10f08
Merge from gnulib.
...
Include sys/types.h before other headers.
2005-10-04 15:51:20 +00:00
Jim Meyering
2928a59fe5
.
2005-10-03 16:13:06 +00:00
Jim Meyering
70a7e357d6
*** empty log message ***
2005-10-03 12:12:21 +00:00
Jim Meyering
c7676c0b6b
(MAX_N_FACTORS): Define in terms of sizeof (uintmax_t)
...
rather than hard-coding to 128. From Thomas M.Ott.
2005-10-03 12:12:14 +00:00
Jim Meyering
314397e7c5
*** empty log message ***
2005-10-03 12:11:49 +00:00
Paul Eggert
ca7be84526
Import getdelim.c from gnulib (to fix unused var warnings) then
...
apply the following fixes:
Include getdelim.h first. Include <limits.h>.
(SSIZE_MAX): New macro, if not already defined.
(getdelim): Fix buffer overrun on 64-bit hosts with lines longer
than 2 GiB.
2005-10-02 22:49:49 +00:00
Jim Meyering
fbc02ac784
*** empty log message ***
2005-10-02 10:09:18 +00:00
Jim Meyering
1cf46dda93
(gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
...
against `yes', rather than just testing for nonempty.
2005-10-02 10:09:14 +00:00
Jim Meyering
e7d6dd7451
*** empty log message ***
2005-10-02 06:29:31 +00:00
Jim Meyering
b0dcbf34a5
(sc_unmarked_diagnostics): Search only cvs-controlled files.
2005-10-02 06:29:26 +00:00
Jim Meyering
286411fd74
*** empty log message ***
2005-10-02 06:28:15 +00:00
Jim Meyering
8653e104a3
Add lib/euidaccess-stat.c.
2005-10-02 06:28:12 +00:00
Jim Meyering
994ae8ed47
Add .x-sc_unmarked_diagnostics.
2005-10-02 06:27:32 +00:00
Jim Meyering
e470936662
*** empty log message ***
2005-10-02 06:27:09 +00:00
Jim Meyering
e102280994
.
2005-10-02 06:22:00 +00:00
Jim Meyering
1f022b6b96
Include sys/types.h for sys/socket.h, on FreeBSD and Darwin.
2005-10-01 11:59:08 +00:00
Jim Meyering
a2a3fc0ac7
*** empty log message ***
2005-10-01 11:58:50 +00:00
Jim Meyering
adcbbb9946
.
2005-10-01 09:51:00 +00:00
Jim Meyering
22c2d2efaf
*** empty log message ***
2005-10-01 09:50:09 +00:00
Jim Meyering
4a6b465285
*** empty log message ***
2005-10-01 09:49:40 +00:00
Jim Meyering
8050751a86
Protect #include's of sys/socket.h and netdb.h.
...
Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO. Protect
AI_* and EAI_* definitions. Protect function declarations.
2005-10-01 09:49:36 +00:00
Jim Meyering
e1170f4d9e
*** empty log message ***
2005-10-01 09:49:14 +00:00
Jim Meyering
614623a670
(gl_PREREQ_GETADDRINFO): Use AC_GNU_SOURCE,
...
GNU declares only getaddrinfo as an (POSIX) extension.
Check for sys/types.h, sys/socket.h, and netdb.h too,
needed by getaddrinfo.h.
Check if getaddrinfo, freeaddrinfo and gai_strerror are
declared by the POSIX headers.
Check if struct addrinfo is declared.
2005-10-01 09:49:09 +00:00
Jim Meyering
5c8ecd2831
Add a test for this:
...
(main): Don't stop processing arguments upon the first invalid one.
2005-10-01 08:02:09 +00:00
Jim Meyering
9c06ae5cff
*** empty log message ***
2005-10-01 08:01:40 +00:00
Jim Meyering
46f0e13d5b
*** empty log message ***
2005-10-01 08:01:30 +00:00
Jim Meyering
157712c3cb
(main): Don't stop processing arguments upon the first invalid one.
2005-10-01 08:01:25 +00:00
Jim Meyering
5664caead1
.
2005-10-01 07:44:04 +00:00
Jim Meyering
18794c7464
*** empty log message ***
2005-10-01 06:54:15 +00:00
Jim Meyering
b364a72c6b
(gl_GETADDRINFO): Look for getservbyname in these
...
libraries [inet nsl socket xnet]. Nelson Beebe reported that with
native cc on Solaris 7, getaddrinfo.c requires -lsocket.
2005-10-01 06:54:11 +00:00
Jim Meyering
f9c10dab98
*** empty log message ***
2005-09-30 15:21:26 +00:00
Jim Meyering
9b1facc61f
(gl_FUNC_OPENAT): Check for fdopendir.
2005-09-30 15:21:19 +00:00