summaryrefslogtreecommitdiff
path: root/glib/gunidecomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1.3.14GLIB_1_3_14Owen Taylor2002-02-171-2/+2
* Patch from Andrew Taylor to optimize the decomposition table to eliminateOwen Taylor2001-11-211-5/+5
* Patch from Andrew Taylor to improve tables and reduce relocations by usingOwen Taylor2001-11-141-10/+6
* glib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c,Matthias Clasen2001-09-241-5/+25
* Fix some variables that should have been static.Owen Taylor2001-09-021-1/+1
* s/size_t/gsize/ to match prototypes.Owen Taylor2001-07-201-5/+5
* Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}.Owen Taylor2001-07-071-3/+6
* Use G_N_ELEMENTS rather than a custom macro.Owen Taylor2001-07-021-27/+284
* s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/Havoc Pennington2000-11-291-1/+1
* Fix warnings.Elliot Lee2000-11-281-3/+3
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Initial pass at adding unicode support functions. A few things still needOwen Taylor2000-06-211-0/+133