diff --git a/ChangeLog b/ChangeLog index 310d9a7c11..77b9972029 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 7718b54aaf..24fd2f93fb 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 <