./pkgtools/check-portability, Check extracted files for typical portability issues

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20.1.2, Package name: check-portability-20.1.2, Maintainer: rillig

Checks whether the given files use features of programming languages that
are not portable to a wide range of platforms.

See mk/check/check-portability.mk.


Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   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) | Package updated
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) | Package updated
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