From d9b6a5820f195ef681d7cd15d70a184265b37a94 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 24 Dec 2019 14:27:51 +0000 Subject: Add posix-umask; prepare for 2.6.0.0 --- NEWS | 10 +++ doc/index.html | 3 +- doc/posix-cd.html | 2 +- doc/posix-umask.html | 69 ++++++++++++++++ doc/umask.html | 11 ++- doc/upgrade.html | 8 ++ package/deps.mak | 3 + package/info | 2 +- package/modes | 1 + package/targets.mak | 5 +- src/posix/deps-exe/posix-umask | 1 + src/posix/posix-umask.c | 174 +++++++++++++++++++++++++++++++++++++++++ src/posix/posix-umask.txt | 37 +++++++++ 13 files changed, 318 insertions(+), 8 deletions(-) create mode 100644 doc/posix-umask.html create mode 100644 src/posix/deps-exe/posix-umask create mode 100644 src/posix/posix-umask.c create mode 100644 src/posix/posix-umask.txt diff --git a/NEWS b/NEWS index c614ec0..7ae513e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ Changelog for execline. +In 2.6.0.0 +---------- + + - The dollarat program now has its conflicting -0 and -d options +handled in the conventional way, with rightmost priority. + - New binary: posix-umask. With --enable-pedantic-posix, +umask is a symbolic link to posix-umask. And, hopefully, this +completes the "make execline POSIX-compliant" chapter. + + In 2.5.3.0 ---------- diff --git a/doc/index.html b/doc/index.html index 0a3643c..d93f704 100644 --- a/doc/index.html +++ b/doc/index.html @@ -66,7 +66,7 @@ library.

Download