From f5f52655ceb5152d79ca88db5293fa1136969303 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 5 Mar 1997 00:35:19 +0000 Subject: Initial revision 1997-02-15 14:32 15:10 Andreas Jaeger * collate-test.c (main): change prototype definition to prevent warning. 1997-02-15 17:46 Ulrich Drepper * locales/de_DE: Include real collation data. It's similar to the en_DK information but the order of small and capital characters is exchanged. * collate-test.c: New file. Test suite for strcoll function. * de_DE.in: Input file for collation test. * da_DK.in: Likewise. * xfrm-test.c: New file. Test suite for strxfrm function. 1996-12-10 02:47 Ulrich Drepper * All charmaps: Fix entries for . 1996-10-17 18:57 Ulrich Drepper * Makefile (charmaps): Don't try to install CVS or RCS directory. (locales): Likewise. Reported by Matthias Urlichs. --- localedata/configure | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 localedata/configure (limited to 'localedata/configure') diff --git a/localedata/configure b/localedata/configure new file mode 100755 index 0000000..7123093 --- /dev/null +++ b/localedata/configure @@ -0,0 +1,3 @@ +# This is only to keep the GNU C library configure mechanism happy. +# +exit 0 -- cgit v1.1