Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-25 | (gl_REGEX): Fix a longstanding typo in the | Paul Eggert | |
implementation of Spencer ERE test #75 from grep 2.3. Problem reported by Emanuele Giaquinta. Also, change sense of cached variable, so that the message makes sense. | |||
2006-03-25 | (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP, | Paul Eggert | |
REG_SYNTAX_EMACS, and REG_IGNORE_CASE. Settle for the traditional glibc names. | |||
2006-03-17 | *** empty log message *** | Jim Meyering | |
2006-03-17 | (gl_REGEX): Fix typo in last change: | Jim Meyering | |
s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/. | |||
2006-03-17 | regex fixes for future POSIX and --without-included-regex. | Paul Eggert | |
2006-03-17 | (gl_REGEX): Don't check for off_t, since the code | Paul Eggert | |
no longer needs it. Instead, check that regoff_t is as least as wide as ptrdiff_t. Don't define _REGEX_WIDE_OFFSETS unless using the included regex, so that our regex.h stays compatible with the installed regex. This is helpful for installers who configure --without-included-regex. Problem reported by Emanuele Giaquinta. | |||
2006-03-12 | *** empty log message *** | Jim Meyering | |
2006-03-12 | (gl_ROOT_DEV_INO): Add same-inode.h to the list. | Jim Meyering | |
2006-03-12 | *** empty log message *** | Jim Meyering | |
2006-03-12 | (gl_SAME): Add same-inode.h to the list. | Jim Meyering | |
2006-03-12 | (gl_CYCLE_CHECK): Add same-inode.h to the list. | Jim Meyering | |
2006-03-12 | (gl_CHDIR_SAFER): Add same-inode.h to the list. | Jim Meyering | |
2006-03-12 | Add time_r.m4. | Paul Eggert | |
2006-03-12 | (gl_PREREQ): Require gl_TIME_R. | Paul Eggert | |
2006-03-12 | New file, from gnulib. | Paul Eggert | |
2006-03-02 | Require gl_USE_SYSTEM_EXTENSIONS, not merely AC_GNU_SOURCE, for the | Paul Eggert | |
benefit of Solaris 10 when compiled pedantically. | |||
2006-03-02 | (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test", not "==". | Paul Eggert | |
2006-02-24 | *** empty log message *** | Jim Meyering | |
2006-02-24 | (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and gl_CHDIR_SAFER. | Jim Meyering | |
2006-02-16 | Sync from gnulib. | Paul Eggert | |
2006-02-14 | Sync from gnulib. | Paul Eggert | |
2006-02-07 | *** empty log message *** | Jim Meyering | |
2006-02-06 | (gl_USE_SYSTEM_EXTENSIONS): Don't #define | Paul Eggert | |
__EXTENSIONS__ if this causes compilation to fail. | |||
2006-01-26 | Sync stdbool from gnulib. | Paul Eggert | |
2006-01-25 | Merge stdbool from gnulib; we're still not quite there yet. | Paul Eggert | |
2006-01-25 | (AC_HEADER_STDBOOL): Add some comments. | Paul Eggert | |
2006-01-24 | *** empty log message *** | Jim Meyering | |
2006-01-24 | (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]). | Jim Meyering | |
Reported by Mark D. Baushke. | |||
2006-01-24 | Import from gnulib. | Paul Eggert | |
2006-01-21 | * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore | Paul Eggert | |
rather than -Xlinker -z -Xlinker ignore, as it's more portable. | |||
2006-01-21 | (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore | Paul Eggert | |
rather than -Xlinker -z -Xlinker ignore, as it's more portable. | |||
2006-01-17 | *** empty log message *** | Jim Meyering | |
2006-01-17 | (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT. | Jim Meyering | |
2006-01-17 | (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as it's not portable | Paul Eggert | |
and it doesn't work with cross-compiles. Fix missing-$ typo in 'test "gl_cv_ignore_unused_libraries" ...' that prevented -zignore from being used with Sun's C compiler. | |||
2006-01-13 | *** empty log message *** | Jim Meyering | |
2006-01-13 | (AC_FUNC_GETMNTENT): Invoke AC_CHECK_FUNCS(getmntent) | Jim Meyering | |
unconditionally so that tests of $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not double-quote uses that variable, to accommodate the rare case in which getmntent is available in none of the libraries checked. This happens at least on FreeBSD 5.0. | |||
2006-01-12 | fix typo: s/stdint.h.m4/stdint.m4/ | Jim Meyering | |
2006-01-12 | from gnulib | Jim Meyering | |
2006-01-12 | Adjust to md5 changes in gnulib, and make sha1 etc. more consistent | Paul Eggert | |
with md5. | |||
2006-01-12 | (gl_PREREQ): Require gl_STDINT_H. | Paul Eggert | |
2006-01-11 | *** empty log message *** | Jim Meyering | |
2006-01-11 | (gl_FUNC_OPENAT): Require and compile fchmodat.c. | Jim Meyering | |
Check for the lchmod function. | |||
2006-01-11 | Sync from gnulib. | Paul Eggert | |
2006-01-10 | Sync from gnulib. | Paul Eggert | |
2006-01-10 | *** empty log message *** | Jim Meyering | |
2006-01-10 | Also include <stdio.h>, for Dragonfly. | Jim Meyering | |
Patch by Joerg Sonnenberger. | |||
2006-01-07 | * lib-ignore.m4: New file. | Paul Eggert | |
2006-01-07 | Initial version. | Paul Eggert | |
2006-01-02 | New approach to safer chmod. | Paul Eggert | |
2006-01-02 | No longer used. | Paul Eggert | |