Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-02 | Update copyright for 2023 | Bruce Momjian | |
Backpatch-through: 11 | |||
2022-01-08 | Update copyright for 2022 | Bruce Momjian | |
Backpatch-through: 10 | |||
2021-05-07 | Add a copyright notice to perl files lacking one. | Andrew Dunstan | |
2018-06-30 | perltidy run prior to branching | Andrew Dunstan | |
2018-05-31 | Fix compile-time warnings on all perl code | Andrew Dunstan | |
This patch does two things. First, it silences a number of compile-time warnings in the msvc tools files, mainly those due to the fact that in some cases we have more than one package per file. Second it supplies a dummy Perl library with just enough of the Windows API referred to in our code to let it run these checks cleanly, even on Unix machines where the code is never supposed to run. The dummy library should only be used for that purpose, as its README notes. |