X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=a1da946fc2d18efae92dec96b9f42a923e33f61f;hb=818464639ed43272fea2f08d1c82212d2e5528de;hp=75257d1e562aa3e81d0c2aa58115fcf6c07c77b5;hpb=717a0896fb68881625950983dbd4b869ed618e85;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 75257d1e5..a1da946fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,39 @@ +2011-03-25 Bruno Haible + + Tests for module 'unictype/category-LC'. + * modules/unictype/category-LC-tests: New file. + * tests/unictype/test-categ_LC.c: New file, automatically generated. + + New module 'unictype/category-LC'. + * lib/unictype.in.h (UC_CATEGORY_MASK_LC): New enumeration value. + (UC_CATEGORY_LC): New declaration. + (UC_CASED_LETTER): New macro. + * lib/gen-uni-tables.c (is_category_LC): New function. + (output_categories): Also handle category LC. + (UC_CATEGORY_MASK_LC): New enumeration value. + (general_category_byname): Also handle category LC. + * lib/unictype/categ_LC.c: New file. + * lib/unictype/categ_LC.h: New file, automatically generated. + * lib/unictype/categ_name.c (uc_general_category_name): Also handle + category LC. + * lib/unictype/categ_byname.c (uc_general_category_byname): Likewise. + * modules/unictype/category-LC: New file. + * modules/unictype/category-byname (Depends-on): Add + unictype/category-LC. + * modules/unictype/category-all (Depends-on): Likewise. + +2011-03-25 Eric Blake + + xmalloc: revert yesterday's regression + * lib/xmalloc.c (xrealloc): Once again forward xrealloc(NULL,0) to + realloc's underlying behavior (allowing allocation of zero-size + objects, especially if malloc-gnu is also in use). + 2011-03-25 Reuben Thomas + maint.mk: add missing version to VC-tag + * top/maint.mk: git tag was missing actual tag name; add it. + valgrind: do leak checking, and exit with code 1 on error (not 0) * m4/valgrind-tests.m4: Add `--error-exitcode=1 --leak-check=full' to VALGRIND.