Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-22 | Sync from gnulib. | Paul Eggert | |
2005-07-02 | Assume HAVE_UNISTD_H, i.e., that <unistd.h> works. | Jim Meyering | |
2005-07-01 | Don't check for fcntl.h anymore. Now we assume it exists and is usable. | Jim Meyering | |
2005-05-20 | (gl_FUNC_CHOWN): Correct sense of test for honoring IDs of -1. | Paul Eggert | |
2005-01-22 | Sync from gnulib. | Paul Eggert | |
2005-01-04 | (gl_FUNC_CHOWN): When cross-compiling, assume that chown | Jim Meyering | |
is sane and DOES follow symlinks. Besides, testing 20 different systems found no broken chown implementations. | |||
2004-05-01 | (gl_PREREQ_CHOWN): Check for fcntl.h. | Jim Meyering | |
See if we need an fchown replacement. (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro. (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK, and use the replacement function if we detect either defect. | |||
2004-04-13 | Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses. | Jim Meyering | |
2003-08-17 | Sync with gnulib. | Jim Meyering | |
2001-09-17 | Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side ↵ | Jim Meyering | |
need not be expanded by the shell. | |||
2001-08-12 | Quote the first argument in each use of AC_DEFUN. | Jim Meyering | |
2001-01-30 | Rename conftestchown to conftest.chown. | Jim Meyering | |
2000-07-02 | fix typo in last change | Jim Meyering | |
2000-07-02 | Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with ↵ | Jim Meyering | |
AC_LIBOBJ([function_name]). | |||
1999-02-07 | Use AC_SUBST(LIBOBJS) since we set LIBOBJS. | Jim Meyering | |
1999-02-07 | Use .$ac_objext, not .o | Jim Meyering | |
1999-01-29 | Use the 3-argument forms of AC_DEFINE* macros. | Jim Meyering | |
1998-09-21 | Declare locals: before, after. From Andries Brouwer. | Jim Meyering | |
1998-07-09 | (jm_FUNC_CHOWN): Add a check to verify that the | Jim Meyering | |
uid and gid actually remain unchanged. | |||
1997-12-21 | increment serial number | Jim Meyering | |
1997-12-21 | Fix reversed types on -1 args to chown. | Jim Meyering | |
From Kaveh Ghazi. | |||
1997-08-31 | add description | Jim Meyering | |
1997-03-11 | . | Jim Meyering | |