1. 16 Nov, 2008 1 commit
  2. 15 Nov, 2008 3 commits
  3. 12 Nov, 2008 2 commits
  4. 11 Nov, 2008 1 commit
  5. 10 Nov, 2008 4 commits
  6. 03 Nov, 2008 1 commit
  7. 25 Oct, 2008 2 commits
  8. 15 Oct, 2008 1 commit
  9. 11 Oct, 2008 4 commits
  10. 30 Sep, 2008 1 commit
  11. 27 Sep, 2008 4 commits
  12. 24 Sep, 2008 3 commits
  13. 15 Sep, 2008 1 commit
  14. 11 Sep, 2008 3 commits
  15. 10 Sep, 2008 1 commit
  16. 06 Sep, 2008 1 commit
  17. 03 Sep, 2008 2 commits
  18. 02 Sep, 2008 4 commits
    • Wayne Davison's avatar
      5dd14f0c
    • Wayne Davison's avatar
      Don't define an array with no size. · 2a147e9f
      Wayne Davison authored
      2a147e9f
    • Wayne Davison's avatar
      7634fc8e
    • Matt McCutchen's avatar
      Several fixes for merge file handling: · daa8d920
      Matt McCutchen authored
      - Free a mergelist's parent_dirscanned filters the last time it is
        popped or as soon as the filters are discarded due to the "n"
        modifier.  Aside from not leaking memory, this is needed to clean up
        any mergelists defined during the parent_dirscan to avoid crashing by
        trying to restore nonexistent state for them in pop_local_filters.
      - Make push_local_filters save the current mergelist_cnt, and make
        pop_local_filters assert that it has the correct number of mergelists
        before restoring their state.
      - Assert that mergelists get deactivated in strict LIFO order to catch
        any glitches as soon as they happen.  Free linked lists of filters in
        reverse order to make that the case.
      - Add a bunch of mergelist-related debug output (--debug=filter2).
      daa8d920
  19. 01 Sep, 2008 1 commit