| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistently use gsize rather than size_t. (#333310, Morten Welinder) | Matthias Clasen | 2006-12-28 | 1 | -5/+5 |
* | Don't modify the current locale. (#389300) | Matthias Clasen | 2006-12-27 | 1 | -2/+0 |
* | Forgotten file | Matthias Clasen | 2006-12-27 | 1 | -7/+14 |
* | Workaround for bug in strxfrm() in Microsoft's newer C runtimes. (#343919, | Tor Lillqvist | 2006-06-08 | 1 | -0/+18 |
* | Don't read beyond len. (#322520, Christian Persch) | Matthias Clasen | 2005-11-27 | 1 | -5/+5 |
* | Fix sorting of 0 sequences in filenames | Matthias Clasen | 2005-10-07 | 1 | -1/+11 |
* | New function to calculate collation keys which are more suitable for | Matthias Clasen | 2005-06-08 | 1 | -2/+198 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -1/+4 |
* | Fix last commit. | Matthias Clasen | 2004-12-20 | 1 | -2/+2 |
* | Make docs more accurate. (#161683, Marcin Krzyzanowski) | Matthias Clasen | 2004-12-20 | 1 | -2/+2 |
* | Implement the same PLT reduction technique used in GTK+: | Matthias Clasen | 2004-09-16 | 1 | -0/+1 |
* | Guard against bogus return value from strxfrm(). For instance Microsoft's | Tor Lillqvist | 2004-08-21 | 1 | -0/+8 |
* | Correct source and destination charset parameter order in g_convert() | Tor Lillqvist | 2004-08-19 | 1 | -3/+3 |
* | Unicode 4.0 special casing. (#114681) | Noah Levitt | 2003-09-10 | 1 | -4/+1 |
* | Remove some explicit Docbook markup which is no longer necessary | Matthias Clasen | 2003-07-25 | 1 | -3/+3 |
* | Start of fixes for cross-compilation. Based on patches from Dimi Shahbaz, | Owen Taylor | 2002-12-05 | 1 | -1/+1 |
* | Patch from Sven Neumann to make the include order consistent. (#71704) | Owen Taylor | 2002-12-04 | 1 | -0/+2 |
* | Fix typo from previous commit | Frédéric Crozat | 2002-12-03 | 1 | -1/+1 |
* | Check for NULL before doing anything. | James M. Cape | 2002-12-03 | 1 | -6/+26 |
* | glib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c, | Matthias Clasen | 2001-09-24 | 1 | -9/+9 |
* | Add gunicomp.h (Reported by Sven Neumann). | Owen Taylor | 2001-07-11 | 1 | -17/+16 |
* | Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}. | Owen Taylor | 2001-07-07 | 1 | -8/+11 |
* | Use G_N_ELEMENTS rather than a custom macro. | Owen Taylor | 2001-07-02 | 1 | -0/+233 |