diff options
author | Reuben Thomas <rrt@sc3d.org> | 2011-05-20 09:14:03 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-20 09:14:03 -0400 |
commit | 78e64fdcaa44277fcab6ec60aa2d9b8b7742cf58 (patch) | |
tree | 5a8f8186d47d911ccca73496d5cc13d81e9ad3a3 /ChangeLog | |
parent | 457bddfc2a8aa8a65b176afb408f0d068a590316 (diff) | |
download | glibc-78e64fdcaa44277fcab6ec60aa2d9b8b7742cf58.tar.gz glibc-78e64fdcaa44277fcab6ec60aa2d9b8b7742cf58.tar.xz glibc-78e64fdcaa44277fcab6ec60aa2d9b8b7742cf58.zip |
Update documentation in regex.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 02f4737c41..1ab3ae1d6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-05-20 Ulrich Drepper <drepper@gmail.com> + + [BZ #11857] + * posix/regex.h: Fix comments with documentation of user-accessible + fields after compilation and describe correct free'ing of pattern + after re_compile_pattern. + Patch by Reuben Thomas <rrt@sc3d.org>. + 2011-05-18 Ryan S. Arnold <rsa@us.ibm.com> * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx |