about summary refs log tree commit diff
path: root/iconvdata
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-02 18:45:51 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-02 18:45:51 +0000
commit31331e3acb5dff4e781f59d0908b267694172c70 (patch)
tree15059db62c2c35fecea3f2dd0719d2992ad3ff87 /iconvdata
parentd2a6ff8d69b5f2f2f084b3a58a0dc7456e12e8a6 (diff)
downloadglibc-31331e3acb5dff4e781f59d0908b267694172c70.tar.gz
glibc-31331e3acb5dff4e781f59d0908b267694172c70.tar.xz
glibc-31331e3acb5dff4e781f59d0908b267694172c70.zip
Update.
	* iconvdata/gconv-modules: Remove BALTIC.  It's the same as
	ISO-8859-13.
	* iconvdata/Makefile (distribute): Remove baltic.c.
	(modules): Remove BALTIC.
	(gen-8bit-gap-modules): Remove baltic.
	* iconvdata/baltic.c: Removed.
Diffstat (limited to 'iconvdata')
-rw-r--r--iconvdata/Makefile8
-rw-r--r--iconvdata/baltic.c29
-rw-r--r--iconvdata/gconv-modules8
3 files changed, 6 insertions, 39 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile
index 73bb096e0f..6b4731d76a 100644
--- a/iconvdata/Makefile
+++ b/iconvdata/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -39,7 +39,7 @@ modules	:= ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-5		 \
 	   IBM862 IBM863 IBM864 IBM865 IBM868 IBM869 IBM875 IBM880	 \
 	   IBM866 CP1258						 \
 	   IBM918 IBM1004 IBM1026 CP1250 CP1251 CP1252 CP1253 CP1254	 \
-	   CP1255 CP1256 CP1257 ISO-2022-JP MACINTOSH IEC_P27-1 BALTIC	 \
+	   CP1255 CP1256 CP1257 ISO-2022-JP MACINTOSH IEC_P27-1		 \
 	   ASMO_449 ANSI_X3.110 CSN_369103 CWI DEC-MCS ECMA-CYRILLIC	 \
 	   GOST_19768-74 GREEK-CCITT GREEK7 GREEK7-OLD INIS INIS-8	 \
 	   INIS-CYRILLIC ISO_6937-2 ISO_2033 ISO_5427 ISO_5427-EXT	 \
@@ -86,7 +86,7 @@ distribute := gconv-modules extra-module.mk gap.awk gaptab.awk		    \
 	      gen-8bit.sh gen-8bit-gap.sh gen-8bit-gap-1.sh		    \
 	      TESTS $(filter-out testdata/CVS%, $(wildcard testdata/*))	    \
 	      run-iconv-test.sh 8bit-generic.c 8bit-gap.c		    \
-	      ansi_x3.110.c asmo_449.c baltic.c big5.c cp737.c cp737.h	    \
+	      ansi_x3.110.c asmo_449.c big5.c cp737.c cp737.h		    \
 	      cp775.c cp775.h ibm874.c cns11643.c cns11643.h		    \
 	      cns11643l1.c cns11643l1.h cp1250.c cp1251.c cp1252.c cp1253.c \
 	      cp1254.c cp1255.c cp1256.c cp1257.c cp1258.c		    \
@@ -149,7 +149,7 @@ gen-8bit-gap-modules := koi8-r latin-greek latin-greek-1 ibm256 ibm273	   \
 			ibm865 ibm868 ibm869 ibm875 ibm880 ibm918 ibm1004  \
 			ibm1026 cp1250 cp1251 cp1252 cp1253 cp1254 cp1255  \
 			cp1256 cp1257 ibm866 iso8859-5 iso8859-7 iso8859-8 \
-			iso8859-10 macintosh iec_p27-1 baltic asmo_449	   \
+			iso8859-10 macintosh iec_p27-1 asmo_449		   \
 			csn_369103 cwi dec-mcs ecma-cyrillic gost_19768-74 \
 			greek-ccitt greek7 greek7-old inis inis-8	   \
 			inis-cyrillic iso_2033 iso_5427 iso_5427-ext	   \
diff --git a/iconvdata/baltic.c b/iconvdata/baltic.c
deleted file mode 100644
index b5a72f18b8..0000000000
--- a/iconvdata/baltic.c
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Conversion from and to BALTIC.
-   Copyright (C) 1998 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public License as
-   published by the Free Software Foundation; either version 2 of the
-   License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public
-   License along with the GNU C Library; see the file COPYING.LIB.  If not,
-   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
-
-#include <stdint.h>
-
-/* Get the conversion table.  */
-#define TABLES <baltic.h>
-
-#define CHARSET_NAME	"BALTIC//"
-#define HAS_HOLES	0	/* All 256 character are defined.  */
-
-#include <8bit-gap.c>
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules
index c47ca0c37b..ecdb478bd2 100644
--- a/iconvdata/gconv-modules
+++ b/iconvdata/gconv-modules
@@ -1,5 +1,5 @@
 # GNU libc iconv configuration.
-# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 # Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 #
@@ -341,6 +341,7 @@ module	INTERNAL		ISO-8859-11//		ISO8859-11	1
 alias	ISO-IR-179//		ISO-8859-13//
 alias	LATIN7//		ISO-8859-13//
 alias	L7//			ISO-8859-13//
+alias	BALTIC//		ISO-8859-13//
 module	ISO-8859-13//		INTERNAL		ISO8859-13	1
 module	INTERNAL		ISO-8859-13//		ISO8859-13	1
 
@@ -994,11 +995,6 @@ module	IEC_P27-1//		INTERNAL		IEC_P27-1	1
 module	INTERNAL		IEC_P27-1//		IEC_P27-1	1
 
 #	from			to			module		cost
-alias	ISO-IR-179//		BALTIC//
-module	BALTIC//		INTERNAL		BALTIC		1
-module	INTERNAL		BALTIC//		BALTIC		1
-
-#	from			to			module		cost
 alias	ISO_9036//		ASMO_449//
 alias	ARABIC7//		ASMO_449//
 alias	ISO-IR-89//		ASMO_449//