1. 03 Sep, 2011 1 commit
  2. 02 Sep, 2011 2 commits
  3. 01 Sep, 2011 5 commits
  4. 03 Sep, 2011 1 commit
  5. 30 Aug, 2011 1 commit
  6. 28 Aug, 2011 1 commit
    • Nadeem Vawda's avatar
      Issue #12839: Fix crash in zlib module due to version mismatch. · 97d67924
      Nadeem Vawda authored
      If the version of zlib used to compile the zlib module is incompatible
      with the one that is actually linked in, then calls into zlib will fail.
      This can leave attributes of the z_stream uninitialized, so we must take
      care to avoid segfaulting by trying to use an invalid pointer.
      
      Fix by Richard M. Tew.
      97d67924
  7. 27 Aug, 2011 1 commit
    • Nadeem Vawda's avatar
      Make regrtest complain when -M and -j are used together. · 0c97e5f3
      Nadeem Vawda authored
      -j doesn't pass the memlimit on to child processes, so this doesn't work at
      present, and even if it did, running multiple bigmem tests at once would
      usually not be desirable (since you generally want to devote as much of the
      available RAM as possible to each test).
      0c97e5f3
  8. 26 Aug, 2011 1 commit
  9. 25 Aug, 2011 2 commits
  10. 23 Aug, 2011 1 commit
  11. 21 Aug, 2011 1 commit
  12. 20 Aug, 2011 3 commits
  13. 19 Aug, 2011 3 commits
  14. 16 Aug, 2011 2 commits
  15. 14 Aug, 2011 1 commit
  16. 13 Aug, 2011 10 commits
  17. 12 Aug, 2011 4 commits