summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-02-14 17:16:53 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-02-14 17:16:53 +0000
commitccb423ed6f317da5a02f4feeda082d791215a4ba (patch)
tree8bd8cf32c0e36f7748c077edcbb4f9886aa7dfb4 /doc
parent7886cf7020c49586e41aed190165dc6e134e9a5c (diff)
downloadskalibs-ccb423ed6f317da5a02f4feeda082d791215a4ba.tar.xz
Add execvep_loose, prepare for 2.6.4.0
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html2
-rw-r--r--doc/libstddjb/djbunix.html8
-rw-r--r--doc/license.html2
-rw-r--r--doc/upgrade.html4
4 files changed, 11 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html
index 7eb9ed8..2115be4 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -60,7 +60,7 @@ with a standard C development environment </li>
<h3> Download </h3>
<ul>
- <li> The current released version of skalibs is <a href="skalibs-2.6.3.2.tar.gz">2.6.3.2</a>. </li>
+ <li> The current released version of skalibs is <a href="skalibs-2.6.4.0.tar.gz">2.6.4.0</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/skalibs/">skalibs
git repository</a>:
diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html
index da8ed23..05515aa 100644
--- a/doc/libstddjb/djbunix.html
+++ b/doc/libstddjb/djbunix.html
@@ -328,7 +328,7 @@ Returns -1 and sets errno if it fails; returns 0 if it succeeds.
<h3> Executable search and execution, and environment </h3>
<p>
-<code> void execvep (char const *file, char const *const *argv, char const *const *envp, char const *path) </code> <br />
+<code> void execvep_loose (char const *file, char const *const *argv, char const *const *envp, char const *path) </code> <br />
Executes into the executable file at <em>file</em>, with the command line
set to <em>argv</em> and the environment set to <em>envp</em>.
If <em>file</em> is not an absolute path, it is searched in the
@@ -339,6 +339,12 @@ error that happened.
</p>
<p>
+<code> void execvep (char const *file, char const *const *argv, char const *const *envp, char const *path) </code> <br />
+Like <tt>execvep_loose()</tt>, but if <em>file</em> contains a slash,
+it is treated as an absolute path.
+</p>
+
+<p>
<code> void pathexec_run (char const *file, char const *const *argv, char const *const *envp) </code> <br />
Performs <tt>execvep(file, argv, envp, path)</tt>, <em>path</em> being the
contents of the PATH environment variable. If PATH is not set, <em>path</em>
diff --git a/doc/license.html b/doc/license.html
index 30d7bee..1afdc4d 100644
--- a/doc/license.html
+++ b/doc/license.html
@@ -74,7 +74,7 @@ color, or different text font. </li>
<p>
<em>I am aware that the previous restrictions sound completely
ridiculous while the official skalibs documentation is incomplete.
-As of 2.6.3.2, I'm not going to enforce those restrictions, but if you're
+As of 2.6.4.0, I'm not going to enforce those restrictions, but if you're
going to provide documentation for skalibs, don't keep it to yourself,
please send it to me instead. :-) </em>
</p>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 6568ca7..7f95df7 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -16,10 +16,10 @@
<a href="//skarnet.org/">skarnet.org</a>
</p>
-<h2> in 2.6.3.2 </h2>
+<h2> in 2.6.4.0 </h2>
<ul>
- <li> No functional changes. </li>
+ <li> New function: <a href="libstddjb/djbunix.html">execvep_loose()</a>. </li>
</ul>
<h2> in 2.6.3.1 </h2>