Break some long lines.
[platform/upstream/glib.git] / glib / gutf8.c
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...