Generate also simple case mapping tables.
[gnulib.git] / ChangeLog
index b639766..218f934 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
 2009-02-08  Bruno Haible  <bruno@clisp.org>
 
+       * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
+       (mapping_table): New structure.
+       (output_simple_mapping): New function.
+       (main): Invoke output_simple_mapping_test and output_simple_mapping.
+       * modules/gen-uni-tables (Description): Update.
+       * lib/unicase/toupper.h: New file, automatically generated by
+       gen-uni-tables.
+       * lib/unicase/tolower.h: New file, automatically generated by
+       gen-uni-tables.
+       * lib/unicase/totitle.h: New file, automatically generated by
+       gen-uni-tables.
+       * tests/unicase/test-uc_toupper.c: New file, automatically generated by
+       gen-uni-tables.
+       * tests/unicase/test-uc_tolower.c: New file, automatically generated by
+       gen-uni-tables.
+       * tests/unicase/test-uc_totitle.c: New file, automatically generated by
+       gen-uni-tables.
+
        New module 'unicase/base'.
        * modules/unicase/base: New file.
        * lib/unicase.h: New file.