aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-29 10:07:47 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-29 10:07:47 +0000
commitc91bace45b2dc39f5f00082aaf0b96361c4a9046 (patch)
tree56fd235b330ca2f4b3651f37bd235dd9d5ce6737
parentc885209322df51936d58f72fbdf8c0da7d425e55 (diff)
downloadglibc-c91bace45b2dc39f5f00082aaf0b96361c4a9046.zip
glibc-c91bace45b2dc39f5f00082aaf0b96361c4a9046.tar.gz
glibc-c91bace45b2dc39f5f00082aaf0b96361c4a9046.tar.bz2
Update.
2002-08-29 Ulrich Drepper <drepper@redhat.com> * iconvdata/ibm870.c: All bytes are now used, no holes anymore. * localedata/charmaps/IBM870: Add correct mapping for <U017E>, <U017A>, <U017D> and <U0179>. Add missing mappings. Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>. * gmon/sys/gmon.h (ARCDENSITY): Bump to 3. Define ARCINDEX. Bump MAXARCS to 1 << 20. (struct tostruct): Use ACRINDEX as type for link field. (statuc gmonparam): Likewise for froms. * gmon/gmon.c (__monstartup): Use currect cast for assignments to kcount and froms. (write_call_graph): Use correct type for from_index and to_index. * gmon/mcount.c: Use correct types for frompcindex and toindex variables. Patches by Dan Kegel <dank@kegel.com>. * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine canonical name. * time/strptime.c (ISSPACE): New #define. Use isspace or __isspace_l. Replace calls to isspace. (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
-rw-r--r--ChangeLog26
-rw-r--r--iconvdata/ibm870.c4
2 files changed, 28 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bf343c2..0c044b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2002-08-29 Ulrich Drepper <drepper@redhat.com>
+
+ * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
+
+ * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
+ <U017A>, <U017D> and <U0179>. Add missing mappings.
+ Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
+
+ * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
+ Define ARCINDEX. Bump MAXARCS to 1 << 20.
+ (struct tostruct): Use ACRINDEX as type for link field.
+ (statuc gmonparam): Likewise for froms.
+ * gmon/gmon.c (__monstartup): Use currect cast for assignments to
+ kcount and froms.
+ (write_call_graph): Use correct type for from_index and to_index.
+ * gmon/mcount.c: Use correct types for frompcindex and toindex
+ variables.
+ Patches by Dan Kegel <dank@kegel.com>.
+
+ * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
+ canonical name.
+
+ * time/strptime.c (ISSPACE): New #define. Use isspace or
+ __isspace_l. Replace calls to isspace.
+ (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
+
2002-08-29 Roland McGrath <roland@redhat.com>
* string/tst-strxfrm.c: Remove __ from function names.
diff --git a/iconvdata/ibm870.c b/iconvdata/ibm870.c
index 2df22ac..f95ebf6 100644
--- a/iconvdata/ibm870.c
+++ b/iconvdata/ibm870.c
@@ -1,5 +1,5 @@
/* Conversion from and to IBM870.
- Copyright (C) 1998 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2002 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 @@
#include <ibm870.h>
#define CHARSET_NAME "IBM870//"
-#define HAS_HOLES 1 /* Not all 256 character are defined. */
+#define HAS_HOLES 0 /* All 256 character are defined. */
#include <8bit-generic.c>