about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAharon Robbins <arnold@skeeve.com>2011-05-16 10:28:44 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-16 10:28:44 -0400
commita4b89fd84698009f45d44f22bd93718acb87bb02 (patch)
tree314db7eaff2b9c092f5784da9555a0899f8fefe3 /ChangeLog
parentea389b12b3b65c4a7fa91fa76f8c99867eb37865 (diff)
downloadglibc-a4b89fd84698009f45d44f22bd93718acb87bb02.tar.gz
glibc-a4b89fd84698009f45d44f22bd93718acb87bb02.tar.xz
glibc-a4b89fd84698009f45d44f22bd93718acb87bb02.zip
Update RE_SYNTAX*_AWK constants in regex.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70937c228b..89b49d0747 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
 
+	* posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
+	RE_SYNTAX_POSIX_AWK): Update to match recent development.
+	Patch by Aharon Robbins <arnold@skeeve.com>.
+
 	[BZ #11892]
 	* stdlib/putenv.c (putenv): Don't always create copy of the variable
 	on the stack.