From: Ulrich Drepper Date: Tue, 27 Jul 1999 07:14:15 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/pre-glibc-2_1_3~568 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e69dbc25e7182f5eea750db40a555015326043d4;p=thirdparty%2Fglibc.git Update. 1999-07-26 Andreas Jaeger * time/Versions: Add POSIX.1b timer and clock functions to GLIBC_2.2. --- diff --git a/ChangeLog b/ChangeLog index 310d9a7c11e..77b9972029c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-07-26 Andreas Jaeger + + * time/Versions: Add POSIX.1b timer and clock functions to GLIBC_2.2. + 1999-07-25 Jakub Jelinek * elf/link.h (struct link_map): Use Elf_Symndx instead of ElfXX_Symndx. diff --git a/localedata/tst-rpmatch.sh b/localedata/tst-rpmatch.sh index 7718b54aaf4..24fd2f93fbd 100755 --- a/localedata/tst-rpmatch.sh +++ b/localedata/tst-rpmatch.sh @@ -1,6 +1,6 @@ #! /bin/sh -f # -# Copyright (C) 1998 Free Software Foundation, Inc. +# Copyright (C) 1998, 1999 Free Software Foundation, Inc. # This file is part of the GNU C Library and contains tests for # the rpmatch(3)-implementation. # contributed by Jochen Hein @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. common_objpfx=$1 -IFS="§" +IFS="&" rc=0 while read locale string result dummy; do if [ "$locale" != "#" ]; then @@ -30,31 +30,31 @@ while read locale string result dummy; do || exit 1 fi done <