Add g_str_is_ascii()
[platform/upstream/glib.git] / glib / gstrfuncs.c
2013-10-14 Ryan LortieAdd g_str_is_ascii()
2013-09-29 John RallsFix the -Werror=format-nonliteral fixes for older GCCs
2013-09-29 John RallsMore -Werror=format-nonliteral fixes
2013-04-16 Sebastian DrögeFix compilation on Android with the bionic C library
2013-03-18 David Kingdocs: Elaborate replacement for g_strncasecmp
2012-11-28 Sebastian DrögeRevert "Fix compilation on Android with the bionic...
2012-11-28 Sebastian DrögeFix compilation on Android with the bionic C library
2012-07-19 Matthias ClasenBe more careful when using xlocale
2012-07-19 Matthias ClasenCosmetic: Fix up line endings
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-28 Ravi Sankar GunturFix to handle '\v' (vertical tab) by g_strescape()...
2011-12-14 Simon McVittieg_strcompress: check that source is non-NULL rather...
2011-12-14 Stef Walterdocumentation fixes
2011-11-15 Matthias ClasenAvoid unused variable warnings in g_ascii_strtod
2011-11-12 Chun-wei Fangstrfuncs.c: Fix variable declaration
2011-11-09 Kristian RietveldNeed to include xlocale.h on Darwin for strtod_l
2011-10-21 Matthias ClasenMake g_ascii_strtod behave as documented
2011-10-17 Matthias ClasenMore include cleanups
2011-10-17 Matthias ClasenMake things compile again
2011-10-05 Matthias ClasenRemove cruft from g_strerror and g_strsignal
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-02 Matthias ClasenMove string utility docs inline
2011-10-01 Jasper Lievisse... Fix URL to strlcpy(3) manpage in comment.
2011-09-18 Matthias ClasenUse xlocale functions where available
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-29 Matthias ClasenSpelling fixes
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...
next