1. 01 Mar, 2006 8 commits
  2. 28 Feb, 2006 11 commits
  3. 27 Feb, 2006 3 commits
  4. 26 Feb, 2006 7 commits
  5. 25 Feb, 2006 4 commits
  6. 24 Feb, 2006 5 commits
  7. 23 Feb, 2006 1 commit
  8. 21 Feb, 2006 1 commit
    • Neil Conway's avatar
      Cleanup the usage of ScanDirection: use the symbolic names for the · 737651f6
      Neil Conway authored
      possible ScanDirection alternatives rather than magic numbers
      (-1, 0, 1).  Also, use the ScanDirection macros in a few places
      rather than directly checking whether `dir == ForwardScanDirection'
      and the like. Per patch from James William Pye. His patch also
      changed ScanDirection to be a "char" rather than an enum, which
      I haven't applied.
      737651f6