1. 20 Aug, 2015 1 commit
  2. 19 Aug, 2015 4 commits
  3. 18 Aug, 2015 2 commits
  4. 17 Aug, 2015 2 commits
  5. 15 Aug, 2015 2 commits
  6. 14 Aug, 2015 1 commit
  7. 12 Aug, 2015 5 commits
  8. 01 Aug, 2015 7 commits
  9. 30 Jul, 2015 2 commits
  10. 20 Jul, 2015 1 commit
  11. 09 Jul, 2015 7 commits
  12. 08 Jul, 2015 3 commits
  13. 25 Jun, 2015 2 commits
  14. 18 Jun, 2015 1 commit
    • David Gibson's avatar
      avl: Use definitions from order module · 712dc43d
      David Gibson authored
      The AvlCompare type defined in the avl module is identical in signature to
      the compare function used by qsort() and bsearch().  That has a common
      definition in the new order module, so use that rather than defining its
      own.
      
      In addition use the standard comparison functions from order where possible
      for the avl test code.
      
      Cc: Joey Adams <joeyadams3.14159@gmail.com>
      Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
      712dc43d