Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-09-29 | *** empty log message *** | Jim Meyering | |
2005-09-29 | Version 5.90. | Jim Meyering | |
Add today's date. | |||
2005-09-29 | Remove -cvs suffix from version string. | Jim Meyering | |
2005-09-29 | . | Jim Meyering | |
2005-09-29 | * xtime.h (XTIME_PRECISION): Now of type int, not long long int. | Paul Eggert | |
2005-09-29 | (XTIME_PRECISION): Now of type int, not long long int, | Paul Eggert | |
so that the code works even with ancient cpp. Portability problem with GCC 2.7.2.1 reported by Thomas M.Ott. | |||
2005-09-29 | . | Jim Meyering | |
2005-09-29 | *** empty log message *** | Jim Meyering | |
2005-09-29 | (settime): Move the HAVE_STIME block `up' into an #elif | Jim Meyering | |
block, so that we don't even try to compile it if settimeofday is available. This works around a compilation failure on OSF1 V5.1, due to stime requiring a `long int*' while tv_sec is `int'. | |||
2005-09-29 | *** empty log message *** | Jim Meyering | |
2005-09-29 | mention stat bug fix | Jim Meyering | |