mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the test just before the test runs. * intl/tst-translit.sh: Likewise. * intl/tst-codeset.sh: Likewise.
This commit is contained in:
@ -1,5 +1,10 @@
|
|||||||
2002-04-05 Ulrich Drepper <drepper@redhat.com>
|
2002-04-05 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
|
||||||
|
test just before the test runs.
|
||||||
|
* intl/tst-translit.sh: Likewise.
|
||||||
|
* intl/tst-codeset.sh: Likewise.
|
||||||
|
|
||||||
* timezone/zic.c: Update from tzcode2002c.
|
* timezone/zic.c: Update from tzcode2002c.
|
||||||
* timezone/asia: Update from tzdata2002c.
|
* timezone/asia: Update from tzdata2002c.
|
||||||
* timezone/backward: Likewise.
|
* timezone/backward: Likewise.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Test of bind_textdomain_codeset.
|
# Test of bind_textdomain_codeset.
|
||||||
# Copyright (C) 2001 Free Software Foundation, Inc.
|
# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -22,10 +22,6 @@
|
|||||||
common_objpfx=$1
|
common_objpfx=$1
|
||||||
objpfx=$2
|
objpfx=$2
|
||||||
|
|
||||||
GCONV_PATH=${common_objpfx}iconvdata
|
|
||||||
export GCONV_PATH
|
|
||||||
LOCPATH=${common_objpfx}localedata
|
|
||||||
export LOCPATH
|
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
export LC_ALL
|
export LC_ALL
|
||||||
|
|
||||||
@ -37,6 +33,11 @@ test -d ${objpfx}domaindir/de_DE/LC_MESSAGES || mkdir ${objpfx}domaindir/de_DE/L
|
|||||||
# Populate them.
|
# Populate them.
|
||||||
msgfmt -o ${objpfx}domaindir/de_DE/LC_MESSAGES/codeset.mo tstcodeset.po
|
msgfmt -o ${objpfx}domaindir/de_DE/LC_MESSAGES/codeset.mo tstcodeset.po
|
||||||
|
|
||||||
|
GCONV_PATH=${common_objpfx}iconvdata
|
||||||
|
export GCONV_PATH
|
||||||
|
LOCPATH=${common_objpfx}localedata
|
||||||
|
export LOCPATH
|
||||||
|
|
||||||
${common_objpfx}elf/ld.so --library-path $common_objpfx \
|
${common_objpfx}elf/ld.so --library-path $common_objpfx \
|
||||||
${objpfx}tst-codeset > ${objpfx}tst-codeset.out
|
${objpfx}tst-codeset > ${objpfx}tst-codeset.out
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Test of gettext functions.
|
# Test of gettext functions.
|
||||||
# Copyright (C) 2000 Free Software Foundation, Inc.
|
# Copyright (C) 2000, 2002 Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -23,10 +23,6 @@ common_objpfx=$1
|
|||||||
objpfx=$2
|
objpfx=$2
|
||||||
malloc_trace=$3
|
malloc_trace=$3
|
||||||
|
|
||||||
GCONV_PATH=${common_objpfx}iconvdata
|
|
||||||
export GCONV_PATH
|
|
||||||
LOCPATH=${common_objpfx}localedata
|
|
||||||
export LOCPATH
|
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
export LC_ALL
|
export LC_ALL
|
||||||
|
|
||||||
@ -57,6 +53,11 @@ msgfmt -o ${objpfx}domaindir/existing-locale/LC_MESSAGES/existing-domain.mo \
|
|||||||
msgfmt -o ${objpfx}domaindir/existing-locale/LC_TIME/existing-time-domain.mo \
|
msgfmt -o ${objpfx}domaindir/existing-locale/LC_TIME/existing-time-domain.mo \
|
||||||
../po/de.po
|
../po/de.po
|
||||||
|
|
||||||
|
GCONV_PATH=${common_objpfx}iconvdata
|
||||||
|
export GCONV_PATH
|
||||||
|
LOCPATH=${common_objpfx}localedata
|
||||||
|
export LOCPATH
|
||||||
|
|
||||||
# Now run the test.
|
# Now run the test.
|
||||||
MALLOC_TRACE=$malloc_trace LOCPATH=${objpfx}localedir:$LOCPATH \
|
MALLOC_TRACE=$malloc_trace LOCPATH=${objpfx}localedir:$LOCPATH \
|
||||||
${common_objpfx}elf/ld.so --library-path $common_objpfx \
|
${common_objpfx}elf/ld.so --library-path $common_objpfx \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Test of transliteration in gettext functions.
|
# Test of transliteration in gettext functions.
|
||||||
# Copyright (C) 2000 Free Software Foundation, Inc.
|
# Copyright (C) 2000, 2002 Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -22,16 +22,16 @@
|
|||||||
common_objpfx=$1
|
common_objpfx=$1
|
||||||
objpfx=$2
|
objpfx=$2
|
||||||
|
|
||||||
GCONV_PATH=${common_objpfx}iconvdata
|
|
||||||
export GCONV_PATH
|
|
||||||
LOCPATH=${common_objpfx}localedata
|
|
||||||
export LOCPATH
|
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
export LC_ALL
|
export LC_ALL
|
||||||
|
|
||||||
msgfmt -o ${objpfx}domaindir/existing-locale/LC_MESSAGES/translit.mo \
|
msgfmt -o ${objpfx}domaindir/existing-locale/LC_MESSAGES/translit.mo \
|
||||||
translit.po
|
translit.po
|
||||||
|
|
||||||
|
GCONV_PATH=${common_objpfx}iconvdata
|
||||||
|
export GCONV_PATH
|
||||||
|
LOCPATH=${common_objpfx}localedata
|
||||||
|
export LOCPATH
|
||||||
|
|
||||||
${common_objpfx}elf/ld.so --library-path $common_objpfx \
|
${common_objpfx}elf/ld.so --library-path $common_objpfx \
|
||||||
${objpfx}tst-translit > ${objpfx}tst-translit.out ${objpfx}domaindir
|
${objpfx}tst-translit > ${objpfx}tst-translit.out ${objpfx}domaindir
|
||||||
|
Reference in New Issue
Block a user