1. 06 Jan, 2006 7 commits
  2. 05 Jan, 2006 19 commits
  3. 04 Jan, 2006 2 commits
  4. 03 Jan, 2006 6 commits
  5. 02 Jan, 2006 5 commits
  6. 01 Jan, 2006 1 commit
    • Tom Lane's avatar
      Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report · fc6da31a
      Tom Lane authored
      from Andrus Moor.  The former state-machine-style coding wasn't actually
      doing much except obscuring the control flow, and it didn't extend
      readily to fix this case, so I just took it out.  Also, add a
      YY_FLUSH_BUFFER call to ensure the lexer is reset correctly if the
      previous scan failed partway through the file.
      fc6da31a