summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-27 21:55:51 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-27 21:55:51 +0000
commit4cdd4d3dea92a7d14663cbc664d35a1132fa196b (patch)
treeca5906cae94d2f5709532ef7f3e6441b3dbf9a5c /Changelog
parent9af5ab649e9e74c2af6f1a7d321c51147714d834 (diff)
Update changelog for release
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog24
1 files changed, 24 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index fab153868..bcf76a281 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,27 @@
+0.9.15 27 August 2002
+
+This is a minor bugfix release.
+
+See Changelog.full for the complete list of who did what.
+Release highlights:
+ o Eliminated the HAS_LONG_LONG option. gcc always supports
+ long long, and the option never excluded all long long anyways.
+ o ctype.h no longer allows multiple argument evaluation in
+ compliance with ANSI/ISO C99
+ o Obscure printf fixes -- one involving %o and one involving %f.
+ o Bugfixes for locking and reentrance in password/group functions
+ o Directly use kernel types for most items, eliminating needless
+ translation and fixing several bugs.
+ o Directly use kernel struct stat -- no more translating
+ o More superH (sh) architecture merging from Stefan Allius
+ o Errno values and strerror are now correct on alpha, sparc, and mips
+ o Fixed an obscure bug with fclose when custom streams are enabled.
+ o Lots of other little bug fixes and cleanups
+
+ -Erik
+
+
+
0.9.14 12 August 2002
This is a minor bugfix release.