mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
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.
This commit is contained in:
committed by
Matthias Clasen
parent
1e6a75dbc4
commit
e9852a17be
11
ChangeLog
11
ChangeLog
@@ -1,5 +1,16 @@
|
||||
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.
|
||||
|
||||
* glib/gscanner.h: Include gdataset.h. (#320322)
|
||||
|
||||
* glib/gdebug.h: add new GDebugFlag for fatal_criticals
|
||||
|
Reference in New Issue
Block a user