X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=94f1ac5da172a1d749c4e24ecc844604eac5fd8e;hb=ff2f086830480dfa85d1e98c46f8566feb657deb;hp=5742cd3f3c1cff5453d3b94a2b3c0f4dea694b64;hpb=81aea5d9bec07d25f49b227d80605f46986397b5;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 5742cd3f3..94f1ac5da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +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.