* 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 6927f6f7c93b335cb18b2fbbff9880860ff91ce9..9012100938961474112fdebd645bd55df33d387f 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 2bec8c122382e031a414e6c5e7a5ab6d6342adb3..38955c847755555b92b35140af8e1e774de5a70e 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 78a6528e1f05532c0a0e6dae9998c72e6d2332e7..f9f46d299efa5c7a979e3545c4457b30540184fd 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 447c87829e9cb53c651c191f04df1d8abbb66a49..2b0a27995bd599d27fbc9d718b5bea3595f25710 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 68aac4caada738ceaa5ae681f3542a7fd3aec8d1..1af36d6469ed00c25970a7fcef9d21f4e6d7fc1b 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 a81a95af44c2ea5e52b2a474110fc69920a4e7cf..4b3007713b5aad280211c82307321db0e148cc74 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>