1. 21 Jan, 2017 3 commits
  2. 20 Jan, 2017 3 commits
  3. 19 Jan, 2017 6 commits
  4. 18 Jan, 2017 2 commits
  5. 14 Jan, 2017 3 commits
  6. 13 Jan, 2017 2 commits
  7. 12 Jan, 2017 3 commits
  8. 11 Jan, 2017 3 commits
  9. 10 Jan, 2017 1 commit
  10. 09 Jan, 2017 3 commits
  11. 08 Jan, 2017 4 commits
  12. 06 Jan, 2017 6 commits
  13. 05 Jan, 2017 1 commit
    • PP: #include: simplify the different paths out of #include. · 1b1defd6
      John Kessenich authored
      - some paths didn't release 'res'
      - token is always '\n' after proper acceptance of the directive itself,
        so no need to test it, change it to '\n', etc.
      - assuming setCurrentColumn(0) is not needed unless there are header tokens,
        but not clear why it is ever needed
      
      Note: much of the simplified code read as if the included header tokens had
      actually been processed, versus queued up for processing; maybe that explains
      some things.