diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-03-17 07:35:25 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-03-17 07:35:25 +0000 |
commit | 7202bc0610483e5d82cd750564e6de2798e73d0b (patch) | |
tree | 78ee160b30db596513549b2b5e777de6b90a3799 /m4/ChangeLog | |
parent | d01c74cabd34e60c1eb8f448dd6ca564bf0bcb8b (diff) | |
download | coreutils-7202bc0610483e5d82cd750564e6de2798e73d0b.tar.xz |
regex fixes for future POSIX and --without-included-regex.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index d78cde585..949cbdac9 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,14 @@ +2006-03-16 Paul Eggert <eggert@cs.ucla.edu> + + * regex.m4 (gl_REGEX): Don't check for off_t, since the code + 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 Jim Meyering <jim@meyering.net> * chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list. |