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 /lib | |
parent | d01c74cabd34e60c1eb8f448dd6ca564bf0bcb8b (diff) | |
download | coreutils-7202bc0610483e5d82cd750564e6de2798e73d0b.tar.xz |
regex fixes for future POSIX and --without-included-regex.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b0560f179..c9227195c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2006-03-16 Paul Eggert <eggert@cs.ucla.edu> + + * regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]: + Typedef to long int, not to off_, as POSIX will likely change + in that direction. + 2006-03-12 Jim Meyering <jim@meyering.net> * fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair matches |