summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 theseJim 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-30Use 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 widthPaul Eggert
as unsigned long. Problem reported by Eric Blake.
2005-09-30Clarify "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-29Rely 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'tPaul 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'tPaul 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-29Version 5.90.Jim Meyering
Add today's date.
2005-09-29Remove -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 #elifJim 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-29mention stat bug fixJim Meyering
2005-09-28.Jim Meyering
2005-09-28* src/system.h (LONGEST_MODIFIER): Use ULONG_MAX_LT_ULLONG_MAXPaul Eggert
instead of ULLONG_MAX, as the latter doesn't work with GCC 2.7.2.1.
2005-09-28.Jim Meyering
2005-09-28(gl_ULLONG_MAX): Simplify so that it merelyPaul Eggert
defines ULONG_MAX_LT_ULLONG_MAX. Thomas M.Ott reports that ULLONG_MAX doesn't work with 2.7.2.1.
2005-09-28*** empty log message ***Jim Meyering
2005-09-28Use 5.90-cvs as the version string.Jim Meyering
2005-09-28*** empty log message ***Jim Meyering
2005-09-28remove note about FreeBSD make test failure.Jim Meyering
2005-09-28Work around a bug in FreeBSD 5.0.Jim Meyering
2005-09-28*** empty log message ***Jim Meyering
2005-09-28*** empty log message ***Jim Meyering
2005-09-27add a FIXME commentJim Meyering
2005-09-27*** empty log message ***Jim Meyering
2005-09-27*** empty log message ***Jim Meyering
2005-09-27[HAVE_CONFIG_H]: Include <config.h>.Jim Meyering
2005-09-27[HAVE_CONFIG_H]: Include <config.h> conditionally,Jim Meyering
to be consistent with gnulib.
2005-09-27Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H.Jim Meyering
2005-09-27*** empty log message ***Jim Meyering
2005-09-27Include <config.h> here, now that strnumcmp-in.h no longer includes it.Jim Meyering