]> git.draconx.ca Git - cdecl99.git/commit
Use gnulib's vsnprintf module.
authorNick Bowler <nbowler@draconx.ca>
Tue, 13 Jun 2023 06:14:44 +0000 (02:14 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 14 Jun 2023 01:01:34 +0000 (21:01 -0400)
commitbd7cc50d498bc0dcf403af437accdc82dea5f587
tree2a9a5951f8e7c16234f46a81d8e00420dc99ea4f
parent9abf0eb2e74d0fb3a4f652499571cb35697d3036
Use gnulib's vsnprintf module.

The snprintf module provides only snprintf, not vsnprintf.  As we
currently depend on both functions in the library, it is necessary
to use both modules.

This fixes failures in the new cdeclerr test on HP-UX 11, which has
vsnprintf but it is not entirely C99-like (wrong return value).
bootstrap
m4/.gitignore
m4/gnulib-cache.m4