1. 19 Mar, 2009 4 commits
  2. 16 Mar, 2009 2 commits
    • Rusty Russell's avatar
      Fix warnings for isaac w/ gcc4.1. · 556b131c
      Rusty Russell authored
      Given the types used (uint32_t and uint64_t) many of the masks are unnecessary.
      But mainly moving the bit extraction into separate inline functions means the
      code is a bit clearer, and we only need to bracket one place.
      But because these helpers shared the same names, I split the 32 and 
      64-bit tests.
      556b131c
    • Rusty Russell's avatar
      Fix warnings for ilog (see below) gcc 4.1, and testsuite fixes. · 2037a903
      Rusty Russell authored
      (1) Include ilog.h header first (checks that it doesn't need anything else)
      (2) Include ilog.c (only api tests don't need this).
      
      Here are the warnings with gcc 4.1:
      Running gcc -O3 -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes 
      -Wmissing-declarations -Werror -Iccan/ -I.  -o ccan/ilog/test/run ccan/ilog/test/run.c  ccan/tap/tap.o
      In file included from ccan/ilog/test/run.c:2:
      ccan/ilog/ilog.h:27:10: error: "LLONG_MAX" is not defined
      cc1: warnings being treated as errors
      ccan/ilog/test/run.c: In function ‘main’:
      ccan/ilog/test/run.c:36: warning: suggest brackets around + or - inside shift
      ccan/ilog/test/run.c:55: warning: suggest brackets around + or - inside shift
      ccan/ilog/test/run.c:55: warning: suggest brackets around + or - inside shift
      ccan/ilog/test/run.c:55: warning: suggest brackets around + or - in operand of &
      ccan/ilog/test/run.c:63: warning: suggest brackets around + or - inside shift
      ccan/ilog/test/run.c:85: warning: suggest brackets around + or - inside shift
      ccan/ilog/test/run.c:85: warning: suggest brackets around + or - inside shift
      ccan/ilog/test/run.c:85: warning: suggest brackets around + or - in operand of &
      2037a903
  3. 13 Mar, 2009 1 commit
  4. 12 Mar, 2009 3 commits
  5. 02 Mar, 2009 2 commits
  6. 25 Feb, 2009 7 commits
  7. 24 Feb, 2009 1 commit
  8. 17 Feb, 2009 6 commits
  9. 14 Feb, 2009 2 commits
  10. 14 Jan, 2009 2 commits
  11. 13 Jan, 2009 4 commits
  12. 11 Jan, 2009 2 commits
  13. 10 Jan, 2009 1 commit
  14. 08 Dec, 2008 3 commits