Apply a patch from Behdad Esfahbod to use a faster lookup table for
authorMatthias Clasen <mclasen@redhat.com>
Fri, 4 Nov 2005 22:27:04 +0000 (22:27 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 4 Nov 2005 22:27:04 +0000 (22:27 +0000)
commite9852a17beb660e7fc2f512f8230152ecb5fff91
treebf364de982dbb772bad63cfb6e9de07edce7e403
parent1e6a75dbc45e5f4eeb0a4c1f0f7913360406a653
Apply a patch from Behdad Esfahbod to use a faster lookup table for

2005-11-04  Matthias Clasen  <mclasen@redhat.com>

* glib/Makefile.am: Apply a patch from Behdad Esfahbod to
use a faster lookup table for g_unichar_get_mirror_char().
* glib/gmirroringtable.h: The new table.
* glib/gunichartables.h: Remove bidi_mirroring_table.
* glib/gen-unicode-tables.pl: Don't generate the mirroring
table.
* glib/glib-mirroring-tab/*: Sources for the program
which generated gmirroringtable.h.

* glib/glist.c: Avoid some code duplication.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
glib/Makefile.am
glib/gen-unicode-tables.pl
glib/glist.c
glib/gunichartables.h
glib/guniprop.c