sanity check the input paramter.
[platform/upstream/glib.git] / glib / gutf8.c
2009-02-23 Paolo Borellisanity check the input paramter.
2009-02-13 Mathias HasselmannAdd note about g_utf8_offset_to_pointer() not checking...
2008-08-11 Behdad EsfahbodBug 547200 – g_utf8_find_next_char() issues
2008-08-10 Behdad EsfahbodFix docs to use "nul-terminated" consistently.
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
2008-02-21 Tor Lillqvistglib/gutf8.c (g_get_charset) glib/gconvert.c (g_locale_...
2008-01-28 Matthias ClasenDocument limitations of this function. (#487909, Peter...
2007-10-21 Behdad EsfahbodFix warnings from sparse. (#487491, Kjartan Maraas)
2007-09-14 15:07:28 Tim Janikapplied fix for bug #476840.
2007-06-05 Behdad EsfahbodAdd not to g_utf8_get_char_validated() about nul-termin...
2007-03-18 Paolo Borelliremove unneeded checks.
2007-01-27 Matthias ClasenDefine G_GNUC_INTERNAL for Sun Studio as __hidden....
2007-01-24 Matthias ClasenClarify the behaviour is max_len is zero. (#400044...
2006-12-27 Matthias ClasenAdd hints for locale-dependent interfaces. Add hints...
2006-09-30 Matthias ClasenFix PLT issues
2006-08-26 Matthias ClasenFix the pthread compiler flag detection.
2006-05-09 Sebastian WilhelmiUse canonical include form for internal headers. config...
2006-03-07 Matthias ClasenMatch the prototype in gconvert.c to fix build problems...
2006-02-24 Matthias ClasenAdd tests for g_utf8_strlen().
2006-02-17 Kang Jeong-Heep in str, not str in p
2005-12-05 Matthias ClasenDocumentation updates. (#323291, Morten Welinder)
2005-11-17 Matthias ClasenPrepare for 2.9.0
2005-11-17 Matthias ClasenUnit tests for g_utf8_pointer_to_offset and g_utf8_offs...
2005-11-10 Behdad EsfahbodUse bit hacks instead when checking a general category...
2005-10-30 Matthias ClasenAdd some tests for conversions between UTF-8, UCS-4...
2005-10-26 Matthias ClasenFix 319806
2005-08-18 Ross BurtonOptimise single-character insertions
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-11-24 Matthias ClasenReplace g_utf8_validate() with an optimized version...
2004-09-20 Matthias ClasenAdd a note explaining how to convert UTF-16 byte stream...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2003-07-25 Matthias ClasenRemove some explicit Docbook markup which is no longer...
2003-07-24 Matthias ClasenWork around gtk-doc stupidity.
2003-05-23 Noah LevittFix typo in UNICODE_VALID (related to #107427).
2003-04-06 Matthias ClasenWarn if p == NULL && max != 0. (#110087)
2003-03-30 Matthias Clasen2003-03-a30 Matthias Clasen <maclas@gmx.de>
2002-12-15 Owen TaylorBreak _g_locale_charset() into two pieces - a fast...
2002-11-28 Matthias ClasenMark 2.2 API additions.
2002-07-26 Matthias ClasenNew function to revert a utf8 string. Gone, replaced...
2002-01-24 Sven Neumannremoved an empty line in the inline documentation that...
2001-11-28 Daniel ElstnerIn order to avoid infinite loops on invalid UTF-8 strin...
2001-09-27 Owen TaylorFixes for #58195, based on some ideas from Hidetosh...
2001-09-24 Matthias Clasenglib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c,
2001-09-10 Owen TaylorDoc fixes.
2001-09-02 Owen TaylorReplace some uses of isspace() with g_ascii_isspace().
2001-08-03 Christopher James... Made g_utf8_find_prev_char able to return the first...
2001-07-20 Owen Taylors/size_t/gsize/ to match prototypes.
2001-07-19 Owen TaylorAdd functions to insert a unichar as UTF-8, since this...
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-06-08 Alex LarssonAdded new functions g_strstr_len, g_strrstr and g_strrs...
2001-05-19 Havoc Penningtonadd glibintl.h
2001-05-15 Havoc Penningtonfix docs; they said we validated the UTF-8, but we...
2001-05-02 Owen TaylorFix read past end of the string. (#50404, fix from...
2001-04-16 Havoc Penningtondocs
2001-03-20 Havoc Penningtonrewrite, based on bug #52328 from Anders
2001-03-20 Havoc Penningtonadded this function
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-01-25 Tor LillqvistSocket support rewritten. It was utterly broken, and...
2001-01-16 Owen TaylorAdd gettext support.
2001-01-05 Owen Taylormove $enable_debug down below checks for GCC to avoid...
2000-12-17 Tor LillqvistUse GetACP to get the current ANSI codepage.
2000-12-13 Havoc Penningtonmake static
2000-09-18 Owen TaylorImplement g_ucs4_to_utf8 which was in
2000-09-11 Havoc PenningtonAdd this function.
2000-09-06 Owen TaylorSome inline docs fixes.
2000-07-31 Owen TaylorFix stray character
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-03 Owen TaylorFix up to correspond to configure.in checks.
2000-06-21 Owen TaylorInitial pass at adding unicode support functions. A...