X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=97214e7d4e6f82ef23e8485b0ffef78128213c7f;hb=82c48f3071bf6bed40b7914fc87732c491b9d548;hp=54853b8cd8d98777cec12887c6cfe70a4cc53292;hpb=2d43094c0ef80723db75bfe5fc74f876113e0bc4;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 54853b8cd..97214e7d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,35 @@ +2010-12-31 Ben Pfaff + + gbrkprop: Fix implementation of uc_graphemeclusterbreak_property. + * lib/unigbrk/gbrkprop.h: Regenerate with gen-uni-tables.c. I had + modified how this file was generated before I initially submitted + the module, but failed to regenerate it. This meant that several + of the level2 entries were wrong. + * lib/unigbrk/uc-gbrk-prop.h (uc_graphemeclusterbreak_property): + Remove the division-by-2 that is folded into the table now that + gbrkprop.h has been regenerated properly. Now -1 entries are + handled correctly. + + New module 'unigbrk/uc-gbrk-prop-tests'. + * modules/unigbrk/uc-gbrk-prop-tests: New file. + * lib/gen-uni-tables.c: Generate tests/test-uc-gbrk-prop.h. + * tests/unigbrk/test-uc-gbrk-prop.c: New file. + * tests/unigbrk/test-uc-gbrk-prop.h: New file. + +2011-01-01 Bruno Haible + + Avoid use of hexadecimal escapes. + * tests/unigbrk/test-uc-is-grapheme-break.c (main): Use octal escapes + instead of hexadecimal escapes. + 2011-01-01 Jim Meyering + maint: new rule to update copyright year ranges + * Makefile (update-copyright): New rule. + + maint: indent with TABs in Makefile + * Makefile: Expand leading sequences of spaces to TABs + version-etc: update the copyright year it reports * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2011.