diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-22 21:14:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-22 21:14:17 +0000 |
commit | 40a4b79f218755001f6a26438f4dd573a29734dc (patch) | |
tree | 0d003526b9756d69953bca515eb5c1f21b22fedf /NEWS | |
parent | 78b5ba3eb73f9fce0eb72061747846c507fd6cd2 (diff) | |
download | glibc-40a4b79f218755001f6a26438f4dd573a29734dc.tar.gz |
Regenerated
Sat Jun 22 10:44:09 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].
Fri Jun 21 00:27:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* posix/fnmatch.c (fnmatch): Fix \*[*?]+ case to increment name ptr
only for ?s, not for *s. Fix from Chet Ramey.
Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* posix/glob.c [VMS]: Don't include <pwd.h>.
[HAVE_VMSDIR_H]: Include "vmsdir.h".
(glob) [VMS]: Don't grok ~.
* posix/glob.h [_AMIGA]: Remove `struct stat;' forward decl.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 22 insertions, 4 deletions
@@ -1,11 +1,11 @@ -GNU C Library NEWS -- history of user-visible changes. 28 March 1996 +GNU C Library NEWS -- history of user-visible changes. 22 June 1996 Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU C library bug reports to bug-glibc@prep.ai.mit.edu. -Version 1.10 +Version 2.0 * GNU extensions are no longer declared by default. To enable them you must define the macro `_GNU_SOURCE' in your program or compile with @@ -95,7 +95,7 @@ Version 1.10 * The new header file <fts.h> and suite of functions simplify programs that operate on directory trees. This code comes from 4.4 BSD. -* The resolver code has been updated from the BIND 4.9.3 release. +* The resolver code has been updated from the BIND 4.9.4-T3B release. * The new function `malloc_find_object_address' finds the starting address of a malloc'd block, given any address within the block. This can be @@ -151,9 +151,18 @@ Version 1.10 * Andreas Schwab has ported the C library to Linux/m68k (m68k-*-linux). * David Mosberger-Tang has ported the C library to Linux/Alpha (alpha-*-linux). + Richard Henderson contributed the dynamic linking support for ELF/Alpha. * Ulrich Drepper has contributed a new set of message catalog functions to - support multiple languages, for use with his new package GNU gettext. + support multiple languages using the <libintl.h> interface, for use with + his new package GNU gettext. Translation volunteers have contributed + catalogs of the library's messages in Spanish, German, and Korean. + +* For compatibility with XPG4, Ulrich Drepper has contributed the `gencat' + program and the `catgets' function for reading the catalog files it + creates. (The <libintl.h> interface is preferred; we include the + <nl_types.h> interface using `catgets' only for source compatibility with + programs already written to use it.) * New header file <values.h> gives SVID-compatible names for <limits.h> constants. @@ -192,6 +201,15 @@ Version 1.10 * New function `strnlen' is like `strlen' but searches only a given maximum number of characters for the null terminator. + +* New function `statfs' in header <sys/statfs.h>. + +* The new <argz.h> and <envz.h> interfaces contributed by Miles Bader + provide convenient functions for operating on blocks of null-terminated + strings. + +* A new suite of functions in <utmp.h> handle all the details of reading + and writing the utmp file. Version 1.09 |