coreutils/tests/factor
Paul Eggert 5867465510 factor: port to platforms
* src/factor.c (mod2): Work even if cntd <= cnta.  The old version
of the code assumed that shifts by N had unspecified behavior
unless 0 <= N < wordsize.  Although this assumption is portable to
all known practical platforms, the C standard says these shifts
have undefined behavior and some pedantic platforms check this.
* tests/factor/create-test.sh:
* tests/local.mk (factor_tests): New test t37.
2024-09-27 17:42:58 -07:00
..
create-test.sh factor: port to platforms 2024-09-27 17:42:58 -07:00
factor-parallel.sh maint: update all copyright year number ranges 2024-01-01 13:27:23 +00:00
factor.pl maint: update all copyright year number ranges 2024-01-01 13:27:23 +00:00
run.sh maint: update all copyright year number ranges 2024-01-01 13:27:23 +00:00