diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-14 09:06:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-14 09:06:25 +0000 |
commit | ea161661142ab98568ea811ce791da538da981d1 (patch) | |
tree | 79da250397aa476ac4eec1bbe2108b01e039014e /ChangeLog | |
parent | 3e539cb47e9fabfdda295926b4270b0f3cc7fa65 (diff) | |
download | glibc-ea161661142ab98568ea811ce791da538da981d1.tar.gz |
Update.
2005-01-14 Ulrich Drepper <drepper@redhat.com>
* posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant
LC_* variable. Patch by Aharon Robbins <arnold@skeeve.com>.
* stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call.
* stdlib/tst-fmtmsg.c (main): Add another addseverity test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-01-14 Ulrich Drepper <drepper@redhat.com> + + * posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant + LC_* variable. Patch by Aharon Robbins <arnold@skeeve.com>. + + * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call. + * stdlib/tst-fmtmsg.c (main): Add another addseverity test. + 2005-01-12 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow |