diff options
author | Aharon Robbins <arnold@skeeve.com> | 2011-05-16 10:28:44 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-16 10:28:44 -0400 |
commit | a4b89fd84698009f45d44f22bd93718acb87bb02 (patch) | |
tree | 314db7eaff2b9c092f5784da9555a0899f8fefe3 /ChangeLog | |
parent | ea389b12b3b65c4a7fa91fa76f8c99867eb37865 (diff) | |
download | glibc-a4b89fd84698009f45d44f22bd93718acb87bb02.tar glibc-a4b89fd84698009f45d44f22bd93718acb87bb02.tar.gz glibc-a4b89fd84698009f45d44f22bd93718acb87bb02.tar.bz2 glibc-a4b89fd84698009f45d44f22bd93718acb87bb02.zip |
Update RE_SYNTAX*_AWK constants in regex.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |