summaryrefslogtreecommitdiff
path: root/epan/wmem/wmem_array.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-22wmem: add null-terminator support.Dario Lombardo1-0/+27
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-07-06Add wmem_array_sort() which just hands off to the standard library's qsort().Evan Huus1-0/+7
2013-07-06In some versions of some OSes, even <string.h> declares index() underGuy Harris1-3/+3
2013-07-06Simple growable array implementation for wmem.Evan Huus1-0/+143