1. 22 Mar, 2011 1 commit
  2. 28 Mar, 2011 1 commit
  3. 25 Mar, 2011 2 commits
    • Rusty Russell's avatar
      failtest: handle EINTR from poll. · b0a59bdc
      Rusty Russell authored
      I don't quite know why, but this started happening to me.  We should
      handle it anyway.
      b0a59bdc
    • Rusty Russell's avatar
      ccanlint: fix listing of dependencies · 94b797a5
      Rusty Russell authored
      gcc gave a warning:
      	tools/ccanlint/ccanlint.c:230:19: error: ‘c’ may be used uninitialized in this function
      
      Which indicated that test dependency printing was broken: we need to
      loop through the tests!  Also, we haven't parsed options yet, so
      verbose is never true: move it to later and make it depend on -vvv.
      94b797a5
  4. 24 Mar, 2011 1 commit
  5. 22 Mar, 2011 24 commits
  6. 21 Mar, 2011 11 commits