From e69dbc25e7182f5eea750db40a555015326043d4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 27 Jul 1999 07:14:15 +0000 Subject: [PATCH] Update. 1999-07-26 Andreas Jaeger * time/Versions: Add POSIX.1b timer and clock functions to GLIBC_2.2. --- ChangeLog | 4 ++++ localedata/tst-rpmatch.sh | 54 +++++++++++++++++++++++------------------------ time/Versions | 7 ++++++ 3 files changed, 38 insertions(+), 27 deletions(-) diff --git a/ChangeLog b/ChangeLog index 310d9a7..77b9972 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 7718b54..24fd2f9 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 <