summaryrefslogtreecommitdiff
path: root/glib/gstrfuncs.h
Commit message (Expand)AuthorAgeFilesLines
* gstrfuncs: Add g_strv_equal()Philip Withnall2018-12-171-0/+4
* glib: Drop G_GNUC_MALLOC usage from various other allocation functionsPhilip Withnall2018-08-221-3/+3
* glib: Drop G_GNUC_MALLOC usage from various allocation functionsPhilip Withnall2018-08-221-1/+1
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gstrfuncs: Add replacement for string-to-number functionsKrzesimir Nowak2017-05-101-0/+47
* Move GStrv typedef to glib.h instead of gobject.hXavier Claessens2015-09-221-0/+1
* gstrfuncs: Add g_strv_contains()Xavier Claessens2014-11-251-0/+4
* Add locale-sensitive ASCII transliteration APIRyan Lortie2014-02-201-0/+4
* gstrfuncs: Fix up gtk-doc warningsMatthias Clasen2014-02-011-2/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add simple string "search" functionRyan Lortie2013-10-141-0/+10
* Add g_str_is_ascii()Ryan Lortie2013-10-141-0/+2
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+45
* Add G_GNUC_PRINTF on all functions with format stringsHenrique Dante de Almeida2013-01-131-1/+2
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-031-8/+0
* Make things compile againMatthias Clasen2011-10-171-19/+0
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-111-4/+9
* Add G_GNUC_DEPRECATED to deprecated APIs in glibMatthias Clasen2011-10-081-7/+7
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-9/+9
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-9/+9
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-9/+9
* Add g_dc[p]gettext, and use it in gsettingsChristian Persch2010-05-201-1/+3
* gstrfuncs.h: needs gmacros.h for G_BEGIN_DECLSRyan Lortie2010-02-081-0/+1
* Bug 536996 – Missing noop i18n macro equivalent to C_Matthias Clasen2008-07-181-0/+3
* Bug 539123 – annotate g_d[n]gettext with G_GNUC_FORMATChristian Persch2008-06-191-2/+2
* Annotate functionsMatthias Clasen2008-06-191-2/+2
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-111-0/+7
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* Add macros wrapping the gcc alloc_size function attribute. (#523019,Matthias Clasen2008-03-311-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-1/+5
* Change prototype to take msgctxtid + offset instead of two strings, toMatthias Clasen2007-12-101-1/+1
* Define a two-argument macro C_() for marking translatable strings withMatthias Clasen2007-11-231-0/+4
* g_ascii_strtollMatthias Clasen2006-05-161-0/+3
* Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)Matthias Clasen2005-03-081-2/+3
* Mark functions with G_GNUC_MALLOC when appropriate.Matthias Clasen2004-11-281-16/+16
* Add a function to calculate the length of a NULL-terminated string array.Matthias Clasen2004-09-091-0/+2
* New function, a cross between g_strsplit() and strtok(). (#88329, SoerenMatthias Clasen2004-01-281-2/+5
* New headers defining common gettext-support macros.Matthias Clasen2003-11-051-0/+3
* fix comment. (g_ascii_strtoull): new function, acting like strtoull(3) inTim Janik2002-10-121-0/+3
* New functions g_str_has_suffix and g_str_has_prefix.Alex Larsson2002-05-141-0/+5
* Add g_strtod & co.Alex Larsson2001-10-241-6/+22
* cast the string size to gulong and use %lu for printing to avoid 64bitGeorge Lebl2001-09-291-1/+1
* Version 1.3.9 (binary, interface == 0)Owen Taylor2001-09-251-2/+4
* Replace some uses of isspace() with g_ascii_isspace().Owen Taylor2001-09-021-1/+1
* After being away for about five months, I'm back working on this... ForTor Lillqvist2001-08-301-1/+1
* Implement and document g_ascii_isxxx.Alexander Larsson2001-08-251-4/+52
* Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler2001-07-191-2/+2
* Patch from Darin Adler (#54166)Owen Taylor2001-06-301-7/+33