From 31694907dde18fc70d7b3e3813e5183d35f0e5db Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 9 Oct 2019 17:24:15 +0000 Subject: Add --enable-pedantic-posix, posix-cd, prepare for 2.5.3.0 Also make wait posix-compliant and update doc. --- doc/cd.html | 12 +++++++---- doc/index.html | 5 +++-- doc/posix-cd.html | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/upgrade.html | 10 +++++++++ doc/wait.html | 10 +++++++++ 5 files changed, 93 insertions(+), 6 deletions(-) create mode 100644 doc/posix-cd.html (limited to 'doc') diff --git a/doc/cd.html b/doc/cd.html index c412e5e..fe64c19 100644 --- a/doc/cd.html +++ b/doc/cd.html @@ -37,10 +37,14 @@ system call on dir, then execs into prog....

Notes

-

-cd is a standard shell builtin. Be careful if you want to -use the cd command outside of an execline script. -

+ + diff --git a/doc/index.html b/doc/index.html index 193f476..0a3643c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,7 +51,7 @@ shell's syntax, and has no security issues.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later.
  • skalibs version -2.9.0.0 or later. It's a build-time requirement. It's also a run-time +2.9.1.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • @@ -66,7 +66,7 @@ library.

    Download