summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-04-10 13:01:33 +0000
committerEric Andersen <andersen@codepoet.org>2002-04-10 13:01:33 +0000
commitf1fc9dcae4beb6f37cb4e1450f5efa3f8b71e848 (patch)
tree0d775f97fcfede5250953c83d4365d08676d655f /Changelog
parent870587d77ba54098d522332aaa1c11d9d2bad2a8 (diff)
A last minute addition
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 99c596440..c10f71e7a 100644
--- a/Changelog
+++ b/Changelog
@@ -55,6 +55,10 @@ Yoshinori Sato:
David Schleef:
o Made powerpc assembly code PIC-compatible
o Removed powerpc R_PPC_REL24 handling, since it was deceptively useless.
+John Traill:
+ o Several types on powerpc, such as dev_t, are different than on other
+ architectures. John spotted this, which fixed a _ton_ of problems since
+ anything calling stat() was previously broken.
Jim Treadway:
o Eliminated use of alarm() from the DNS resolver by converting
it to use select instead (much cleaner).