From 40a4b79f218755001f6a26438f4dd573a29734dc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 22 Jun 1996 21:14:17 +0000 Subject: Regenerated Sat Jun 22 10:44:09 1996 Roland McGrath * posix/glob.c: Include only [HAVE_ALLOCA_H], not [sparc]. Fri Jun 21 00:27:51 1996 Roland McGrath * 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 * posix/glob.c [VMS]: Don't include . [HAVE_VMSDIR_H]: Include "vmsdir.h". (glob) [VMS]: Don't grok ~. * posix/glob.h [_AMIGA]: Remove `struct stat;' forward decl. --- NEWS | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 086c8fba10..1522d60c64 100644 --- a/NEWS +++ b/NEWS @@ -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 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 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 interface is preferred; we include the + interface using `catgets' only for source compatibility with + programs already written to use it.) * New header file gives SVID-compatible names for 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 . + +* The new and interfaces contributed by Miles Bader + provide convenient functions for operating on blocks of null-terminated + strings. + +* A new suite of functions in handle all the details of reading + and writing the utmp file. Version 1.09 -- cgit 1.4.1