summaryrefslogtreecommitdiff
path: root/glib/gstrfuncs.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-20Add locale-sensitive ASCII transliteration APIRyan Lortie1-0/+4
2014-02-01gstrfuncs: Fix up gtk-doc warningsMatthias Clasen1-2/+1
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-10-14Add simple string "search" functionRyan Lortie1-0/+10
2013-10-14Add g_str_is_ascii()Ryan Lortie1-0/+2
2013-01-13various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie1-0/+45
2013-01-13Add G_GNUC_PRINTF on all functions with format stringsHenrique Dante de Almeida1-1/+2
2012-12-27Move single-include guards inside include guardsMatthias Clasen1-3/+3
2011-11-03Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen1-8/+0
2011-10-17Make things compile againMatthias Clasen1-19/+0
2011-10-12Make single includes mandatoryMatthias Clasen1-1/+1
2011-10-11Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan1-4/+9
2011-10-08Add G_GNUC_DEPRECATED to deprecated APIs in glibMatthias Clasen1-7/+7
2011-06-09Remove all uses of G_CONST_RETURNRyan Lortie1-9/+9
2011-03-15Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi1-9/+9
2011-03-15Remove all uses of G_CONST_RETURNRyan Lortie1-9/+9
2010-05-20Add g_dc[p]gettext, and use it in gsettingsChristian Persch1-1/+3
2010-02-08gstrfuncs.h: needs gmacros.h for G_BEGIN_DECLSRyan Lortie1-0/+1
2008-07-18 Bug 536996 – Missing noop i18n macro equivalent to C_Matthias Clasen1-0/+3
2008-06-19Bug 539123 – annotate g_d[n]gettext with G_GNUC_FORMATChristian Persch1-2/+2
2008-06-19Annotate functionsMatthias Clasen1-2/+2
2008-06-11Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod1-0/+7
2008-05-05#define __GLIB_H_INSIDE__ around including everything.Michael Natterer1-1/+1
2008-03-31Add macros wrapping the gcc alloc_size function attribute. (#523019,Matthias Clasen1-1/+1
2008-03-14make it possible to disable single-file includes by definingMichael Natterer1-1/+5
2007-12-10Change prototype to take msgctxtid + offset instead of two strings, toMatthias Clasen1-1/+1
2007-11-23Define a two-argument macro C_() for marking translatable strings withMatthias Clasen1-0/+4
2006-05-16g_ascii_strtollMatthias Clasen1-0/+3
2005-03-08Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)Matthias Clasen1-2/+3
2004-11-28Mark functions with G_GNUC_MALLOC when appropriate.Matthias Clasen1-16/+16
2004-09-09Add a function to calculate the length of a NULL-terminated string array.Matthias Clasen1-0/+2
2004-01-28New function, a cross between g_strsplit() and strtok(). (#88329, SoerenMatthias Clasen1-2/+5
2003-11-05New headers defining common gettext-support macros.Matthias Clasen1-0/+3
2002-10-12fix comment. (g_ascii_strtoull): new function, acting like strtoull(3) inTim Janik1-0/+3
2002-05-14New functions g_str_has_suffix and g_str_has_prefix.Alex Larsson1-0/+5
2001-10-24Add g_strtod & co.Alex Larsson1-6/+22
2001-09-29cast the string size to gulong and use %lu for printing to avoid 64bitGeorge Lebl1-1/+1
2001-09-25Version 1.3.9 (binary, interface == 0)Owen Taylor1-2/+4
2001-09-02Replace some uses of isspace() with g_ascii_isspace().Owen Taylor1-1/+1
2001-08-30After being away for about five months, I'm back working on this... ForTor Lillqvist1-1/+1
2001-08-25Implement and document g_ascii_isxxx.Alexander Larsson1-4/+52
2001-07-19Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler1-2/+2
2001-06-30Patch from Darin Adler (#54166)Owen Taylor1-7/+33
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor1-1/+1
2001-06-23Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor1-7/+7
2001-06-08Added new functions g_strstr_len, g_strrstr and g_strrstr_lenAlex Larsson1-0/+9
2001-04-16docsHavoc Pennington1-1/+1
2001-03-26*** empty log message ***Owen Taylor1-0/+3
2001-02-17include string.hHavoc Pennington1-51/+51
2000-12-07add g_strdupv testHavoc Pennington1-0/+2