Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-05 | (libcoreutils_a_DEPENDENCIES): Remove definition. | Jim Meyering | |
Once it's gone, automake generates an equivalent one. | |||
2005-10-05 | Merge from gnulib. | Jim Meyering | |
2005-10-05 | *** empty log message *** | Jim Meyering | |
2005-10-04 | *** empty log message *** | Jim Meyering | |
2005-10-04 | Merge from gnulib. | Jim Meyering | |
Include sys/types.h before other headers. | |||
2005-10-03 | . | Jim Meyering | |
2005-10-03 | *** empty log message *** | Jim Meyering | |
2005-10-03 | (MAX_N_FACTORS): Define in terms of sizeof (uintmax_t) | Jim Meyering | |
rather than hard-coding to 128. From Thomas M.Ott. | |||
2005-10-03 | *** empty log message *** | Jim Meyering | |
2005-10-02 | Import getdelim.c from gnulib (to fix unused var warnings) then | Paul Eggert | |
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 | *** empty log message *** | Jim Meyering | |
2005-10-02 | (gl_FUNC_CHDIR_LONG): Compare $gl_have_path... | Jim Meyering | |
against `yes', rather than just testing for nonempty. | |||
2005-10-02 | *** empty log message *** | Jim Meyering | |
2005-10-02 | (sc_unmarked_diagnostics): Search only cvs-controlled files. | Jim Meyering | |
2005-10-02 | *** empty log message *** | Jim Meyering | |
2005-10-02 | Add lib/euidaccess-stat.c. | Jim Meyering | |
2005-10-02 | Add .x-sc_unmarked_diagnostics. | Jim Meyering | |
2005-10-02 | *** empty log message *** | Jim Meyering | |
2005-10-02 | . | Jim Meyering | |
2005-10-01 | Include sys/types.h for sys/socket.h, on FreeBSD and Darwin. | Jim Meyering | |
2005-10-01 | *** empty log message *** | Jim Meyering | |
2005-10-01 | . | Jim Meyering | |
2005-10-01 | *** empty log message *** | Jim Meyering | |
2005-10-01 | *** empty log message *** | Jim Meyering | |
2005-10-01 | Protect #include's of sys/socket.h and netdb.h. | Jim Meyering | |
Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO. Protect AI_* and EAI_* definitions. Protect function declarations. | |||
2005-10-01 | *** empty log message *** | Jim Meyering | |
2005-10-01 | (gl_PREREQ_GETADDRINFO): Use AC_GNU_SOURCE, | Jim Meyering | |
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 | Add a test for this: | Jim Meyering | |
(main): Don't stop processing arguments upon the first invalid one. | |||
2005-10-01 | *** empty log message *** | Jim Meyering | |
2005-10-01 | *** empty log message *** | Jim Meyering | |
2005-10-01 | (main): Don't stop processing arguments upon the first invalid one. | Jim Meyering | |
2005-10-01 | . | Jim Meyering | |
2005-10-01 | *** empty log message *** | Jim Meyering | |
2005-10-01 | (gl_GETADDRINFO): Look for getservbyname in these | Jim Meyering | |
libraries [inet nsl socket xnet]. Nelson Beebe reported that with native cc on Solaris 7, getaddrinfo.c requires -lsocket. | |||
2005-09-30 | *** empty log message *** | Jim Meyering | |
2005-09-30 | (gl_FUNC_OPENAT): Check for fdopendir. | Jim Meyering | |
2005-09-30 | (fdopendir): Do not define if HAVE_FDOPENDIR. | Jim Meyering | |
2005-09-30 | (fdopendir): Do not define if HAVE_FDOPENDIR. | Jim Meyering | |
Remove AT_FDCWD test. Do not consume the fd unless successful. | |||
2005-09-30 | Use 5.91-cvs as the version string. | Jim Meyering | |
2005-09-30 | * src/dd.c (main): Don't assume size_t has the same width as unsigned long. | Paul Eggert | |
2005-09-30 | (main): Don't assume size_t has the same width | Paul Eggert | |
as unsigned long. Problem reported by Eric Blake. | |||
2005-09-30 | Clarify "tail - f" example. | Paul Eggert | |
2005-09-29 | . | Jim Meyering | |
2005-09-29 | . | Jim Meyering | |
2005-09-29 | "they wants" -> "they want" | Paul Eggert | |
2005-09-29 | Rely on gettimeofday failure too. | Paul Eggert | |
2005-09-29 | (settime): If settimeofday fails, give up right away. | Paul Eggert | |
2005-09-29 | * settime.c (settime): Fix { typo in previous patch. Also, don't | Paul Eggert | |
bother returning ENOSYS; just let stime return whatever errno it wants to return. | |||
2005-09-29 | (settime): Fix { typo in previous patch. Also, don't | Paul Eggert | |
boether returning ENOSYS; just let stime return whatever errno it wants to return. | |||
2005-09-29 | . | Jim Meyering | |