Commits


fix operator-precedence bug in previous commit bf11ce0e


update arraylist's allocated counter only if the allocation succeeds


do not clobber the arraylist head if recallocarray fails


check results of ARRAYLIST_ADD


remove abort() in example code


make use of source files in compat/ directory on Linux


add ARRAYLIST_INSERT()


avoid include statements in header files; make each .c pull in what's needed


KNF: use max 80 columns


initial commit