X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=69c5c165720a9f9073a129203e641fe009a5d4be;hb=2dbdc8c00c75511c14b16c90e90a24796093ac91;hp=7ef7441880be61ccde1fee0e9e45f92acd79783f;hpb=031442f08c16b1dd762e3b71e45eab4b574bc173;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 7ef744188..69c5c1657 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2009-09-05 Bruno Haible + Support towlower, towupper. + * doc/posix-functions/towlower.texi: Mention module wctype. + * doc/posix-functions/towupper.texi: Likewise. + * lib/wctype.in.h (towlower, towupper): New functions. + * tests/test-wctype.c: Include stdio.h, stdlib.h. + (ASSERT): New macro. + (e): New variable. + (main): Test also towlower, towupper. Test WEOF argument. + Reported by Alan Hourihane . + +2009-09-05 Bruno Haible + Fix conversion behaviour when the input is invalid. * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question mark occurring in first pass of indirect conversion.