about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-07-24 19:26:31 +0000
committerRoland McGrath <roland@gnu.org>2002-07-24 19:26:31 +0000
commitbb0ec5bdb41599c8549613819653b29bb7298edb (patch)
treeb58e8891241b555a08d6a98b3f7b9dbe7435476e /NEWS
parent6e96b6ec3a6a092ea3eeca1fa9b1eb61e3ab8a45 (diff)
downloadglibc-bb0ec5bdb41599c8549613819653b29bb7298edb.tar.gz
glibc-bb0ec5bdb41599c8549613819653b29bb7298edb.tar.xz
glibc-bb0ec5bdb41599c8549613819653b29bb7298edb.zip
Cosmetic edits.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 9 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 6676b1e019..5881885546 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 GNU C Library NEWS -- history of user-visible changes.  2002-7-24
-Copyright (C) 1992-2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright (C) 1992-2000,01,02 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send GNU C library bug reports using the `glibcbug' script to
@@ -14,30 +14,30 @@ Version 2.3
 * iconv (the program and the interface) now accepts empty names (excluding
   options like //TRANSLIT) to mean "use charset of current locale".
 
-* localedef now can transliterate characters in strings which are not in
+* localedef can now transliterate characters in strings which are not in
   the provided charmap.  The information from the input locale is used.
 
 * Prelinking support was added for ELF targets.  This requires additional
   tools and recent versions of the GNU binutils.  Contributed by Jakub Jelinek.
 
-* Read-only stdio streams now use mmap to speed up operation but eliminating
+* Read-only stdio streams now use mmap to speed up operation by eliminating
   copying and buffer underflows.  Implemented by Ulrich Drepper.
 
 * The malloc functions were completely rewritten by Wolfram Gloger based
   on Doug Lea's malloc-2.7.0.c.
 
-* Isamu Hasegawa contributed a completely new and POSIX conforming
+* Isamu Hasegawa contributed a completely new and POSIX-conformant
   implementation of regex.
 
 * Bruno Haible upgraded the iconv and locale implementation to support
   Unicode 3.2.
 
-* Content of The LC_* and LANG environments in the CEN style is not recognized
-  anymore.   It never was used.  Change by Ulrich Drepper.
+* Contents of the LC_* and LANG environment variables in the CEN style are
+  not recognized anymore.   It never was used.  Change by Ulrich Drepper.
 
-* The runtime (ld.so, libc, libpthread for Linux) now can handle the TLS
-  ABI on some platforms.  Changes by Ulrich Drepper.
-  SH support by Kaz Kojima.
+* The runtime (ld.so, libc, libpthread for Linux) now can handle the ELF
+  thread-local storage (TLS) ABI on some platforms.
+  Changes by Ulrich Drepper.  SH support by Kaz Kojima.
 
 * Bruno Haible contributed iconv converters for ISO-2022-JP-3, SHIFT JIS-X0213,
   and EUC-JISX0213.