summaryrefslogtreecommitdiff
path: root/glib/gutf8.c
AgeCommit message (Expand)Author
2010-08-27Reverse meaning of ANDROID_STUB C flag.Jaikumar Ganesh
2009-06-04Android specific changes.Jaikumar Ganesh
2009-02-23sanity check the input paramter.Paolo Borelli
2009-02-13Add note about g_utf8_offset_to_pointer() not checking stringMathias Hasselmann
2008-08-11Bug 547200 – g_utf8_find_next_char() issuesBehdad Esfahbod
2008-08-10Fix docs to use "nul-terminated" consistently.Behdad Esfahbod
2008-06-16Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch
2008-02-21glib/gutf8.c (g_get_charset) glib/gconvert.c (g_locale_from_utf8) ClarifyTor Lillqvist
2008-01-28Document limitations of this function. (#487909, Peter Moulder)Matthias Clasen
2007-10-21Fix warnings from sparse. (#487491, Kjartan Maraas)Behdad Esfahbod
2007-09-14applied fix for bug #476840.15:07:28 Tim Janik
2007-06-05Add not to g_utf8_get_char_validated() about nul-terminated strings.Behdad Esfahbod
2007-03-18remove unneeded checks.Paolo Borelli
2007-01-27Define G_GNUC_INTERNAL for Sun Studio as __hidden. (#342981, BrianMatthias Clasen
2007-01-24Clarify the behaviour is max_len is zero. (#400044, Benjamin Dauvergne)Matthias Clasen
2006-12-27Add hints for locale-dependent interfaces. Add hints for locale-dependentMatthias Clasen
2006-09-30Fix PLT issuesMatthias Clasen
2006-08-26Fix the pthread compiler flag detection.Matthias Clasen
2006-05-09Use canonical include form for internal headers. config.h is always there.Sebastian Wilhelmi
2006-03-07Match the prototype in gconvert.c to fix build problems in NetBSD.Matthias Clasen
2006-02-24Add tests for g_utf8_strlen().Matthias Clasen
2006-02-17p in str, not str in pKang Jeong-Hee
2005-12-05Documentation updates. (#323291, Morten Welinder)Matthias Clasen
2005-11-17Prepare for 2.9.0Matthias Clasen
2005-11-17Unit tests for g_utf8_pointer_to_offset and g_utf8_offset_to_pointer.Matthias Clasen
2005-11-10Use bit hacks instead when checking a general category value againstBehdad Esfahbod
2005-10-30Add some tests for conversions between UTF-8, UCS-4 and UTF-16.Matthias Clasen
2005-10-26Fix 319806Matthias Clasen
2005-08-18Optimise single-character insertionsRoss Burton
2005-03-14Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen
2004-11-24Replace g_utf8_validate() with an optimized version, and clarify the docsMatthias Clasen
2004-09-20Add a note explaining how to convert UTF-16 byte stream of ambiguousMatthias Clasen
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen
2003-07-25Remove some explicit Docbook markup which is no longer necessaryMatthias Clasen
2003-07-24Work around gtk-doc stupidity.Matthias Clasen
2003-05-23Fix typo in UNICODE_VALID (related to #107427).Noah Levitt
2003-04-06Warn if p == NULL && max != 0. (#110087)Matthias Clasen
2003-03-302003-03-a30 Matthias Clasen <maclas@gmx.de>Matthias Clasen
2002-12-15Break _g_locale_charset() into two pieces - a fast "raw" piece, and a slowOwen Taylor
2002-11-28Mark 2.2 API additions.Matthias Clasen
2002-07-26New function to revert a utf8 string. Gone, replaced by g_utf8_strreverse.Matthias Clasen
2002-01-24removed an empty line in the inline documentation that confused gtk-doc.Sven Neumann
2001-11-28In order to avoid infinite loops on invalid UTF-8 strings, change the skipDaniel Elstner
2001-09-27Fixes for #58195, based on some ideas from Hidetosh Tajima.Owen Taylor
2001-09-24glib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c,Matthias Clasen
2001-09-10Doc fixes.Owen Taylor
2001-09-02Replace some uses of isspace() with g_ascii_isspace().Owen Taylor
2001-08-03Made g_utf8_find_prev_char able to return the first character of a string.Christopher James Lahey
2001-07-20s/size_t/gsize/ to match prototypes.Owen Taylor
2001-07-19Add functions to insert a unichar as UTF-8, since this is reasonablyOwen Taylor