[ccan] [PATCH 0/9] misc fixes and extentions

Cody P Schafer dev at codyps.com
Sat Jun 21 10:45:58 EST 2014


I'm pretty sure I sent most of these out before, but they may have gotten gobbled up by email filtering.

Please take a look.

Cody P Schafer (9):
  time: rework HAVE_CLOCK_GETTIME to avoid conflicts with autoconf and
    other config.h sources
  compiler: Add PURE_FUNCTION
  compiler: avoid barfing when config.h & the current -std= mode
    mismatch
  autodata: fix example, autodata_get()s second arg must be a (size_t *)
  darray: add darray_char sprintf work-alike (and some helpers)
  darray: don't include ourselves in _info
  darray: test: only use darray_make_room() if we HAVE_STATEMENT_EXPR
  darray: test: use the public darray_reset()
  darray: include config.h first

 ccan/autodata/autodata.h          |  3 ++-
 ccan/compiler/compiler.h          | 30 ++++++++++++++++++++++--------
 ccan/darray/_info                 |  2 --
 ccan/darray/darray.h              | 36 ++++++++++++++++++++++++++++++++----
 ccan/darray/test/run.c            | 27 ++++++++++++++-------------
 ccan/time/time.c                  |  2 +-
 tools/configurator/configurator.c | 11 +++++++++--
 7 files changed, 80 insertions(+), 31 deletions(-)

-- 
2.0.0



More information about the ccan mailing list