GRand: move docs from tmpl to inline comments
[platform/upstream/glib.git] / glib / gunicollate.c
2008-06-11 Matthias ClasenHandle strfxrm returning -1 a little better. Problem...
2008-06-02 Yevgen MuntyanBug 531403 - g_utf8_collate broken on Mac.
2006-12-28 Matthias ClasenConsistently use gsize rather than size_t. (#333310...
2006-12-27 Matthias ClasenDon't modify the current locale. (#389300)
2006-12-27 Matthias ClasenForgotten file
2006-06-08 Tor LillqvistWorkaround for bug in strxfrm() in Microsoft's newer...
2005-11-27 Matthias ClasenDon't read beyond len. (#322520, Christian Persch)
2005-10-07 Matthias ClasenFix sorting of 0 sequences in filenames
2005-06-08 Matthias ClasenNew function to calculate collation keys which are...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-12-20 Matthias ClasenFix last commit.
2004-12-20 Matthias ClasenMake docs more accurate. (#161683, Marcin Krzyzanowski)
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.