summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-09 09:52:01 +0000
committerEric Andersen <andersen@codepoet.org>2003-09-09 09:52:01 +0000
commit6a402bb07f0368747cf7157bc9734ff418b21208 (patch)
treeead465c626e0bc6f787d3522516bc399f7eeeecd /Changelog
parent7b20dadaf50ab6bcf37b9b5cb65f2183db17c556 (diff)
minor spelling fixes
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/Changelog b/Changelog
index 25c0c23f4..8b3e832bf 100644
--- a/Changelog
+++ b/Changelog
@@ -5,11 +5,11 @@ See Changelog.full for the complete list of who did what.
Note:
This release is not binary compatible with earlier releases.
Sorry about that. We have never promised to provide binary
- compatibility untill we hit version 1.0, and even then, if
+ compatibility until we hit version 1.0, and even then, if
you change your configuration.
Release highlights:
- o uClibc now has full ansi/iso C99 locale support (except
+ o uClibc now has full ANSI/ISO C99 locale support (except
for wcsftime() and collating items in regex).
o Added support for using pre-generated locale data, making
it easy for mere mortals to use uClibc w/locale support.
@@ -74,7 +74,7 @@ Release highlights:
with and w/o the nostdinc and nostdlib options
Erik Andersen
o Fixed a number of system call kernel type/user type translation
- problems that scrambed a handful of system calls.
+ problems that scrambled a handful of system calls.
o Fixup powerpc syscalls to eliminate warnings with gcc-3.2
o Fixed several ioctl special cases for powerpc
o Checked in forgotten mips kernel_types.h changes
@@ -188,7 +188,7 @@ Release highlights:
o Fixed sigaction on x86 architecture for (fixed debugging threads)
o Fixed a wide char related segfault in the regular expression code
o Powerpc pread and pwrite are now implemented correctly
- o Powerpc syscall mechanism reimplemented
+ o Powerpc syscall mechanism re-implemented
o Sparc architecture and syscall mechanism fixed up so things compile
o usershell reimplemented
o Fixed global destructors for staticly linked applications