diff options
author | Zack Weinberg <zackw@panix.com> | 2015-08-05 22:35:28 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-05 22:38:22 -0400 |
commit | a03ba3630548d74920884dd12442d9937ad47072 (patch) | |
tree | e6605f7255afdc4b73449fc6680e9e2ed67f651e /NEWS | |
parent | bb1d31d06e400a42da4435e8649bb7a1451ef682 (diff) | |
download | glibc-a03ba3630548d74920884dd12442d9937ad47072.tar glibc-a03ba3630548d74920884dd12442d9937ad47072.tar.gz glibc-a03ba3630548d74920884dd12442d9937ad47072.tar.bz2 glibc-a03ba3630548d74920884dd12442d9937ad47072.zip |
Correct comments about the history of <regexp.h>
In the "Kill regexp.h" thread, Joseph dug up more accurate information
about exactly which editions of the Single Unix Standard included and
deprecated this header.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ Version 2.22 release. Use of this header will trigger a deprecation warning. Application developers should update their code to use <regex.h> instead. - This header was formerly part of SUSv2, but was deprecated in 1997 and + This header was formerly part of SUS, but was deprecated in 1994 and removed from the standard in 2001. Also, the glibc implementation leaks memory. See BZ#18681 for more details. |