diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-02 16:08:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-02 16:08:05 +0000 |
commit | a128674505078487ccd21b1af49734ea7feb769a (patch) | |
tree | 099724d32a54aaaa2775fc18f5c45ae14c709435 /ChangeLog | |
parent | 40f86887cf1bd665006d31d6ae8554277bcb06c9 (diff) | |
download | glibc-a128674505078487ccd21b1af49734ea7feb769a.tar.gz |
* io/fts.c (fts_close): Remove redundant checks.
(fts_build): Likewise.
(fts_palloc): Likewise.
* manual/message.texi (Advanced gettext functions,
Using gettextized software): Fix typos.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-10-02 Dmitry V. Levin <ldv@altlinux.org> + + * io/fts.c (fts_close): Remove redundant checks. + (fts_build): Likewise. + (fts_palloc): Likewise. + + * manual/message.texi (Advanced gettext functions, + Using gettextized software): Fix typos. + 2006-09-30 Ulrich Drepper <drepper@redhat.com> * posix/glob.c (glob_in_dir): Add some comments and asserts to |