X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=92e468f933f2cff517db54c0f731e944c997d78e;hb=04606dd55fd8f1a122a21c4b4e09ab2a36498385;hp=da030f0ff719ffc9d25dbe69a115b33b7363a510;hpb=032310a69161066be953842f2dc69efae2f745a1;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index da030f0ff..92e468f93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,27 @@ +2009-02-21 Bruno Haible + + * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro. + (UC_DECOMP_*): New enumeration items. + (get_decomposition): New function. + (struct decomp_table): New type. + (output_decomposition, output_decomposition_tables): New functions. + (unicode_composition_exclusions): New variable. + (fill_composition_exclusions, debug_output_composition_tables): New + functions. + (main): Accept one more argument. Invoke fill_composition_exclusions. + Output decomposition and composition tables. + + New module 'uninorm/base'. + * lib/uninorm.h: New file. + * lib/unictype.h: Update comment. + * modules/uninorm/base: New file. + 2009-02-21 David Lutterkort + Tests for module 'safe-alloc'. + * tests/test-safe-alloc.c: New file. + * modules/safe-alloc-tests: New file. + New module 'safe-alloc'. * lib/safe-alloc.h: New file. * lib/safe-alloc.c: New file.