[PATCH] Fix nonzero detection in integer parsing

2021-12-20 Thread Jouke Witteveen
* src/function.c (parse_textint): Fix nonzero detection. * tests/scripts/functions/intcmp: Extend test coverage. --- The `*p++ == '0'` test should have been `*p++ != '0'` and did not need to be repeated for every digit anyway. By pure luck, all numbers used in tests included a digit '0', so this

Re: [PATCH] doc: note that $(wildcard) is implemented in terms of glob(3)

2021-12-20 Thread Paul Smith
Ævar Arnfjörð Bjarmason writes: > Aside: I found it difficult to figure out how to submit patches to > this project. The Savannah page suggests the bug tracker, but as af > writing (and I'm logged in, as "avar") that link appears greyed out > in the web interface, and has a . I added a note to th