diff options
author | Marko Myllynen <myllynen@redhat.com> | 2016-05-30 07:52:15 +0300 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-11 01:37:04 -0400 |
commit | 6a54bcda7a2a64e465992a9984785443fd594743 (patch) | |
tree | 367a918b9004147383e60a539ed6b95b50d3d300 /NEWS | |
parent | 686db256f640372df81242bf20d458f54e069f56 (diff) | |
download | glibc-6a54bcda7a2a64e465992a9984785443fd594743.zip glibc-6a54bcda7a2a64e465992a9984785443fd594743.tar.gz glibc-6a54bcda7a2a64e465992a9984785443fd594743.tar.bz2 |
localedef: drop unused --old-style
The --old-style option for localedef is a no-op and has been for 16
years. Delete the code.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ Version 2.24 * The deprecated __malloc_initialize_hook variable has been removed from the API. +* The long unused --old-style flag has been removed. It hasn't done anything + in over 16 years. Scripts using this flag can safely drop it. + Security related changes: * An unnecessary stack copy in _nss_dns_getnetbyname_r was removed. It |