From: Paul Eggert Date: Thu, 13 Apr 2006 22:17:17 +0000 (+0000) Subject: Don't use wchar_t or wctype_t; update comment. X-Git-Tag: v6.0~493 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52bb8bdd104b2d7f1b34fa83dce9f845a07c97d4;p=thirdparty%2Fcoreutils.git Don't use wchar_t or wctype_t; update comment. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 26226d98d2..382c5c1733 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2006-04-13 Paul Eggert + + * 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 * fsusage.c: Don't include or , since