comparison lib/ChangeLog @ 4906:374463b88e34

Merge fnmatch patches from glibc.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 14 Jan 2004 22:15:48 +0000
parents c784af02fcd9
children 14763af928e6
comparison
equal deleted inserted replaced
4905:c041966a4857 4906:374463b88e34
1 2004-01-14 Paul Eggert <eggert@twinsun.com>
2
3 Merge fnmatch patches from glibc.
4 * fnmatch.c (mbsinit): Remove define.
5 Add libc_hidden_ver (__fnmatch, fnmatch).
6 * fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
7 Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
8
1 2003-12-14 Karl Berry <karl@gnu.org> 9 2003-12-14 Karl Berry <karl@gnu.org>
2 10
3 * config.charset: update from gettext-runtime. 11 * config.charset: update from gettext-runtime.
4 12
5 2003-12-03 Paul Eggert <eggert@twinsun.com> 13 2003-12-03 Paul Eggert <eggert@twinsun.com>