summaryrefslogtreecommitdiff
path: root/tests/strfunc-test.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-23Add some language-binding friendly variantsMatthias Clasen1-0/+218
2004-09-09Add a function to calculate the length of a NULL-terminated string array.Matthias Clasen1-0/+2
2004-01-28New function, a cross between g_strsplit() and strtok(). (#88329, SoerenMatthias Clasen1-0/+65
2003-08-16Fix #117925 (Dov Grobgeld):Tor Lillqvist1-0/+33
2002-11-26Avoid non-ANSI pointer comparison. (#54344, Morten Welinder)Owen Taylor1-0/+23
2002-07-26hu Jul 25 14:23:15 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor1-1/+37
2002-07-04Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout theSebastian Wilhelmi1-0/+1
2001-12-12 This fixes #60543:Matthias Clasen1-0/+10
2001-11-13Fix max_tokens == 1 case to match documentation. Add tests.Darin Adler1-0/+13
2001-09-17Change so that it works on platforms where isalpha is a macro only,Darin Adler1-78/+30
2001-09-10Add g_build_path(), g_build_filename(), to create separated paths,Owen Taylor1-0/+64
2001-08-25Implement and document g_ascii_isxxx.Alexander Larsson1-6/+187
2001-08-24Patch from Darin Adler to restore Glib-1.2 handling of empty strings, andOwen Taylor1-11/+11
2001-08-03Re-checkin.Darin Adler1-32/+24
2001-08-03Improve strfunc test to test the split function in a way that demonstratesDarin Adler1-34/+88
2001-07-19Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler1-0/+1
2001-06-08Added new functions g_strstr_len, g_strrstr and g_strrstr_lenAlex Larsson1-1/+7
2000-12-07add g_strdupv testHavoc Pennington1-2/+12
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
1999-08-02glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy toTor Lillqvist1-8/+7
1999-07-31New functions.Tor Lillqvist1-0/+11
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+8
1999-01-21Add braces to eliminate an ambiguous else warning.EST 1999 Jeff Garzik1-0/+96