From: Ulrich Drepper Date: Sat, 17 Sep 2005 17:24:20 +0000 (+0000) Subject: [BZ #1051] X-Git-Tag: cvs/fedora-glibc-20051003T2040~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff1ed5630069a7b6893eeea939fa70ba201c79f7;p=thirdparty%2Fglibc.git [BZ #1051] 2005-09-17 Ulrich Drepper [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 . * Makefile: Add rules to run scripts/begin-end-check.pl. --- diff --git a/ChangeLog b/ChangeLog index 3d981e209ed..43af65de77c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-09-17 Ulrich Drepper + + [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 . + * Makefile: Add rules to run scripts/begin-end-check.pl. + 2005-09-17 Andreas Jaeger * timezone/zdump.c: Include ctype.h.