summaryrefslogtreecommitdiff
path: root/usr.bin/apply
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2023-05-29 01:33:11 +0200
committerMerlin Scholz <merlin@scholz.ruhr>2023-05-29 01:33:11 +0200
commitdc2190d477b8fe4145170f3a029d9b53c2157140 (patch)
treebbc1c3ba3edd8abf1cc4a0289b650097f634331a /usr.bin/apply
parent60aa12e10e5660e3c5fef9c6b8ac8ff54491df1c (diff)
Add file, line, func logging for memory allocs/freeslockdoc-9.3
Diffstat (limited to 'usr.bin/apply')
0 files changed, 0 insertions, 0 deletions
st of non-numeric words. This led to different results on BSD and Ubuntu, as could be expected. To fix the tests, distinguish between words and numbers in the tests. While here, clean up the tests for all variants of the variable modifier ':O'. Found by sjg on Ubuntu. 2021-07-31tests/make: split tests for the variable modifier ':O'rillig The tests for parse errors are now in varmod-order, which lets the other tests focus on the desired behavior of the modifiers. 2021-07-30make: handle parse errors in ':O' uniformlyrillig Previously, the error handling for the variable modifier ':O' differed depending on the exact variant and in some cases led to misleading or missing diagnostics. 2021-07-30make: fix typo in manual page, add more tests for the new ':On'rillig 2021-07-30Add :On for numeric sortsjg Reviewed by: christos rillig