Mercurial > ~dholland > hg > tradcpp > index.cgi
log array.h @ 209:256f51fde64c default tip
age | author | description |
---|---|---|
2013-08-24 | David A. Holland | fix compile bug in array.h (does not currently affect tradcpp) |
2013-06-11 | David A. Holland | C99INLINE, not __c99inline |
2013-03-31 | David A. Holland | Fix inline usage as per the version in dholland-make2. |
2013-03-31 | David A. Holland | Pass the size to free; it makes debug checking easier. |
2013-03-31 | David A. Holland | Wrap free() in dofree() to allow instrumenting it for debugging. |
2010-12-20 | David A. Holland | move destroyall to array.h |
2010-12-19 | David A. Holland | checkpoint - can find files |
2010-12-19 | David A. Holland | Make arrays crash on malloc failure. |
2010-12-19 | David A. Holland | standard arrays (nearly) |