]> git.ozlabs.org Git - ccan/history - ccan/tap
tools/create-ccan-tree: Add basic waf support
[ccan] / ccan / tap /
2012-03-27 Rusty Russelltap: assume variadic macros.
2011-09-27 Rusty Russelltap: fix exit status when we have exactly 256 errors.
2011-07-06 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2011-07-04 Rusty Russelltap: WANT_PTHREAD not HAVE_PTHREAD
2011-03-22 Rusty Russelltap: ccanlint fixups
2011-03-17 Rusty Russelltap: fix isdigit and isspace usage.
2011-03-01 Rusty Russelliscsi, nfs, opt, tap: use config.h instead of defining...
2011-03-01 Rusty Russellcompiler, talloc, tap, tdb2: use #if instead of #ifdef.
2011-01-17 Brad Hardstap: spelling fix
2011-01-10 Rusty Russelltap: add fail callback
2010-11-10 Rusty RussellMerge branch 'ronnie'
2010-11-09 Rusty Russellcompiler: shorten names of attributes, add UNUSED
2010-10-27 Rusty Russelltap: restore buffering to stdout
2010-10-06 Rusty Russelltap: make examples compilable by ccanlint.
2010-09-26 Rusty Russellcompiler: use everywhere.
2010-08-27 Rusty Russelltap: don't _exit on success
2010-08-06 Rusty RussellAdd author and maintainer fields.
2009-09-25 Rusty Russelltap: pass tests after ccanlint changes.
2009-07-19 Rusty Russellmerge
2009-07-18 Rusty RussellMerge.
2009-07-07 Rusty Russellconst addition changes from brian, awfulhak.org
2009-05-28 Rusty RussellRename _info.c to _info: this means we can simple compi...
2009-03-31 Rusty RussellHandle where _GNU_SOURCE already defined.
2009-02-25 Rusty RussellMake diag() go to stdout: everything else does.
2008-12-07 Rusty RussellFix up line numbers after commit 109
2008-11-15 Rusty RussellRemove compile warnings of tests under Ubuntu (return...
2008-11-14 Rusty RussellFix new glibc warnings about warn_unused_result.
2008-11-13 Rusty RussellFix examples (they all compile now), and init parent...
2008-06-29 Rusty RussellFork support.
2008-06-02 Rusty RussellMove modules to ccan/ tools to tools/