summaryrefslogtreecommitdiff
path: root/glib/gstrfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* New function, a cross between g_strsplit() and strtok(). (#88329, SoerenMatthias Clasen2004-01-281-0/+100
* handle NULL arguments gracefully.Tim Janik2003-11-271-1/+2
* Fixed a bad pointer comparison in g_ascii_strtod that came up in fa_IRRoozbeh Pournader2003-11-261-1/+1
* New headers defining common gettext-support macros.Matthias Clasen2003-11-051-0/+27
* Move g_strfreev() docs inline.Matthias Clasen2003-07-011-0/+7
* Synchronize argument names with headers and docs. (g_vasprintf): AnMatthias Clasen2003-06-051-22/+5
* glib/gstrfuncs.c (g_ascii_strncasecmp) Use TOLOWER() macro instead ofOwen Taylor2003-05-301-4/+4
* Use memcpy instead of strcpy. (#106988, Christian Biere)Matthias Clasen2003-05-271-2/+4
* Some doc fixes. (#111805)Matthias Clasen2003-05-051-4/+4
* Use g_strndup, not g_strdup, since we know the length in advance.Matthias Clasen2003-02-261-3/+5
* Add Since and Deprecation info for symbols documented in the templates.Matthias Clasen2002-12-051-0/+1
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-3/+2
* It is a 2.2 addition.Matthias Clasen2002-11-291-1/+1
* Adjust to changed parameter names.Matthias Clasen2002-11-281-0/+2
* Move some docs inline, and add deprecation information. To see the list ofMatthias Clasen2002-11-281-0/+64
* Mark 2.2 API additions.Matthias Clasen2002-11-281-0/+4
* Avoid non-ANSI pointer comparison. (#54344, Morten Welinder)Owen Taylor2002-11-261-7/+9
* Include a printf implementation supporting C99 snprintf and SUSMatthias Clasen2002-11-211-5/+6
* Fix strtull/strtoull type in docs (#99012, Morten Welinder.) Add copyrightOwen Taylor2002-11-191-2/+5
* Minor doc markup fix.Matthias Clasen2002-11-061-2/+2
* fix comment. (g_ascii_strtoull): new function, acting like strtoull(3) inTim Janik2002-10-121-1/+150
* New functions g_str_has_suffix and g_str_has_prefix.Alex Larsson2002-05-141-0/+56
* Remove warning about g_print, etc, encoding.Owen Taylor2002-03-281-2/+3
* Add a note about g_strreverse() and UTF-8.Matthias Clasen2002-03-111-27/+27
* Final updates for 2.0.0Owen Taylor2002-03-081-2/+36
* New. (skip_spaces): g_unichar_isspace -> xml_isspace isspace ->Darin Adler2002-02-101-7/+7