summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-09-27 02:50:10 +0000
committerRoland McGrath <roland@gnu.org>1995-09-27 02:50:10 +0000
commitc709e372e8940b3f374b690d7eb7521e69ab4228 (patch)
tree8a0a95671300f78c0bd1407f9b0eaf403f0a96f4 /NEWS
parent11c981a96d93feccba7cfb717f72db5d32a83f52 (diff)
* locale/libintl.h: Rewritten by Ulrich Drepper for use with GNU
gettext code. * sysdeps/unix/sysv/linux/sys/param.h: New file. * sysdeps/unix/sysv/linux/Subdirs: File removed. * libc-symbols.h (_LIBC): Define to 1, not just empty.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d4c7d63ea..a20648f6a9 100644
--- a/NEWS
+++ b/NEWS
@@ -107,6 +107,29 @@ Version 1.10
functions for maintaining the login-record files (primarily of use to
system programs such as `login'), and convenient functions for
allocating and initializing a pseudo-terminal (pty) device.
+
+* Ulrich Drepper has contributed new support for System V style
+ shared memory and IPC on systems that support it.
+
+* Ulrich Drepper has contributed several miscellaneous new functions found
+ in System V: The `hsearch' family of functions provide an effective
+ implementation of hash tables; `a64l' and `l64a' provide a very simple
+ binary to ASCII mapping; `drand48' and friends provide a 48-bit random
+ number generator.
+
+* Ulrich Drepper has contributed new reentrant counterparts for the
+ `random' and `hsearch' families of functions; `random_r', `hsearch_r', etc.
+
+* Ulrich Drepper has contributed new, highly-optimized versions of several
+ string functions for the i486/Pentium family of processors.
+
+* Ulrich Drepper has updated the Linux-specific code, based largely
+ on work done in Hongjiu Lu's version of GNU libc for Linux.
+ The GNU library now supports Linux versions 1.3.29 and later,
+ using the ELF object file format (i[345]86-*-linux).
+
+* Ulrich Drepper has contributed a new set of message catalog functions to
+ support multiple languages, for use with his new package GNU gettext.
Version 1.09