summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/heimdal/dist/cf/vararray.m4
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /crypto/external/bsd/heimdal/dist/cf/vararray.m4
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'crypto/external/bsd/heimdal/dist/cf/vararray.m4')
0 files changed, 0 insertions, 0 deletions
-highlight'> Before, integer overflow in the :[1..2] modifier had not been detected, and the actual behavior varied between ILP64 and LP64I32 machines. Before, the :ts modifier accepted character literals like \012345 and \x1F600, which don't fit in a single character and were thus truncated. Before, the :range modifier issued an "Unknown modifier" error message for :range=x, which was not quite correct. The error message in this case is now "Invalid number". 2020-11-01make(1): add tests for the variable modifiers :[words] and :rangerillig 2020-11-01make(1): add more tests for the variable modifier :range, edge casesrillig 2020-08-23make(1): move tests for :hash :range :localtime into separate filesrillig 2020-08-16make(1): add dummies for fine-grained tests, one per single featurerillig The test names have been derived from the current manual page. All these tests are dummies right now, and the code from the existing tests will be moved into the new tests step by step. This is done to prevent modmisc, escape, varmod-edge and varmisc from growing without any bounds, and to reduce the side-effects of one test to the others.