summaryrefslogtreecommitdiff
path: root/glib/gstrfuncs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-1/+1
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-231-7/+7
* Added new functions g_strstr_len, g_strrstr and g_strrstr_lenAlex Larsson2001-06-081-0/+9
* docsHavoc Pennington2001-04-161-1/+1
* *** empty log message ***Owen Taylor2001-03-261-0/+3
* include string.hHavoc Pennington2001-02-171-51/+51
* add g_strdupv testHavoc Pennington2000-12-071-0/+2
* Remove g_filename_{to,from}_utf8Robert Brady2000-11-121-6/+0
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-0/+128