Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-18 | * ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make | Jim Meyering | |
configure fail, and request a bug report to inform us about it. Add a comment that, barring reports to the contrary, in 2007 we'll assume ftruncate is universally available. | |||
2006-06-10 | Apply this change from gnulib: | Jim Meyering | |
2006-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Bruno Haible <bruno@clisp.org> * strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a check for the declaration of strnlen and a run test that exposes the AIX 5.1 strnlen bug. In the failure case, #define strndup to rpl_strndup. | |||
2006-05-28 | (gl_C99_STRTOLD): Use a link test rather than a | Paul Eggert | |
compile test, for Tru64 4.0D. | |||
2006-05-24 | *** empty log message *** | Jim Meyering | |
2006-05-24 | Require autoconf-2.59d, for its fixed version | Jim Meyering | |
of AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |||
2006-05-19 | Sync nanosleep from gnulib. | Paul Eggert | |
2006-05-15 | (AC_HEADER_STDBOOL): Fix overly-picky | Paul Eggert | |
test for C99 conformance; (bool) 0.5 is an integer constant expression, but (bool) -0.5 is not. Problem reported by Fedor Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>. | |||
2006-05-06 | *** empty log message *** | Jim Meyering | |
2006-05-06 | (gl_GETADDRINFO): Fix caching error. | Jim Meyering | |
2006-04-24 | Remove typo in previous checkin. | Paul Eggert | |
2006-04-24 | * unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype | Paul Eggert | |
to define main with arguments, for C++. Reported by Eric Blake. * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Prefer 'int main ()' to 'int main (void)', for C++. * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise. * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type for 'main', for C99 and C++. | |||
2006-04-24 | Don't assume that 'exit' is declared for us. | Paul Eggert | |
Don't assume that you can exit with status -1. (import from gnulib) | |||
2006-04-17 | Document filemode changes. | Paul Eggert | |
2006-04-17 | (gl_FILEMODE): Check for strmode declaration. | Paul Eggert | |
2006-04-12 | Port to Interix. | Paul Eggert | |
2006-04-12 | (gl_MACROS): Check for setgroups and sync, since they | Paul Eggert | |
are not in Interix. | |||
2006-04-12 | (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and time_r.h. | Paul Eggert | |
2006-04-10 | Import latest regex module from gnulib. | Paul Eggert | |
2006-03-26 | *** empty log message *** | Jim Meyering | |
2006-03-26 | (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT. | Jim Meyering | |
2006-03-26 | (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h. | Jim Meyering | |
(FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define. | |||
2006-03-26 | new file from Eric Blake | Jim Meyering | |
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. |