summaryrefslogtreecommitdiff
path: root/tests/string-test.c
Commit message (Expand)AuthorAgeFilesLines
* Optimise single-character insertionsRoss Burton2005-08-181-2/+44
* Handle the case where the to-be-inserted string is a substring of theMorten Welinder2003-11-051-1/+28
* Use g_vasprintf() and g_string_append_len(), thus enabling embedded nulsMatthias Clasen2003-06-051-0/+4
* Add a test for positional parameters in g_snprintf(). Use g_printf()Matthias Clasen2002-12-121-0/+5
* add -DG_DISABLED_DEPRECATEDManish Singh2002-10-151-12/+12
* New functions g_str_has_suffix and g_str_has_prefix.Alex Larsson2002-05-141-0/+16
* Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler2001-07-191-0/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* updatedOwen Taylor2000-06-291-0/+29
* changed g_str_hash() to a 31 bit version based on a submission by KarlHavoc Pennington2000-02-171-0/+59
* Use G_OS_WIN32.Tor Lillqvist1999-10-051-1/+1
* Support added for building using a GNU toolchain on Win32,Tor Lillqvist1999-04-241-2/+2
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+8
* - Fixed bug that overwrote nodes in hash buckets instead of adding them toJeff Garzik1999-01-241-1/+1
* Add braces to eliminate an ambiguous else warning.EST 1999 Jeff Garzik1999-01-211-39/+3
* add array-test.cJeff Garzik1999-01-031-55/+2
* Added 'make check' tests, based on testglib code.Jeff Garzik1999-01-031-0/+207