1. 03 Nov, 2010 2 commits
    • Rusty Russell's avatar
      opt: fix gcc -O3 warnings. · 3fb6b6be
      Rusty Russell authored
      3fb6b6be
    • Rusty Russell's avatar
      jmap: fix aliasing issues, one real testcase bug · 09fde153
      Rusty Russell authored
      Compiling with gcc -O3 added some more warnings, especially about aliasing.
      
      By setting Word_t to size_t we fix some of them, but jmap_@name_firstval
      in JMAP_DEFINE_PTRIDX_TYPE we need to use a real size_t rather than lazily
      casting our index to a size_t *.
      
      Gcc also spotted taht we used idx[NUM] in test/run-ptridx-type.c; allocate
      that and make the usage explicit.
      09fde153
  2. 02 Nov, 2010 1 commit
  3. 30 Oct, 2010 3 commits
  4. 29 Oct, 2010 1 commit
  5. 27 Oct, 2010 1 commit
  6. 26 Oct, 2010 7 commits
  7. 21 Oct, 2010 3 commits
  8. 20 Oct, 2010 10 commits
  9. 18 Oct, 2010 2 commits
  10. 17 Oct, 2010 2 commits
  11. 15 Oct, 2010 1 commit
  12. 14 Oct, 2010 1 commit
  13. 08 Oct, 2010 1 commit
  14. 07 Oct, 2010 5 commits