From a5707dad25fcc5093f9cc220226b142fae471718 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 29 Jun 2000 19:33:05 +0000 Subject: Update. 2000-06-29 Ulrich Drepper * stdio-common/printf_fp.c (__printf_fp): Don't clobber pointer which we later need to calling free(). Patch by Matt Wilson . 2000-06-27 David Mosberger-Tang * sysdeps/unix/sysv/linux/ia64/bits/ipc.h: New file. * sysdeps/unix/sysv/linux/ia64/bits/shm.h: New file. 2000-06-28 Jes Sorensen * sysdeps/ieee754/dbl-64/s_exp2.c: Add include stdlib.h to get prototype for abs(). * sysdeps/ieee754/flt-32/s_exp2f.c: ditto. --- localedata/sort-test.sh | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'localedata/sort-test.sh') diff --git a/localedata/sort-test.sh b/localedata/sort-test.sh index be5693a492..18dbcd5362 100644 --- a/localedata/sort-test.sh +++ b/localedata/sort-test.sh @@ -6,29 +6,18 @@ lang=$* id=${PPID:-100} here=`pwd` -# Generate data files. -for l in $lang; do - cns=`echo $l | sed 's/\(.*\)[.][^.]*/\1/'` - cn=locales/$cns - fn=charmaps/`echo $l | sed 's/.*[.]\([^.]*\)/\1/'` - I18NPATH=. GCONV_PATH=${common_objpfx}/iconvdata \ - ${common_objpfx}elf/ld.so --library-path $common_objpfx \ - ${common_objpfx}locale/localedef --quiet -i $cn -f $fn \ - ${common_objpfx}localedata/$cns -done - # Run collation tests. status=0 for l in $lang; do cns=`echo $l | sed 's/\(.*\)[.][^.]*/\1/'` LOCPATH=${common_objpfx}localedata GCONV_PATH=${common_objpfx}/iconvdata \ - LC_ALL=$cns ${common_objpfx}elf/ld.so --library-path $common_objpfx \ + LC_ALL=$l ${common_objpfx}elf/ld.so --library-path $common_objpfx \ ${common_objpfx}localedata/collate-test $id < $cns.in \ > ${common_objpfx}localedata/$cns.out || status=1 cmp -s $cns.in ${common_objpfx}localedata/$cns.out || status=1 LOCPATH=${common_objpfx}localedata GCONV_PATH=${common_objpfx}/iconvdata \ - LC_ALL=$cns ${common_objpfx}elf/ld.so --library-path $common_objpfx \ + LC_ALL=$l ${common_objpfx}elf/ld.so --library-path $common_objpfx \ ${common_objpfx}localedata/xfrm-test $id < $cns.in \ > ${common_objpfx}localedata/$cns.xout || status=1 cmp -s $cns.in ${common_objpfx}localedata/$cns.xout || status=1 -- cgit v1.2.3