summaryrefslogtreecommitdiff
path: root/glib/gunidecomp.c
Commit message (Expand)AuthorAgeFilesLines
* g_utf8_normalize: don't read past the end of the bufferTodd Carson2023-04-141-6/+33
* Fix GIR: gunichar -> gunichar[]Bart Jacobs2023-01-261-1/+1
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gunidecomp: Update and reformat Unicode version support historyPhilip Withnall2020-03-311-3/+17
* glib: Various minor scan-build fixesPhilip Withnall2019-09-051-0/+1
* g_utf8_normalize: Doc comment return missing nullable annotationMichael Gratton2019-06-291-3/+3
* Merge branch '1811-unicode-annotations' into 'master'Philip Withnall2019-06-211-3/+3
|\
| * gunidecomp: Add (out) annotations to g_unichar_{de,}compose()Philip Withnall2019-06-201-3/+3
* | gunidecomp: Fix a (nullable) annotation which should be (optional)Philip Withnall2019-06-211-1/+1
|/
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* License headers: "the Gnome Library" -> "this library"Sébastien Wilmet2017-01-041-8/+7
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-1/+1
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-4/+4
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-4/+7
* Don't use <filename> in docsMatthias Clasen2014-02-051-6/+6
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-1/+1
* unicode: Fix a few issues with G_UNICHAR_MAX_DECOMPOSITION_LENGTHPhilip Withnall2011-12-061-2/+3
* Bug 665685 — Add a #define for the max length of a Unicode decompositionPhilip Withnall2011-12-061-2/+2
* Minor doc fix.Behdad Esfahbod2011-12-061-1/+1
* Fix docsBehdad Esfahbod2011-09-151-7/+7
* Fixup max decomposition len guaranteeBehdad Esfahbod2011-08-171-3/+6
* Move Unicode docs inline, ditch templateMatthias Clasen2011-07-181-0/+23
* Simplify Hangul Jamo decompositionBehdad Esfahbod2011-07-181-43/+19
* Bug 654651 - Better g_unicode_canonical_decomposition()Behdad Esfahbod2011-07-181-5/+73
* Remove comp_step_table tableBehdad Esfahbod2011-07-141-64/+2
* Document, that the second part of a decompose() wouldn't decompose()Behdad Esfahbod2011-07-141-0/+7
* Remove stale commentBehdad Esfahbod2011-07-141-3/+0
* Add tests for Unicode canonical composition/decompositionBehdad Esfahbod2011-07-141-3/+22
* Bug 654195 - Add g_unichar_compose() and g_unichar_decompose()Matthias Clasen2011-07-141-1/+188
* More header inclusion cleanupMatthias Clasen2010-09-051-1/+2
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Fix a doc issueMatthias Clasen2008-08-051-2/+0
* Mention g_utf8_normalize() returns NULL on invalid string. (#501997)Mathias Hasselmann2007-12-061-7/+9
* Documentation cleanupsMatthias Clasen2007-07-221-2/+2
* Make g_unichar_combining_class() public. (#453998)Behdad Esfahbod2007-07-191-1/+11
* Update to reflect Unicode PR #29 (#348694, Nikolai Weibull)Behdad Esfahbod2006-07-311-1/+1
* Don't eat Hangul when normalizing. (#301742, reported by Christian Biere,Matthias Clasen2005-05-251-1/+1
* Correct the end of the Hangul Syllables range, from 0xd7af to 0xd7a3, inMatthias Clasen2005-05-181-3/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Size compose_table correctly. (#123421, Simon Josefsson)Noah Levitt2004-01-301-1/+1
* fix gint/gsize confusion.Manish Singh2003-12-051-2/+2
* Add hangul composition and decomposition to unicode normalization.Noah Levitt2003-12-041-17/+126
* Unicode 4.0 special casing. (#114681)Noah Levitt2003-09-101-0/+7
* Update Unicode data to 4.0. (#107974)Noah Levitt2003-07-311-42/+37
* Fix typo (#114375). Also, make the function static.Noah Levitt2003-06-041-2/+2
* Fix off-by-one error in g_unicode_canonical_ordering (bug #113260).Noah Levitt2003-05-191-5/+5
* Use g_malloc instead of directly using malloc.Matthias Clasen2003-02-251-2/+2
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-2/+3