aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_strutl.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-13Have wmem conform to checkAPIs.plMichael Mann1-1/+2
2016-04-09Wmem: Use the native v*printf routines on Windows.Gerald Combs1-0/+32
2014-05-17Fix newly optimized strdup_vprintf.Evan Huus1-5/+8
2014-05-17Fixes after wmem_strdup_vprintf() optimizationJakub Zawadzki1-7/+7
2014-05-17Use a pre allocated buffer in wmem_strdup_vprintf() reduces the functionAndersBroman1-4/+21
2014-03-25Introduce wmem_ascii_strdown()AndersBroman1-0/+20
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-14Include config.h first; it defines _FILE_OFFSET_BITS, and if some systemGuy Harris1-2/+2
2013-06-19Clean up wmem_strsplit to remove a bunch of weird switch statements andEvan Huus1-21/+16
2013-06-18Add wmem_alloc_array, wmem_strsplit, wmem_strconcat.Evan Huus1-0/+109
2013-03-20 From beroset:Bill Meier1-3/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-11-25Add strdup_printf and strdup_vprintf to the wmem string utilities.Evan Huus1-0/+34
2012-11-08Use const in wmem where possible.Evan Huus1-1/+1
2012-10-24Basic skeleton for wmem.Evan Huus1-0/+78