diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-29 10:07:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-29 10:07:47 +0000 |
commit | c91bace45b2dc39f5f00082aaf0b96361c4a9046 (patch) | |
tree | 56fd235b330ca2f4b3651f37bd235dd9d5ce6737 /ChangeLog | |
parent | c885209322df51936d58f72fbdf8c0da7d425e55 (diff) | |
download | glibc-c91bace45b2dc39f5f00082aaf0b96361c4a9046.tar glibc-c91bace45b2dc39f5f00082aaf0b96361c4a9046.tar.gz glibc-c91bace45b2dc39f5f00082aaf0b96361c4a9046.tar.bz2 glibc-c91bace45b2dc39f5f00082aaf0b96361c4a9046.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -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. |