summaryrefslogtreecommitdiff
path: root/glib/gunicollate.c
Commit message (Expand)AuthorAgeFilesLines
* 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