summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-03-29 20:20:00 +0000
committerUlrich Drepper <drepper@redhat.com>2008-03-29 20:20:00 +0000
commit1e489af957dbf19c5080dc86c0a80ba6a47d009f (patch)
tree89dad8c1064f6e2d39b3cd6451d8ec3117de3405 /ChangeLog
parent1d20f7f83495af86d393d97620a89f48a3163291 (diff)
downloadglibc-1e489af957dbf19c5080dc86c0a80ba6a47d009f.tar.gz
* posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
error message. POSIX today does not require the messages to be in a specific form. Suggested by Jim Meyering <jim@meyering.net>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60b54b3683..4a902c527c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-03-29 Ulrich Drepper <drepper@redhat.com>
+ * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
+ error message. POSIX today does not require the messages to be in
+ a specific form. Suggested by Jim Meyering <jim@meyering.net>.
+
[BZ #5979]
* sunrpc/auth_unix.c: Unify printed strings.
* sunrpc/clnt_tcp.c: Likewise.