aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* migrate to gitv1.0Mike Frysinger2015-03-021-1/+0
|
* move array_cnt check into array_for_each initMike Frysinger2014-03-201-2/+4
| | | | atm, if you try to use array_for_each or array_flatten_str on an array that has no members, you will get a segfault. this is an easy rule to forget (and the current code does just that in at least one place), so move the array_cnt check into the init phase. theres negligible code size impact so it should not be a big deal.
* update copyright yearsMike Frysinger2012-11-041-4/+4
|
* fix off-by-one logic when adding strings to arraysMike Frysinger2011-10-031-1/+2
|
* allow people to search for multiple libraries (-N) or data sections (-k)Mike Frysinger2011-09-271-1/+16
|
* dont need strndup code anymoreMike Frysinger2009-12-031-2/+1
|
* For bug #249731, add an xstrndup wrapper, and implement strndup on hosts ↵Fabian Groffen2009-01-311-1/+2
| | | | that don't have it, based on the strndup implementation of sandbox, with a little change to make it C90 compliant.
* declare xzalloc()Mike Frysinger2008-12-301-1/+2
|
* add missing split xfuncs filesv0.1.16Mike Frysinger2007-08-251-0/+20