Remove old, dead code in last commit.
[gnulib.git] / ChangeLog
index 8cbd03b..92e468f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2009-02-21  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <lutter@redhat.com>
+
+       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.
+       * m4/safe-alloc.m4: New file.
+       * modules/safe-alloc: New file.
+       * doc/safe-alloc.texi: New file.
+       * doc/gnulib.texi: Include it.
+       * MODULES.html.sh (Memory management functions <stdlib.h>): Add
+       safe-alloc.
+
+2009-02-18  Bruno Haible  <bruno@clisp.org>
+
+       Fix link error on non-glibc systems.
+       * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
+       variable.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
 2009-02-18  Jim Meyering  <meyering@redhat.com>
 
        fts: avoid used-uninitialized error due to recent change