Merge branch 'concurrent-cancellable'
[platform/upstream/glib.git] / glib / gstrfuncs.c
2011-07-22 Ryan LortieReplace @Varargs with @...
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-05-03 Dan WinshipFix usage of _GNU_SOURCE
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-04 Matthias ClasenMore include cleanups
2010-09-01 Jon Nordbydocs: Inline docs from tmpl/memory.smgl
2010-07-12 Ryan LortieFix some glib docs warnings
2010-07-08 Matthias ClasenAdd a note about l10n to the g_strconcat docs
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-20 Christian PerschAdd g_dc[p]gettext, and use it in gsettings
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-01-30 Ryan Lortieg_strlcpy doc: small fixup
2009-07-10 Matthias ClasenAnother possible error code clash, yay
2009-01-19 Matthias ClasenFix a typo
2009-01-03 Matthias ClasenMove docs inline
2008-12-31 Matthias ClasenFix some compiler warnings
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().
next