diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-17 17:40:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-17 17:40:39 +0000 |
commit | 488690121208fb26e6f87cdbbf9bf540fa4a7140 (patch) | |
tree | 80c2fc36abc3489c1e8809fd87458be0e358fe71 /NEWS | |
parent | 3c20b9b6a527397cf32fb013c86b1e4b5c422dc0 (diff) | |
download | glibc-488690121208fb26e6f87cdbbf9bf540fa4a7140.tar.gz |
Update.
1998-03-17 Ulrich Drepper <drepper@cygnus.com>
* posix/wordexp.c (parse_param): Fix off-by-on error in $@
handling. Optimize a bit.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -32,8 +32,8 @@ Version 2.1 * scanf recognizes the %a and %A format for scanning floating point numbers. -* the new header <inttypes.h> from ISO C 9X provides information and - interfaces for the available integer types. +* the new headers <stdint.h> and <inttypes.h> from ISO C 9X provides + information and interfaces for the available integer types. * the new header <complex.h> contains definitions of the complex math functions from ISO C 9X. @@ -59,6 +59,8 @@ Version 2.1 (nscd). * Tim Waugh provided an implementation of the POSIX.2 wordexp function family. + +* Mark Kettenis provided a Hesiod NSS module. Version 2.0.5 |