* iconvdata/ibm437.c: Define HAS_HOLES to 0.
authorUlrich Drepper <drepper@redhat.com>
Fri, 21 Apr 2006 18:18:58 +0000 (18:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 21 Apr 2006 18:18:58 +0000 (18:18 +0000)
* iconvdata/ibm861.c: Likewise.
* iconvdata/ibm862.c: Likewise.
* iconvdata/ibm863.c: Likewise.
* iconvdata/ibm865.c: Likewise.
Reported by <ash@contact.bg>.

ChangeLog
iconvdata/ibm437.c
iconvdata/ibm861.c
iconvdata/ibm862.c
iconvdata/ibm863.c
iconvdata/ibm865.c

index 6927f6f..9012100 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-04-21  Ulrich Drepper  <drepper@redhat.com>
+
+       * iconvdata/ibm437.c: Define HAS_HOLES to 0.
+       * iconvdata/ibm861.c: Likewise.
+       * iconvdata/ibm862.c: Likewise.
+       * iconvdata/ibm863.c: Likewise.
+       * iconvdata/ibm865.c: Likewise.
+       Reported by <ash@contact.bg>.
+
 2006-04-19  Ulrich Drepper  <drepper@redhat.com>
 
        * include/ifaddrs.h: Get uint32_t definition.
index 2bec8c1..38955c8 100644 (file)
@@ -1,5 +1,5 @@
 /* Conversion from and to IBM437.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -24,6 +24,6 @@
 #define TABLES <ibm437.h>
 
 #define CHARSET_NAME   "IBM437//"
-#define HAS_HOLES      1       /* Not all 256 character are defined.  */
+#define HAS_HOLES      0       /* All 256 character are defined.  */
 
 #include <8bit-gap.c>
index 78a6528..f9f46d2 100644 (file)
@@ -1,5 +1,5 @@
 /* Conversion from and to IBM861.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -24,6 +24,6 @@
 #define TABLES <ibm861.h>
 
 #define CHARSET_NAME   "IBM861//"
-#define HAS_HOLES      1       /* Not all 256 character are defined.  */
+#define HAS_HOLES      0       /* All 256 character are defined.  */
 
 #include <8bit-gap.c>
index 447c878..2b0a279 100644 (file)
@@ -1,5 +1,5 @@
 /* Conversion from and to IBM862.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -24,6 +24,6 @@
 #define TABLES <ibm862.h>
 
 #define CHARSET_NAME   "IBM862//"
-#define HAS_HOLES      1       /* Not all 256 character are defined.  */
+#define HAS_HOLES      0       /* All 256 character are defined.  */
 
 #include <8bit-gap.c>
index 68aac4c..1af36d6 100644 (file)
@@ -1,5 +1,5 @@
 /* Conversion from and to IBM863.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -24,6 +24,6 @@
 #define TABLES <ibm863.h>
 
 #define CHARSET_NAME   "IBM863//"
-#define HAS_HOLES      1       /* Not all 256 character are defined.  */
+#define HAS_HOLES      0       /* All 256 character are defined.  */
 
 #include <8bit-gap.c>
index a81a95a..4b30077 100644 (file)
@@ -1,5 +1,5 @@
 /* Conversion from and to IBM865.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -24,6 +24,6 @@
 #define TABLES <ibm865.h>
 
 #define CHARSET_NAME   "IBM865//"
-#define HAS_HOLES      1       /* Not all 256 character are defined.  */
+#define HAS_HOLES      0       /* All 256 character are defined.  */
 
 #include <8bit-gap.c>