From: Ulrich Drepper Date: Mon, 3 Aug 1998 18:43:27 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37d893caa5b63c76424cd2575675325771d9d9b5;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 7dc70fdcdde..a6d46b18021 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +1998-08-03 Ulrich Drepper + + * posix/glob.h: Define GLOB_TILDE_CHECK. + +1998-07-27 17:42 Ulrich Drepper + + * nss/nss_files/files-parse.c (INT_FIELD): Use strtoul instead of + strtol. + (INT_FIELD_MAYBE_NULL): Likewise. + +1998-07-28 Ulrich Drepper + + * signal/signal.h: Add prototype for sysv_signal. + +1998-08-02 Andreas Jaeger + + * sysdeps/generic/netinet/in.h (IN_CLASSC): Correct mask. + * sysdeps/unix/sysv/linux/netinet/in.h: Likewise. + Reported by Ian Staniforth [fixes + PR libc/727]. + +1998-07-26 Andreas Schwab + + * manual/Makefile: Include Makeconfig early enough. Add rules for + %.info and %.dvi. + (dir-add.texinfo): Renamed from dir-add.texi. + +1998-07-24 10:58 Andreas Schwab + + * Makerules (install-clean-symbolic-link-list): Make phony. + * Makefile (install-symblolic-link): Make phony. Depend on + subdir_install for parallel makes. + + * elf/Makefile: Don't install sln. + 1998-07-23 Ulrich Drepper * posix/glob.c: Fix two problems with GLOB_DOOFFS.