| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-07-05 | Remove typeof test; no longer needed. | Paul Eggert | 2 | -23/+5 |
| 2005-07-05 | (gl_PREREQ): Don't require gl_TYPEOF; no longer needed. | Paul Eggert | 1 | -2/+1 |
| 2005-07-04 | Remove the dependency of the strftime module on the tzset module. | Paul Eggert | 1 | -0/+6 |
| 2005-07-04 | (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER. | Paul Eggert | 1 | -2/+1 |
| 2005-07-04 | (gl_PREREQ): Add gl_FUNC_TZSET_CLOBBER. | Paul Eggert | 1 | -1/+2 |
| 2005-07-03 | *** empty log message *** | Jim Meyering | 1 | -0/+1 |
| 2005-07-03 | Remove obsolete comment. | Jim Meyering | 1 | -7/+0 |
| 2005-07-03 | *** empty log message *** | Jim Meyering | 1 | -0/+1 |
| 2005-07-03 | (gl_FUNC_LSTAT): Use AC_LIBSOURCES to require lstat.c and lstat.h. | Jim Meyering | 1 | -1/+3 |
| 2005-07-03 | *** empty log message *** | Jim Meyering | 1 | -0/+4 |
| 2005-07-03 | (gl_FUNC_LSTAT): New file, from gnulib. | Jim Meyering | 1 | -0/+24 |
| 2005-07-03 | Minor fixes for port to Solaris 8. | Paul Eggert | 1 | -0/+8 |
| 2005-07-03 | Don't require AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat | Paul Eggert | 3 | -5/+2 |
| 2005-07-03 | *** empty log message *** | Jim Meyering | 1 | -0/+7 |
| 2005-07-03 | (gl_FCNTL_SAFER): Add fcntl--.h to the list. | Jim Meyering | 1 | -1/+1 |
| 2005-07-03 | (gl_STDIO_SAFER): Add stdio--.h to the list. | Jim Meyering | 1 | -1/+1 |
| 2005-07-03 | (gl_STDLIB_SAFER): Add stdlib--.h to the list. | Jim Meyering | 1 | -1/+1 |
| 2005-07-03 | (gl_UNISTD_SAFER): Add unistd--.h to the list. | Jim Meyering | 1 | -1/+1 |
| 2005-07-03 | Cleanup to isolate "safer" functions to a small part of the code. | Paul Eggert | 1 | -0/+7 |
| 2005-07-03 | (gl_PREREQ): Require gl_FCNTL_SAFER, | Paul Eggert | 1 | -1/+4 |
| 2005-07-03 | Initial revision. | Paul Eggert | 1 | -0/+15 |
| 2005-07-03 | Add support for fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, etc. | Paul Eggert | 2 | -0/+22 |
| 2005-07-02 | Assume HAVE_UNISTD_H, i.e., that <unistd.h> works. | Jim Meyering | 6 | -25/+13 |
| 2005-07-02 | *** empty log message *** | Jim Meyering | 1 | -0/+5 |
| 2005-07-01 | Don't check for fcntl.h anymore. Now we assume it exists and is usable. | Jim Meyering | 10 | -19/+16 |
| 2005-07-01 | *** empty log message *** | Jim Meyering | 1 | -0/+4 |
| 2005-07-01 | *** empty log message *** | Jim Meyering | 1 | -0/+6 |
| 2005-07-01 | Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally, | Jim Meyering | 1 | -5/+2 |
| 2005-06-30 | *** empty log message *** | Jim Meyering | 1 | -0/+5 |
| 2005-06-30 | Require gl_STDOPEN. | Jim Meyering | 1 | -0/+1 |
| 2005-06-30 | (gl_STDOPEN): New file/macro. | Jim Meyering | 1 | -0/+13 |
| 2005-06-26 | *** empty log message *** | Jim Meyering | 2 | -0/+19 |
| 2005-06-26 | Require gl_DIACRIT. | Jim Meyering | 1 | -0/+1 |
| 2005-06-25 | Whoops. Add this, too: | Jim Meyering | 1 | -0/+1 |
| 2005-06-25 | *** empty log message *** | Jim Meyering | 1 | -0/+2 |
| 2005-06-25 | *** empty log message *** | Jim Meyering | 1 | -0/+3 |
| 2005-06-25 | (gl_VERSION_ETC): New file/macro. | Jim Meyering | 1 | -0/+14 |
| 2005-06-25 | Require gl_VERSION_ETC. | Jim Meyering | 1 | -0/+1 |
| 2005-06-25 | *** empty log message *** | Jim Meyering | 1 | -0/+5 |
| 2005-06-25 | Require gl_ROOT_DEV_INO. | Jim Meyering | 1 | -0/+1 |
| 2005-06-25 | Also require dev-ino.h. | Jim Meyering | 1 | -1/+1 |
| 2005-06-25 | Add this: | Jim Meyering | 1 | -0/+1 |
| 2005-06-25 | (gl_ROOT_DEV_INO): New file/macro. | Jim Meyering | 1 | -0/+14 |
| 2005-06-23 | Use AC_LIBSOURCES and AC_LIBOBJ. | Jim Meyering | 1 | -2/+3 |
| 2005-06-23 | Use AC_LIBSOURCES and AC_LIBOBJ. | Jim Meyering | 1 | -0/+1 |
| 2005-06-23 | *** empty log message *** | Jim Meyering | 1 | -0/+4 |
| 2005-06-23 | Use AC_LIBSOURCES and AC_LIBOBJ. | Jim Meyering | 1 | -2/+5 |
| 2005-06-19 | *** empty log message *** | Jim Meyering | 1 | -0/+8 |
| 2005-06-19 | (gl_XGETCWD): Add `AC_LIBOBJ([xgetcwd])'. | Jim Meyering | 1 | -2/+5 |
| 2005-06-19 | rename to gl_FUNC_XFTS | Jim Meyering | 1 | -1/+1 |