diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-18 01:46:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-18 01:46:57 +0000 |
commit | 1fc82a56bcf83467050101dc06a73f9d7c124693 (patch) | |
tree | b9881b337fcbd274be015d2b5410e102532fd2cb /ChangeLog | |
parent | 3c8333780571c599b97ac94f359c76e5c51434c7 (diff) | |
download | glibc-1fc82a56bcf83467050101dc06a73f9d7c124693.tar glibc-1fc82a56bcf83467050101dc06a73f9d7c124693.tar.gz glibc-1fc82a56bcf83467050101dc06a73f9d7c124693.tar.bz2 glibc-1fc82a56bcf83467050101dc06a73f9d7c124693.zip |
Update.
* posix/fnmatch.c: Put internal_fnmatch in separate file. Include
twice, to define singlebyte and multibyte version.
(fnmatch): Differentiate between singlebyte and multibyte locale and
call appropriate internal function.
* posix/fnmatch_loop.c: New file.
* posix/Makefile (distribute): Add fnmatch_loop.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2000-01-17 Ulrich Drepper <drepper@cygnus.com> + * posix/fnmatch.c: Put internal_fnmatch in separate file. Include + twice, to define singlebyte and multibyte version. + (fnmatch): Differentiate between singlebyte and multibyte locale and + call appropriate internal function. + * posix/fnmatch_loop.c: New file. + * posix/Makefile (distribute): Add fnmatch_loop.c. + * locale/programs/repertoire.c (repertoire_read): Don't print error message when repertoire map is missing. (repertoire_complain): Print error message for missing map, but only |