diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-17 17:24:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-17 17:24:20 +0000 |
commit | ff1ed5630069a7b6893eeea939fa70ba201c79f7 (patch) | |
tree | 37d55ab003aa964914dd90f54b1b3e8c4e6d25ba /ChangeLog | |
parent | da32adea565e2e8f3d397004ee1ca58152c11bab (diff) | |
download | glibc-ff1ed5630069a7b6893eeea939fa70ba201c79f7.tar glibc-ff1ed5630069a7b6893eeea939fa70ba201c79f7.tar.gz glibc-ff1ed5630069a7b6893eeea939fa70ba201c79f7.tar.bz2 glibc-ff1ed5630069a7b6893eeea939fa70ba201c79f7.zip |
[BZ #1051]
2005-09-17 Ulrich Drepper <drepper@redhat.com>
[BZ #1051]
* wctype/wctype.h: Remove stray __END_NAMESPACE_C99.
* stdlib/stdlib.h: Use __END_NAMESPACE_STD instead of
__END_NAMESPACE_C99 in one place.
* scripts/begin-end-check.pl: New file.
Patch by Ralph Loader <suckfish@ihug.co.nz>.
* Makefile: Add rules to run scripts/begin-end-check.pl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-09-17 Ulrich Drepper <drepper@redhat.com> + + [BZ #1051] + * wctype/wctype.h: Remove stray __END_NAMESPACE_C99. + * stdlib/stdlib.h: Use __END_NAMESPACE_STD instead of + __END_NAMESPACE_C99 in one place. + * scripts/begin-end-check.pl: New file. + Patch by Ralph Loader <suckfish@ihug.co.nz>. + * Makefile: Add rules to run scripts/begin-end-check.pl. + 2005-09-17 Andreas Jaeger <aj@suse.de> * timezone/zdump.c: Include ctype.h. |