Bastien Nocera 5e2a6047ea Bug 548612 – g_strstr_len() should use memmem when available
2008-08-28  Bastien Nocera  <hadess@hadess.net>

	Bug 548612 – g_strstr_len() should use memmem when available

	* configure.in: detect whether memmem is available in the C library
	* glib/gstrfuncs.c (g_strstr_len): use memmem for g_strstr_len() if
	available in it's available, as it could be optimised by the C library
	* tests/string-test.c (main): Add a few tests for g_strstr_len()


svn path=/trunk/; revision=7407
2008-08-27 23:23:23 +00:00
..
2005-10-05 17:37:46 +00:00
2007-11-24 16:24:30 +00:00
2007-01-05 03:31:54 +00:00
2008-05-27 16:20:27 +00:00
2008-05-27 16:20:27 +00:00
2006-06-16 15:12:32 +00:00
2007-11-07 09:49:25 +00:00
2005-12-05 13:37:55 +00:00
2008-07-23 16:22:32 +00:00
2006-04-05 05:03:33 +00:00
2007-09-14 13:28:07 +00:00