summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-18 02:00:22 +0000
committerRoland McGrath <roland@gnu.org>2005-02-18 02:00:22 +0000
commit44300c440077fcf986966b1bee79d4f7f10b9e00 (patch)
tree3b8d6897143da807616a3331d76009dc51c6803a /ChangeLog
parentcb8304c21b897e4771e02e8ca12bbfbb2c8ea804 (diff)
Updated to fedora-glibc-2_3-20050218T0151
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 226211550c..91e2f2eb99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-07-23 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #284]
+ * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
+ if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.
+
+2005-02-11 Barry deFrese <bddebian@comcast.net>
+
+ [BZ #722]
+ * sysdeps/mach/hurd/setresgid.c: Use weak_alias.
+ * sysdeps/mach/hurd/setresuid.c: Likewise.
+
2005-02-09 Jakub Jelinek <jakub@redhat.com>
[BZ #710]