Bug 556921 – gpoll.h breaks hal compilation
[platform/upstream/glib.git] / glib / gstrfuncs.c
2008-08-28 Ryan Lortie[REVERT] Bug 548612 – g_strstr_len() should use memmem...
2008-08-28 Ryan Lortie[REVERT] Bug 548612 – g_strstr_len() should use memmem...
2008-08-28 Michael Natterermake "endptr" const since it's always a pointer into...
2008-08-28 Bastien NoceraBug 548612 – g_strstr_len() should use memmem when...
2008-08-27 Bastien NoceraBug 548612 – g_strstr_len() should use memmem when...
2008-07-18 Matthias Clasen Bug 536996 – Missing noop i18n macro equivalent...
2008-07-16 Matthias ClasenDocument that this function does accept localized infin...
2008-06-13 Hans Breuerto get the default translation target on win32 use...
2008-06-11 Behdad EsfahbodBug 503071 – Application direction changes to right...
2008-05-20 14:31:18 Tim JanikBug 503071 - Application direction changes to right...
2008-05-11 Yair HershkovitzBug 503071 - Application direction changes to right...
2008-03-31 Matthias ClasenSimple fixes to help building GLib on embedded systems...
2007-12-10 Matthias ClasenChange prototype to take msgctxtid + offset instead...
2007-11-24 Matthias ClasenRemove leftover ENABLE_NLS #ifdefs.
2007-11-23 Matthias ClasenDefine a two-argument macro C_() for marking translatab...
2007-11-08 Matthias ClasenDon't leave out parameters uninitialized. (#490061...
2007-04-27 Matthias Clasensmall cleanup
2007-04-25 Paolo Borellkismall cleanup. (#433387)
2007-03-09 Matthias ClasenReturn negative values. (#416062)
2006-12-17 Matthias ClasenMove docs inline, and improve wording. (#372598, Behdad...
2006-06-05 Matthias ClasenRevert accidental commit
2006-06-05 Matthias ClasenAdd some tests involving leading whitespace.
2006-05-16 Matthias Claseng_ascii_strtoll
2006-02-14 Matthias ClasenImprove docs
2005-12-05 Matthias ClasenAdd versioned deprecation information
2005-09-26 Matthias ClasenAdd details to the docs. (#314393, Matthew F. Barnes)
2005-09-15 Tor LillqvistAdd warning to doc comment that these functions should...
2005-04-28 Matthias ClasenWarn and don't crash when meeting a trailing \\. (...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-11-26 Matthias ClasenAdd a testcase for the previous fix.
2004-11-05 Matthias ClasenHandle numbers like 1e1, nan, -infinity. Also try harde...
2004-09-17 Manish SinghMake it take a guint for number of characters, instead...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-09-09 Matthias ClasenAdd a function to calculate the length of a NULL-termin...
2004-07-27 Matthias Clasens/g_strsplit/g_strsplit_set/ as well.
2004-07-24 Soeren Sandmanns/g_strtokenize/g_strsplit_set/ in docs.
2004-04-22 Matthias ClasenFix problems when a locale-specific decimal separator...
2004-04-10 Tor Lillqvistglib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decoratin...
2004-02-26 Matthias ClasenDon't modify errno. (#116617, Balazs Scheidler)
2004-01-28 Matthias ClasenNew function, a cross between g_strsplit() and strtok...
2003-11-27 Tim Janikhandle NULL arguments gracefully.
2003-11-26 Roozbeh PournaderFixed a bad pointer comparison in g_ascii_strtod that...
2003-11-05 Matthias ClasenNew headers defining common gettext-support macros.
2003-07-01 Matthias ClasenMove g_strfreev() docs inline.
2003-06-05 Matthias ClasenSynchronize argument names with headers and docs. ...
2003-05-30 Owen Taylorglib/gstrfuncs.c (g_ascii_strncasecmp) Use TOLOWER...
2003-05-27 Matthias ClasenUse memcpy instead of strcpy. (#106988, Christian Biere)
2003-05-05 Matthias ClasenSome doc fixes. (#111805)
2003-02-26 Matthias ClasenUse g_strndup, not g_strdup, since we know the length...
2002-12-05 Matthias ClasenAdd Since and Deprecation info for symbols documented...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-29 Matthias ClasenIt is a 2.2 addition.
2002-11-28 Matthias ClasenAdjust to changed parameter names.
2002-11-28 Matthias ClasenMove some docs inline, and add deprecation information...
2002-11-28 Matthias ClasenMark 2.2 API additions.
2002-11-26 Owen TaylorAvoid non-ANSI pointer comparison. (#54344, Morten...
2002-11-21 Matthias Clasen Include a printf implementation supporting C99 snprint...
2002-11-19 Owen TaylorFix strtull/strtoull type in docs (#99012, Morten Welin...
2002-11-06 Matthias ClasenMinor doc markup fix.
2002-10-12 Tim Janikfix comment. (g_ascii_strtoull): new function, acting...
2002-05-14 Alex LarssonNew functions g_str_has_suffix and g_str_has_prefix.
2002-03-28 Owen TaylorRemove warning about g_print, etc, encoding.
2002-03-11 Matthias ClasenAdd a note about g_strreverse() and UTF-8.
2002-03-08 Owen TaylorFinal updates for 2.0.0
2002-02-10 Darin AdlerNew. (skip_spaces): g_unichar_isspace -> xml_isspace...
2001-11-13 Darin AdlerFix max_tokens == 1 case to match documentation. Add...
2001-10-24 Alex LarssonAdd g_strtod & co.
2001-10-02 Matthias Clasendocumentation update. add documentation. update docs...
2001-09-29 George Leblcast the string size to gulong and use %lu for printing...
2001-09-27 Owen TaylorUse gssize to match the header. (Reported by Elliot...
2001-09-26 Owen TaylorCopy if !g_mem_is_system_malloc, not the other way...
2001-09-26 Owen TaylorUse memset; might be faster if someone used this for...
2001-09-25 Owen TaylorVersion 1.3.9 (binary, interface == 0)
2001-09-21 Owen TaylorRename g_mem_vtable_is_set() to g_mem_is_system_malloc().
2001-09-19 Owen TaylorPatch from Matthias Clasen (#59806)
2001-09-18 Tim Janikadd simple test for g_path_get_basename().
2001-09-04 Tor LillqvistUpdate. Don't mention pthreads.
2001-09-02 Owen TaylorReplace some uses of isspace() with g_ascii_isspace().
2001-08-30 Tor LillqvistAfter being away for about five months, I'm back workin...
2001-08-25 Alexander LarssonImplement and document g_ascii_isxxx.
2001-08-24 Owen TaylorPatch from Darin Adler to restore Glib-1.2 handling...
2001-07-19 Darin AdlerAdd missing const. (g_strsplit): Add g_return_val_if_fa...
2001-07-12 Mark MurnaneChanged prototype of printf_string_upper_bound to retur...
2001-06-30 Owen TaylorTry compiling before committing, why don't you? Simple...
2001-06-30 Owen TaylorPatch from Darin Adler (#54166)
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-06-15 Owen TaylorFix a use of strcat that wasn't replaced with g_stpcpy...
2001-06-08 Alex LarssonAdded new functions g_strstr_len, g_strrstr and g_strrs...
2001-06-04 Owen Taylorto match g_strcasecmp, check if it is lower/upper befor...
2001-04-17 Owen TaylorDefine _GNU_SOURCE for stpcpy
2001-04-16 Havoc Penningtondocs
2001-03-26 Owen Taylor*** empty log message ***
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-02-17 Havoc Penningtoninclude string.h
2001-01-29 Tor LillqvistUse the same GMutex structure as the configure-generate...
2000-12-07 Havoc Penningtonadd g_strdupv test
2000-11-12 Robert BradyRemove g_filename_{to,from}_utf8
2000-10-26 Sebastian WilhelmiWhen the string is ended by a delimiter, return an...
2000-09-29 Martin BauligSeveral minor ANSI C fixes.
2000-09-10 Owen TaylorAdd a missing g_return_if_fail().
next