summaryrefslogtreecommitdiff
path: root/tests/strfunc-test.c
AgeCommit message (Expand)Author
2008-06-24Bug 539770 - migrate gstrfunc unit tests to gtestPaolo Borelli
2005-06-23Add some language-binding friendly variantsMatthias 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-08-16Fix #117925 (Dov Grobgeld):Tor Lillqvist
2002-11-26Avoid non-ANSI pointer comparison. (#54344, Morten Welinder)Owen Taylor
2002-07-26hu Jul 25 14:23:15 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor
2002-07-04Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout theSebastian Wilhelmi
2001-12-12 This fixes #60543:Matthias Clasen
2001-11-13Fix max_tokens == 1 case to match documentation. Add tests.Darin Adler
2001-09-17Change so that it works on platforms where isalpha is a macro only,Darin Adler
2001-09-10Add g_build_path(), g_build_filename(), to create separated paths,Owen Taylor
2001-08-25Implement and document g_ascii_isxxx.Alexander Larsson
2001-08-24Patch from Darin Adler to restore Glib-1.2 handling of empty strings, andOwen Taylor
2001-08-03Re-checkin.Darin Adler
2001-08-03Improve strfunc test to test the split function in a way that demonstratesDarin Adler
2001-07-19Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler
2001-06-08Added new functions g_strstr_len, g_strrstr and g_strrstr_lenAlex Larsson
2000-12-07add g_strdupv testHavoc Pennington
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
1999-08-02glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy toTor Lillqvist
1999-07-31New functions.Tor Lillqvist
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson
1999-01-21Add braces to eliminate an ambiguous else warning.EST 1999 Jeff Garzik