aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_strutl.c
AgeCommit message (Expand)AuthorFilesLines
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