cleanup
[platform/upstream/glib.git] / glib / gunicollate.c
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-09 Matthias ClasenDocs: Drop entities, switch away from sgml mode
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-01 Matthias ClasenTrivial formatting fixes
2012-11-16 Michael NattererBug 673047 - gunicollate is broken on OS X
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-17 Chun-wei FanGLib: Add forgotten includes and build fixes
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-12 Tor LillqvistAdd some more individual own header includes where...
2010-09-04 Matthias ClasenMore include cleanups
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
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.