2022-05-14 15:00:46 by Tobias Nygren | Files touched by this commit (1) |
Log message: check-portability: drop -ggdb (gets stripped by default regardless) |
2021-03-03 11:20:00 by Nia Alarie | Files touched by this commit (2) |
Log message: check-portability: Skip more irrelevant file extensions |
2020-05-24 00:18:11 by Roland Illig | Files touched by this commit (3) | |
Log message: pkgtools/check-portability: update to 20.1.1 Changes since 20.1.0: Fixed off-by-one error in diagnostic for test ==. |
2020-05-24 00:12:31 by Roland Illig | Files touched by this commit (1) |
Log message: pkgtools/check-portability: clean up code |
2020-04-19 14:47:27 by Roland Illig | Files touched by this commit (1) |
Log message: pkgtools/check-portability: make test == an error It had only been a warning before, due to a forgotten nerrors++. The check in mk/check/check-portability.awk already treats this case as an error. |
2020-04-19 14:05:14 by Roland Illig | Files touched by this commit (3) | |
Log message: pkgtools/check-portability: update to 20.1.0 Changes since 19.4.3: The variable name RANDOM_FILE is ok since it doesn't have a special meaning to some shell implementations. Seen in www/curl. |
2020-03-21 16:02:20 by Roland Illig | Files touched by this commit (4) |
Log message: pkgtools/check-portability: automatic test, refactoring |
2020-03-14 10:47:09 by Roland Illig | Files touched by this commit (1) |
Log message: pkgtools/check-portability: fix function names |
2020-03-14 10:18:49 by Roland Illig | Files touched by this commit (3) | |
Log message: pkgtools/check-portability: update to 19.4.3 Changes since 19.4.2: Fixed a crash when a file started with an empty line. |
2020-03-13 17:43:05 by Roland Illig | Files touched by this commit (1) |
Log message: pkgtools/check-portability: elimitate common subexpression |