X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=94f1ac5da172a1d749c4e24ecc844604eac5fd8e;hb=ff2f086830480dfa85d1e98c46f8566feb657deb;hp=75257d1e562aa3e81d0c2aa58115fcf6c07c77b5;hpb=717a0896fb68881625950983dbd4b869ed618e85;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 75257d1e5..94f1ac5da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,250 @@ +2011-03-29 Bruno Haible + + getaddrinfo: Doc fix. + * doc/posix-functions/getaddrinfo.texi: Mention Windows problem in the + section "fixed in Gnulib". + +2011-03-28 Simon Josefsson + + * doc/posix-functions/getaddrinfo.texi: Drop netdb.h discussion. + Reported by Bastien ROUCARIES . + +2011-03-26 Bruno Haible + + unictype/property-byname: Reduce the number of load-time relocations. + * lib/unictype/pr_byname.c: Include . + (UC_PROPERTY_INDEX_*): New enumeration values. + (uc_property_byname): Convert an index from the lookup table to an + uc_property_t. + * lib/unictype/pr_byname.gperf: Store indices instead of uc_property_t + values. + +2011-03-26 Bruno Haible + + unictype/property-byname: Allow omitted word separators and aliases. + * lib/unictype/pr_byname.gperf: Add property names without word + separators. Add aliases from Unicode 6.0 PropertyAliases.txt, except + for 'space'. + +2011-03-26 Bruno Haible + + unictype/joininggroup-byname: Allow hyphens, omitted word separators. + * lib/unictype/joininggroup_byname.c (uc_joining_group_byname): Convert + also hyphens to space. + * lib/unictype/joininggroup_byname.gperf: Recognize the names also + without spaces. + * tests/unictype/test-joininggroup_byname.c (main): Add more tests. + +2011-03-26 Bruno Haible + + unictype/joiningtype-byname: Recognize long names as well. + * lib/unictype.in.h (uc_joiningtype_class_byname): Allow argument to be + a long name. + * lib/unictype/joiningtype_byname.c: Include , + unictype/joiningtype_byname.h. + (uc_joiningtype_class_byname): Use uc_joining_type_lookup. + * lib/unictype/joiningtype_byname.gperf: New file. + * modules/unictype/joiningtype-byname (Files): Add + lib/unictype/joiningtype_byname.gperf. + (Depends-on): Add gperf. + (Makefile.am): Add rule for generating unictype/joiningtype_byname.h. + * tests/unictype/test-joiningtype_byname.c (main): Test the recognition of + long names. + + Tests for module 'unictype/joiningtype-longname'. + * modules/unictype/joiningtype-longname-tests: New file. + * tests/unictype/test-joiningtype_longname.c: New file. + + New module 'unictype/joiningtype-longname'. + * lib/unictype.in.h (uc_joiningtype_class_long_name): New declaration. + * lib/unictype/joiningtype_longname.c: New file. + * modules/unictype/joiningtype-longname: New file. + * modules/unictype/joiningtype-all (Depends-on): Add + unictype/joiningtype-longname. + +2011-03-26 Bruno Haible + + unictype/bidiclass-byname: Recognize long names as well. + * lib/unictype.in.h (uc_bidi_class_byname): Allow argument to be a long + name. + * lib/unictype/bidi_byname.c: Include , + unictype/bidi_byname.h. + (uc_bidi_class_byname): Use uc_bidi_class_lookup. + * lib/unictype/bidi_byname.gperf: New file. + * modules/unictype/bidiclass-byname (Files): Add + lib/unictype/bidi_byname.gperf. + (Depends-on): Add gperf. + (Makefile.am): Add rule for generating unictype/bidi_byname.h. + * tests/unictype/test-bidi_byname.c (main): Test the recognition of + long names. + + Tests for module 'unictype/bidiclass-longname'. + * modules/unictype/bidiclass-longname-tests: New file. + * tests/unictype/test-bidi_longname.c: New file. + + New module 'unictype/bidiclass-longname'. + * lib/unictype.in.h (uc_bidi_class_long_name): New declaration. + * lib/unictype/bidi_longname.c: New file. + * modules/unictype/bidiclass-longname: New file. + * modules/unictype/bidiclass-all (Depends-on): Add + unictype/bidiclass-longname. + +2011-03-26 Bruno Haible + + unictype/bidi*: Rename modules. + * modules/unictype/bidiclass-all: Renamed from + modules/unictype/bidicategory-all. + * modules/unictype/bidiclass-name: Renamed from + modules/unictype/bidiclass-name. + (Description): Update. + * modules/unictype/bidiclass-name-tests: Renamed from + modules/unictype/bidicategory-name-tests. + * modules/unictype/bidiclass-byname: Renamed from + modules/unictype/bidicategory-byname. + (Description): Update. + * modules/unictype/bidiclass-byname-tests: Renamed from + modules/unictype/bidicategory-byname-tests. + * modules/unictype/bidiclass-of: Renamed from + modules/unictype/bidicategory-of. + (Description): Update. + * modules/unictype/bidiclass-of-tests: Renamed from + modules/unictype/bidicategory-of-tests. + * modules/unictype/bidiclass-test: Renamed from + modules/unictype/bidicategory-test. + (Description): Update. + * modules/unictype/bidiclass-test-tests: Renamed from + modules/unictype/bidicategory-test-tests. + * modules/unictype/bidicategory-all: New file, a simple redirection. + * modules/unictype/bidicategory-name: Likewise. + * modules/unictype/bidicategory-byname: Likewise. + * modules/unictype/bidicategory-of: Likewise. + * modules/unictype/bidicategory-test: Likewise. + * modules/unictype/property-bidi-* (Dependencies): Update. + * lib/unictype/bidi_*.c: Update comment. + +2011-03-26 Bruno Haible + + unictype/bidi*: Rename functions, part 2. + * modules/unictype/bidicategory-name (configure.ac): Update required + libunistring version. + * modules/unictype/bidicategory-byname (configure.ac): Likewise. + +2011-03-25 Bruno Haible + + New module 'unictype/combining-class-all'. + * modules/unictype/combining-class-all: New file. + + Tests for module 'unictype/combining-class-byname'. + * modules/unictype/combining-class-byname-tests: New file. + * tests/unictype/test-combiningclass_byname.c: New file. + + New module 'unictype/combining-class-byname'. + * lib/unictype.in.h (uc_combining_class_byname): New declaration. + * lib/unictype/combiningclass_byname.c: New file. + * lib/unictype/combiningclass_byname.gperf: New file. + * modules/unictype/combining-class-byname: New file. + + Tests for module 'unictype/combining-class-longname'. + * modules/unictype/combining-class-longname-tests: New file. + * tests/unictype/test-combiningclass_longname.c: New file. + + New module 'unictype/combining-class-longname'. + * lib/unictype.in.h (uc_combining_class_long_name): New declaration. + * lib/unictype/combiningclass_longname.c: New file. + * modules/unictype/combining-class-longname: New file. + + Tests for module 'unictype/combining-class-name'. + * modules/unictype/combining-class-name-tests: New file. + * tests/unictype/test-combiningclass_name.c: New file. + + New module 'unictype/combining-class-name'. + * lib/unictype.in.h (uc_combining_class_name): New declaration. + * lib/unictype/combiningclass_name.c: New file. + * modules/unictype/combining-class-name: New file. + +2011-03-25 Bruno Haible + + unictype/combining-class: Rename source files. + * lib/gen-uni-tables.c (main): Emit unictype/combiningclass.h instead + of unictype/combining.h. + * lib/unictype/combiningclass.c: Renamed from lib/unictype/combining.c. + Update. + * lib/unictype/combiningclass.h: Renamed from lib/unictype/combining.h. + * modules/unictype/combining-class (Description): Fix. + (Files, Makefile.am): Update. + * tests/unictype/test-combiningclass.c: Renamed from + tests/unictype/test-combining.c. + * modules/unictype/combining-class-tests (Files, Makefile.am): Update. + +2011-03-25 Bruno Haible + + unictype: Update list of canonical combining classes. + * lib/unictype.in.h (UC_CCC_ATA): New enumeration value. + +2011-03-25 Bruno Haible + + unictype/category-byname: Recognize long names as well. + * lib/unictype.in.h (uc_general_category_byname): Allow argument to be + a long name. + * lib/unictype/categ_byname.c: Include , , + unictype/categ_byname.h. + (UC_CATEGORY_INDEX_*): New enumeration values. + (uc_general_category_byname): Use uc_general_category_lookup and + convert from index to value. + * lib/unictype/categ_byname.gperf: New file. + * modules/unictype/category-byname (Files): Add + lib/unictype/categ_byname.gperf. + (Depends-on): Add gperf. + (Makefile.am): Add rule for generating unictype/categ_byname.h. + * tests/unictype/test-categ_byname.c (main): Test the recognition of + long names. + + Tests for module 'unictype/category-longname'. + * modules/unictype/category-longname-tests: New file. + * tests/unictype/test-categ_longname.c: New file. + + New module 'unictype/category-longname'. + * lib/unictype.in.h (uc_general_category_long_name): New declaration. + * lib/unictype/categ_longname.c: New file. + * modules/unictype/category-longname: New file. + * modules/unictype/category-all (Depends-on): Add it. + +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.