summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-12-13 22:10:08 +0200
committerPaul Eggert <eggert@cs.ucla.edu>2016-12-13 14:16:58 -0800
commit8fcfa5ef213f6bd4c48043475ac38ea74ae86785 (patch)
treebad1efbd01502b1d01c7068be2ac5176d3300211 /NEWS
parent83d7e71261f13ccfef771769a9ab6bbb2d870b89 (diff)
downloadgnulib-8fcfa5ef213f6bd4c48043475ac38ea74ae86785.tar.gz
dfa: remove DFA_CASE_FOLD flag in favor of RE_ICASE
* dfa.h (DFA_CASE_FOLD): Remove. * dfa.c (dfasyntax): Set dfa->syntax.case_fold based on RE_ICASE.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cd30859ddf..dd9e22845b 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,8 @@ User visible incompatible changes
Date Modules Changes
+2016-12-13 dfa Remove DFA_CASE_FOLD flag. Now based on RE_ICASE.
+
2016-09-05 progname This module is deprecated. Please switch to the
'getprogname' module and its getprogname()
function to obtain the name of the current program.