Implement the same PLT reduction technique used in GTK+:
[platform/upstream/glib.git] / glib / gunicollate.c
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-08-21 Tor LillqvistGuard against bogus return value from strxfrm(). For...
2004-08-19 Tor LillqvistCorrect source and destination charset parameter order...
2003-09-10 Noah LevittUnicode 4.0 special casing. (#114681)
2003-07-25 Matthias ClasenRemove some explicit Docbook markup which is no longer...
2002-12-05 Owen TaylorStart of fixes for cross-compilation. Based on patches...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-12-03 Frédéric CrozatFix typo from previous commit
2002-12-03 James M. CapeCheck for NULL before doing anything.
2001-09-24 Matthias Clasenglib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c,
2001-07-11 Owen TaylorAdd gunicomp.h (Reported by Sven Neumann).
2001-07-07 Owen TaylorAdd length arguments to g_utf8_{strup,strdown,casefold...
2001-07-02 Owen TaylorUse G_N_ELEMENTS rather than a custom macro.