Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 29 Aug 2002 10:07:47 +0000 (10:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 29 Aug 2002 10:07:47 +0000 (10:07 +0000)
commitc91bace45b2dc39f5f00082aaf0b96361c4a9046
tree56fd235b330ca2f4b3651f37bd235dd9d5ce6737
parentc885209322df51936d58f72fbdf8c0da7d425e55
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.
ChangeLog
iconvdata/ibm870.c