summaryrefslogtreecommitdiff
path: root/arraylist.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-04Slight style tweaks to the bsearch changest.Eric Haszlakiewicz1-4/+4
2014-08-21add bsearch for arraysAlexander Dahl1-2/+8
2014-05-04Move the json_min() and json_max() macros to json_util.h and mark everything ...Eric Haszlakiewicz1-2/+3
2012-05-30Merge pull request #27 from OBI-1/masterEric Haszlakiewicz1-1/+1
2012-05-21Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker wit...Mateusz Loskot1-2/+2
2012-05-09array_list_expand_internal needs length, not index. OBI-11-1/+1
2011-10-07Add new json_object_array_sort functionFrederik Deweerdt1-0/+7
2009-07-25 * Rename min and max so we can never clash with C or C++ std libraryMichael Clark1-1/+1
2009-02-25 * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark1-3/+4
2009-02-25 * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark1-32/+32
2009-02-25 * Null pointer dereference fix. Fix json_object_get_boolean strlen testMichael Clark1-1/+1
2007-03-13 * Make headers C++ compatible by change *this to *objMichael Clark1-11/+4
2007-03-13 * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark1-6/+12
2007-03-13import of version 0.1Michael Clark1-0/+94