aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-09-19 15:21:13 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-09-19 15:21:13 +0000
commit2e85e5bf9eea376eb1ba2c2f58d7623b9add215e (patch)
tree7af2d3287392c8ac435952f2dd01d6cc31d9a802
parent4c96047b6275561be165dc65dd459974a7e3cb5b (diff)
downloadmandoc-2e85e5bf9eea376eb1ba2c2f58d7623b9add215e.tar.gz
mandoc-2e85e5bf9eea376eb1ba2c2f58d7623b9add215e.tar.zst
mandoc-2e85e5bf9eea376eb1ba2c2f58d7623b9add215e.zip
some more portability improvements
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0deabdbd..8447551c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-$Id: NEWS,v 1.37 2021/09/19 11:02:56 schwarze Exp $
+$Id: NEWS,v 1.38 2021/09/19 15:21:13 schwarze Exp $
This file lists the most important changes in the mandoc.bsd.lv distribution.
@@ -65,8 +65,9 @@ Changes in version 1.14.6, released on September XXX, 2021
because that test was too fragile; just use "cc" by default
* configure: various simplifications and improved robustness
* configure: only compile compat_*.c implementations that are needed
- * configure: provide a feature test for __attribute__(())
+ * configure: provide feature tests for __attribute__(()) and mkstemps(3)
* compat_*: sync with upstreams for security, functionality, and style
+ * in regress.pl, avoid the non-portable options sed(1) -i and echo(1) -n
* in the regression suite, avoid file names that differ only by case
--- MINOR FUNCTIONAL IMPROVEMENTS ---
* man(1) -h: for pages lacking a SYNOPSIS, show the NAME section