From d3669add24e6ebc86ed25683ff4d4eb7c67e4d56 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 19 Mar 1996 21:59:41 +0000 Subject: * features.h (__FAVOR_BSD): Define only if _BSD_SOURCE is defined and no other _*_SOURCE macro is. (_GNU_SOURCE): Don't define by default. * libc-symbols.h (_GNU_SOURCE): Define it. --- NEWS | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7fb49b6..ec8589b 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ Please send GNU C library bug reports to bug-glibc@prep.ai.mit.edu. Version 1.10 +* GNU extensions are no longer declared by default. To enable them you + must define the macro `_GNU_SOURCE' in your program or compile with + `-D_GNU_SOURCE'. + * The library has changed from using GNU ld symbol aliases to using weak symbols where available. The ELF object file format supports weak symbols; GNU ld also supports weak symbols in the a.out format. (There @@ -34,8 +38,9 @@ Version 1.10 * The C library now provides the run-time support code for profiling executables compiled with `-pg'. Programs can control the profiling code - through the interface in . The profiling code was adapted - from 4.4 BSD-Lite. + through the interface in . The `gmon.out' files written by + the GNU C library can be read only by GNU `gprof' (from GNU binutils); + the support for this file format was contributed by David Mosberger-Tang. * The math code has been replaced with a math library based on fdlibm from Sun, and modified by JT Conklin with i387 support and by Ian Taylor with @@ -142,6 +147,10 @@ Version 1.10 The GNU library now supports Linux versions 1.3.29 and later, using the ELF object file format (i[345]86-*-linux). +* 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). + * Ulrich Drepper has contributed a new set of message catalog functions to support multiple languages, for use with his new package GNU gettext. -- cgit v1.1