diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2021-09-19 15:21:13 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2021-09-19 15:21:13 +0000 |
commit | 08d8b6f38fe91796cde091f3dd0e5ca4c0496e6f (patch) | |
tree | 48ebcc01c1c8779713430be25625521950aa4418 /NEWS | |
parent | 56cb4234e5662769045031a7818f3b90d8116331 (diff) | |
download | mandoc-08d8b6f38fe91796cde091f3dd0e5ca4c0496e6f.tar.gz |
some more portability improvements
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |