summaryrefslogtreecommitdiff
path: root/glib/gstrfuncs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix max_tokens == 1 case to match documentation. Add tests.Darin Adler2001-11-131-4/+1
* Add g_strtod & co.Alex Larsson2001-10-241-10/+295
* documentation update. add documentation. update docs. Remove references toMatthias Clasen2001-10-021-56/+56
* cast the string size to gulong and use %lu for printing to avoid 64bitGeorge Lebl2001-09-291-1/+1
* Use gssize to match the header. (Reported by Elliot Lee.)Owen Taylor2001-09-271-2/+2
* Copy if !g_mem_is_system_malloc, not the other way around. (Found by JamesOwen Taylor2001-09-261-1/+1
* Use memset; might be faster if someone used this for a biiig string.Owen Taylor2001-09-261-6/+3
* Version 1.3.9 (binary, interface == 0)Owen Taylor2001-09-251-10/+20
* Rename g_mem_vtable_is_set() to g_mem_is_system_malloc().Owen Taylor2001-09-211-1/+1
* Patch from Matthias Clasen (#59806)Owen Taylor2001-09-191-1/+10
* add simple test for g_path_get_basename().Tim Janik2001-09-181-1/+1
* Update. Don't mention pthreads.Tor Lillqvist2001-09-041-3/+3
* Replace some uses of isspace() with g_ascii_isspace().Owen Taylor2001-09-021-3/+5
* After being away for about five months, I'm back working on this... ForTor Lillqvist2001-08-301-0/+3
* Implement and document g_ascii_isxxx.Alexander Larsson2001-08-251-85/+62
* Patch from Darin Adler to restore Glib-1.2 handling of empty strings, andOwen Taylor2001-08-241-7/+38
* Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler2001-07-191-4/+9
* Changed prototype of printf_string_upper_bound to return gsize. NowMark Murnane2001-07-121-1/+1
* Try compiling before committing, why don't you? Simple fixes for my stupidOwen Taylor2001-06-301-3/+3
* Patch from Darin Adler (#54166)Owen Taylor2001-06-301-0/+261
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-231-36/+51
* Fix a use of strcat that wasn't replaced with g_stpcpy in the originalOwen Taylor2001-06-151-1/+1
* Added new functions g_strstr_len, g_strrstr and g_strrstr_lenAlex Larsson2001-06-081-0/+146
* to match g_strcasecmp, check if it is lower/upper before converting toOwen Taylor2001-06-041-2/+4