Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-11 | Sync from gnulib. | Paul Eggert | |
2006-07-09 | Update from gnulib. | Paul Eggert | |
2006-07-04 | Sync from gnulib. | Paul Eggert | |
2005-01-29 | Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) files | Jim Meyering | |
so that automake automatically knows to distribute those files. Use AC_LIBOBJ to ensure that automake automatically knows the names of always-compiled source files. Automake already knows the names of conditionally compiled ones, e.g., due to preexisting uses of AC_LIBOBJ and AC_REPLACE_FUNCS. [This is a start. Many still remain to be fixed...] | |||
2005-01-23 | Use an all-permissive copyright notice, recommended by RMS. | Paul Eggert | |
2004-08-05 | Sync from gnulib. | Paul Eggert | |
2004-04-20 | (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD. | Jim Meyering | |
2004-04-20 | Don't emit trailing blanks. | Jim Meyering | |
2003-05-26 | (UTILS_FUNC_DIRFD): Merge in change from gnulib, fixing an M4 quoting bug. | Jim Meyering | |
2003-03-17 | (UTILS_FUNC_DIRFD): Test the cache variable, not one | Jim Meyering | |
that is guaranteed to be `no'. Use `no_such_member' to indicate that condition, rather than `-1' which is slightly misleading. Change the name of the cache variable to have the gl_ prefix. Prompted by a patch from Richard Dawe for DJGPP. | |||
2003-01-23 | (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements. | Jim Meyering | |
2003-01-23 | Correct typo: s/-1/no/ that kept this from working | Jim Meyering | |
on at least Irix and OSF1/Tru64. | |||
2002-04-12 | (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro. | Jim Meyering | |
This is necessary at least on Darwin 5.3. | |||
2001-11-03 | it's CFLAGS, not DEFS | Jim Meyering | |
2001-11-03 | fix indentation of cpp `#'s | Jim Meyering | |
2001-11-03 | (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to | Jim Meyering | |
know the name of the variable in the macro definition. | |||
2001-11-02 | Use the replacement only if we have neither the function | Jim Meyering | |
nor a declaration. | |||
2001-11-01 | use AC_HEADER_DIRECT and all the associated cruft | Jim Meyering | |
2001-11-01 | don't indent the #include directive | Jim Meyering | |
2001-11-01 | check for decl, too | Jim Meyering | |
2001-11-01 | (UTILS_FUNC_DIRFD): New macro. | Jim Meyering | |