[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / glib / gunidecomp.c
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-06 Matthias ClasenConvert external links to markdown syntax
2014-02-06 Matthias ClasenDon't use <filename> in docs
2014-01-31 Daniel MustielesUpdated FSF's address
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-06 Philip Withnallunicode: Fix a few issues with G_UNICHAR_MAX_DECOMPOSIT...
2011-12-06 Philip WithnallBug 665685 — Add a #define for the max length of a...
2011-12-06 Behdad EsfahbodMinor doc fix.
2011-09-15 Behdad EsfahbodFix docs
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-17 Behdad EsfahbodFixup max decomposition len guarantee
2011-07-19 Matthias ClasenMove Unicode docs inline, ditch template
2011-07-18 Behdad EsfahbodSimplify Hangul Jamo decomposition
2011-07-18 Behdad EsfahbodBug 654651 - Better g_unicode_canonical_decomposition()
2011-07-14 Behdad EsfahbodRemove comp_step_table table
2011-07-14 Behdad EsfahbodDocument, that the second part of a decompose() wouldn...
2011-07-14 Behdad EsfahbodRemove stale comment
2011-07-14 Behdad EsfahbodAdd tests for Unicode canonical composition/decomposition
2011-07-14 Matthias ClasenBug 654195 - Add g_unichar_compose() and g_unichar_deco...
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-05 Matthias ClasenMore header inclusion cleanup
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-08-05 Matthias ClasenFix a doc issue
2007-12-06 Mathias HasselmannMention g_utf8_normalize() returns NULL on invalid...
2007-07-22 Matthias ClasenDocumentation cleanups
2007-07-19 Behdad EsfahbodMake g_unichar_combining_class() public. (#453998)
2006-07-31 Behdad EsfahbodUpdate to reflect Unicode PR #29 (#348694, Nikolai...
2005-05-25 Matthias ClasenDon't eat Hangul when normalizing. (#301742, reported...
2005-05-18 Matthias ClasenCorrect the end of the Hangul Syllables range, from...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-01-30 Noah LevittSize compose_table correctly. (#123421, Simon Josefsson)
2003-12-05 Manish Singhfix gint/gsize confusion.
2003-12-04 Noah LevittAdd hangul composition and decomposition to unicode...
2003-09-10 Noah LevittUnicode 4.0 special casing. (#114681)
2003-07-31 Noah LevittUpdate Unicode data to 4.0. (#107974)
2003-06-04 Noah LevittFix typo (#114375). Also, make the function static.
2003-05-19 Noah LevittFix off-by-one error in g_unicode_canonical_ordering...
2003-02-25 Matthias ClasenUse g_malloc instead of directly using malloc.
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-02-17 Owen Taylor1.3.14 GLIB_1_3_14
2001-11-21 Owen TaylorPatch from Andrew Taylor to optimize the decomposition...
2001-11-14 Owen TaylorPatch from Andrew Taylor to improve tables and reduce...
2001-09-24 Matthias Clasenglib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c,
2001-09-02 Owen TaylorFix some variables that should have been static.
2001-07-20 Owen Taylors/size_t/gsize/ to match prototypes.
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.
2000-11-29 Havoc Penningtons/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/
2000-11-28 Elliot LeeFix warnings.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-21 Owen TaylorInitial pass at adding unicode support functions. A...