diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-13 22:17:17 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-13 22:17:17 +0000 |
commit | 52bb8bdd104b2d7f1b34fa83dce9f845a07c97d4 (patch) | |
tree | 79cf2be7daa3948f231fb23cbb745bfc0e8a02c1 /lib/ChangeLog | |
parent | 3125c35bc714e4edf4649c49d367f8089ce9a0ad (diff) | |
download | coreutils-52bb8bdd104b2d7f1b34fa83dce9f845a07c97d4.tar.xz |
Don't use wchar_t or wctype_t; update comment.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 26226d98d..382c5c173 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2006-04-13 Paul Eggert <eggert@cs.ucla.edu> + + * regcomp.c (init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N + is not defined. Problem reported by Mark D. Baushke via Derek R. Price. + * regex.h (RE_DUP_MAX): Update comment to match current implementation. + 2006-04-12 Paul Eggert <eggert@cs.ucla.edu> * fsusage.c: Don't include <inttypes.h> or <stdint.h>, since |