summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-18 00:09:25 +0000
committerRoland McGrath <roland@gnu.org>2005-02-18 00:09:25 +0000
commitbd9bfa65e1b810de658ed8fcb7ebd45d34af186e (patch)
treed7c5f7d218746275f63d429f555ef1a34d863303
parent4cf0d9359dea28e1e5779276e1f751f9118a1050 (diff)
-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]