summary refs log tree commit diff
path: root/COPYING
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2014-10-27 16:06:51 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2014-10-27 16:06:51 +0800
commitbc8321eabffa23293d16d6758034203a8c7bffda (patch)
tree254729e823459f7b17648b66a8c6b8dd9ec0bc4f /COPYING
parent[BUILTIN] Remove getintmax in printf (diff)
downloaddash-bc8321eabffa23293d16d6758034203a8c7bffda.tar.gz
dash-bc8321eabffa23293d16d6758034203a8c7bffda.zip
[BUILTIN] Use error instead of warnx for fatal errors in printf
This patch replaces uses of warnx where we abort with error since
the effect is the same.  The exit status however changes from 1 to
2.  Non-fatal errors where we continue are unchanged.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
a href='/libretls/commit/VERSION?h=3.4.2&id=dfea3f8193aacb21edd74880d51535ae29346d2e&follow=1'>Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe