1. 01 Oct, 2017 2 commits
  2. 30 Sep, 2017 7 commits
  3. 29 Sep, 2017 10 commits
  4. 28 Sep, 2017 3 commits
  5. 27 Sep, 2017 5 commits
  6. 26 Sep, 2017 3 commits
  7. 25 Sep, 2017 9 commits
  8. 24 Sep, 2017 1 commit
    • Benjamin Peterson's avatar
      remove configure check for memmove (#3716) · b1d1c422
      Benjamin Peterson authored
      Python requires C implementations provide memmove, so we shouldn't need to check for it. The only place using this configure check was expat, where we can simply always define HAVE_MEMMOVE.
      b1d1c422