Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-29 | (settime): If settimeofday fails, give up right away. | Paul Eggert | |
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 | (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-22 | Sync from gnulib. | Paul Eggert | |
2005-07-02 | Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally. | Jim Meyering | |
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2004-08-11 | (settime): Recode to avoid warning with Sun Forte C 6U2. | Paul Eggert | |
2004-08-05 | Sync from gnulib. | Paul Eggert | |
2002-03-01 | new file, from Paul Eggert | Jim Meyering | |