summaryrefslogtreecommitdiff
path: root/glib/gunicollate.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Merge branch '517-collation-docs' into 'main'Sebastian Dröge2022-03-031-0/+4
|\
| * gunicollate: Document that g_utf8_collate() can’t compare everythingPhilip Withnall2022-01-191-0/+4
* | Fix non-initialized variable and signed/unsigned mismatch in glib/gunicollate.cLoic Le Page2022-02-181-1/+1
|/
* Fix comparison of unsigned expression < 0 is always false warning in glib/gun...Emmanuel Fleury2021-06-091-1/+1
* gunicollate: Remove tautological comparisonPhilip Withnall2019-10-081-1/+1
* gunicollate: work around FreeBSD wchar_t not matching our gunichar typeChristoph Reiter2019-06-041-3/+6
* gunicollate/cygwin: Don't use __STDC_ISO_10646__ for wchar_t related checksChristoph Reiter2019-05-221-11/+9
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Do not build utf8_encode on CARBON platformDaniel Macks2017-03-211-2/+2
* Correct collation key generation on OS XCarlos Sánchez de La Lama2017-03-081-16/+20
* License headers: "the Gnome Library" -> "this library"Sébastien Wilmet2017-01-041-8/+7
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-3/+3
* Docs: Drop entities, switch away from sgml modeMatthias Clasen2014-02-091-2/+2
* Eradicate links and xrefsMatthias Clasen2014-02-081-5/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* Trivial formatting fixesMatthias Clasen2014-01-011-6/+6
* Bug 673047 - gunicollate is broken on OS XMichael Natterer2012-11-161-15/+14
* GLib: Add forgotten includes and build fixesChun-wei Fan2011-10-171-0/+1
* Add some more individual own header includes where requiredTor Lillqvist2010-09-121-0/+3
* More include cleanupsMatthias Clasen2010-09-031-1/+6
* glib/: fully remove galias hacksRyan Lortie2010-07-071-5/+0
* Handle strfxrm returning -1 a little better. Problem pointed out by TakaoMatthias Clasen2008-06-111-10/+16
* Bug 531403 - g_utf8_collate broken on Mac.Yevgen Muntyan2008-06-021-7/+185
* Consistently use gsize rather than size_t. (#333310, Morten Welinder)Matthias Clasen2006-12-281-5/+5
* Don't modify the current locale. (#389300)Matthias Clasen2006-12-271-2/+0
* Forgotten fileMatthias Clasen2006-12-271-7/+14
* Workaround for bug in strxfrm() in Microsoft's newer C runtimes. (#343919,Tor Lillqvist2006-06-081-0/+18
* Don't read beyond len. (#322520, Christian Persch)Matthias Clasen2005-11-271-5/+5
* Fix sorting of 0 sequences in filenamesMatthias Clasen2005-10-071-1/+11
* New function to calculate collation keys which are more suitable forMatthias Clasen2005-06-081-2/+198
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Fix last commit.Matthias Clasen2004-12-201-2/+2
* Make docs more accurate. (#161683, Marcin Krzyzanowski)Matthias Clasen2004-12-201-2/+2
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Guard against bogus return value from strxfrm(). For instance Microsoft'sTor Lillqvist2004-08-211-0/+8
* Correct source and destination charset parameter order in g_convert()Tor Lillqvist2004-08-191-3/+3
* Unicode 4.0 special casing. (#114681)Noah Levitt2003-09-101-4/+1
* Remove some explicit Docbook markup which is no longer necessaryMatthias Clasen2003-07-251-3/+3
* Start of fixes for cross-compilation. Based on patches from Dimi Shahbaz,Owen Taylor2002-12-051-1/+1
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-0/+2
* Fix typo from previous commitFrédéric Crozat2002-12-031-1/+1
* Check for NULL before doing anything.James M. Cape2002-12-031-6/+26
* glib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c,Matthias Clasen2001-09-241-9/+9
* Add gunicomp.h (Reported by Sven Neumann).Owen Taylor2001-07-111-17/+16
* Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}.Owen Taylor2001-07-071-8/+11
* Use G_N_ELEMENTS rather than a custom macro.Owen Taylor2001-07-021-0/+233