summaryrefslogtreecommitdiff
path: root/glib/gstrfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* More include cleanupsMatthias Clasen2010-09-031-564/+564
* docs: Inline docs from tmpl/memory.smglJon Nordby2010-09-011-0/+11
* Fix some glib docs warningsRyan Lortie2010-07-121-5/+5
* Add a note about l10n to the g_strconcat docsMatthias Clasen2010-07-081-2/+5
* glib/: fully remove galias hacksRyan Lortie2010-07-071-5/+0
* Add g_dc[p]gettext, and use it in gsettingsChristian Persch2010-05-201-0/+27
* g_strlcpy doc: small fixupRyan Lortie2010-01-301-3/+3
* Another possible error code clash, yayMatthias Clasen2009-07-101-1/+1
* Fix a typoMatthias Clasen2009-01-191-1/+1
* Move docs inlineMatthias Clasen2009-01-031-14/+162
* Fix some compiler warningsMatthias Clasen2008-12-311-2/+0
* [REVERT] Bug 548612 – g_strstr_len() should use memmem when availableRyan Lortie2008-08-281-1/+1
* [REVERT] Bug 548612 – g_strstr_len() should use memmem when availableRyan Lortie2008-08-281-7/+0
* make "endptr" const since it's always a pointer into the const stringMichael Natterer2008-08-281-6/+6
* Bug 548612 – g_strstr_len() should use memmem when availableBastien Nocera2008-08-281-1/+4
* Bug 548612 – g_strstr_len() should use memmem when availableBastien Nocera2008-08-271-2/+8
* Bug 536996 – Missing noop i18n macro equivalent to C_Matthias Clasen2008-07-181-0/+56
* Document that this function does accept localized infinities and nans.Matthias Clasen2008-07-161-3/+5
* to get the default translation target on win32 use g_win32_get_locale()Hans Breuer2008-06-131-1/+4
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-111-4/+135
* Bug 503071 - Application direction changes to right to left even if theres14:31:18 Tim Janik2008-05-201-0/+61
* Bug 503071 - Application direction changes to right to left even if theresYair Hershkovitz2008-05-111-61/+0
* Simple fixes to help building GLib on embedded systems without NLS.Matthias Clasen2008-03-311-1/+1
* Change prototype to take msgctxtid + offset instead of two strings, toMatthias Clasen2007-12-101-10/+11
* Remove leftover ENABLE_NLS #ifdefs.Matthias Clasen2007-11-241-4/+4
* Define a two-argument macro C_() for marking translatable strings withMatthias Clasen2007-11-231-0/+61
* Don't leave out parameters uninitialized. (#490061, Benjamin Otte)Matthias Clasen2007-11-081-1/+3
* small cleanupMatthias Clasen2007-04-271-9/+8
* small cleanup. (#433387)Paolo Borellki2007-04-251-5/+2
* Return negative values. (#416062)Matthias Clasen2007-03-091-0/+2
* Move docs inline, and improve wording. (#372598, Behdad Esfahbod)Matthias Clasen2006-12-171-0/+29
* Revert accidental commitMatthias Clasen2006-06-051-8/+1
* Add some tests involving leading whitespace.Matthias Clasen2006-06-051-1/+11
* g_ascii_strtollMatthias Clasen2006-05-161-40/+106
* Improve docsMatthias Clasen2006-02-141-7/+4
* Add versioned deprecation informationMatthias Clasen2005-12-051-7/+7
* Add details to the docs. (#314393, Matthew F. Barnes)Matthias Clasen2005-09-261-2/+5
* Add warning to doc comment that these functions should not be used onTor Lillqvist2005-09-151-2/+14
* Warn and don't crash when meeting a trailing \\. (#301373, Benjamin Otte)Matthias Clasen2005-04-281-0/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+5
* Add a testcase for the previous fix.Matthias Clasen2004-11-261-1/+1
* Handle numbers like 1e1, nan, -infinity. Also try harder to preserveMatthias Clasen2004-11-051-35/+40
* Make it take a guint for number of characters, instead of a gsize.Manish Singh2004-09-171-1/+1
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Add a function to calculate the length of a NULL-terminated string array.Matthias Clasen2004-09-091-0/+25
* s/g_strsplit/g_strsplit_set/ as well.Matthias Clasen2004-07-271-1/+1
* s/g_strtokenize/g_strsplit_set/ in docs.Soeren Sandmann2004-07-241-2/+2
* Fix problems when a locale-specific decimal separator directly follows aMatthias Clasen2004-04-221-5/+24
* glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decorating variableTor Lillqvist2004-04-101-3/+0
* Don't modify errno. (#116617, Balazs Scheidler)Matthias Clasen2004-02-261-2/+9