summaryrefslogtreecommitdiff
path: root/glib/gstrfuncs.h
AgeCommit message (Expand)Author
2008-07-18 Bug 536996 – Missing noop i18n macro equivalent to C_Matthias Clasen
2008-06-19Bug 539123 – annotate g_d[n]gettext with G_GNUC_FORMATChristian Persch
2008-06-19Annotate functionsMatthias Clasen
2008-06-11Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod
2008-05-05#define __GLIB_H_INSIDE__ around including everything.Michael Natterer
2008-03-31Add macros wrapping the gcc alloc_size function attribute. (#523019,Matthias Clasen
2008-03-14make it possible to disable single-file includes by definingMichael Natterer
2007-12-10Change prototype to take msgctxtid + offset instead of two strings, toMatthias Clasen
2007-11-23Define a two-argument macro C_() for marking translatable strings withMatthias Clasen
2006-05-16g_ascii_strtollMatthias Clasen
2005-03-08Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)Matthias Clasen
2004-11-28Mark functions with G_GNUC_MALLOC when appropriate.Matthias Clasen
2004-09-09Add a function to calculate the length of a NULL-terminated string array.Matthias Clasen
2004-01-28New function, a cross between g_strsplit() and strtok(). (#88329, SoerenMatthias Clasen
2003-11-05New headers defining common gettext-support macros.Matthias Clasen
2002-10-12fix comment. (g_ascii_strtoull): new function, acting like strtoull(3) inTim Janik
2002-05-14New functions g_str_has_suffix and g_str_has_prefix.Alex Larsson
2001-10-24Add g_strtod & co.Alex Larsson
2001-09-29cast the string size to gulong and use %lu for printing to avoid 64bitGeorge Lebl
2001-09-25Version 1.3.9 (binary, interface == 0)Owen Taylor
2001-09-02Replace some uses of isspace() with g_ascii_isspace().Owen Taylor
2001-08-30After being away for about five months, I'm back working on this... ForTor Lillqvist
2001-08-25Implement and document g_ascii_isxxx.Alexander Larsson
2001-07-19Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler
2001-06-30Patch from Darin Adler (#54166)Owen Taylor
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor
2001-06-23Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor
2001-06-08Added new functions g_strstr_len, g_strrstr and g_strrstr_lenAlex Larsson
2001-04-16docsHavoc Pennington
2001-03-26*** empty log message ***Owen Taylor
2001-02-17include string.hHavoc Pennington
2000-12-07add g_strdupv testHavoc Pennington
2000-11-12Remove g_filename_{to,from}_utf8Robert Brady
2000-10-12Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi