diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/libstddjb/djbunix.html | 17 | ||||
-rw-r--r-- | doc/license.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 5 |
4 files changed, 22 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index d1c299f..6ff4d54 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.5.0.1.tar.gz">2.5.0.1</a>. </li> + <li> The current released version of skalibs is <a href="skalibs-2.5.1.0.tar.gz">2.5.1.0</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="http://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 5e9cae1..fe0d1eb 100644 --- a/doc/libstddjb/djbunix.html +++ b/doc/libstddjb/djbunix.html @@ -412,6 +412,23 @@ modified by the hidden modifier string. If this command line is empty, exit 0 instead. </p> +<p> <code> +void xexecvep (char const *, char const *const *, char const *const *, char const *) <br /> +void xpathexec_r (char const *const *, char const *const *, size_t, char const *, size_t) <br /> +void xpathexec_r_name (char const *, char const *const *, char const *const *, size_t, char const *, size_t) <br /> +void xpathexec_fromenv (char const *const *, char const *const *, size_t) <br /> +void xpathexec_run (char const *, char const *const *, char const *const *) <br /> +void xpathexec0_run (char const *const *, char const *const *) <br /> +void xpathexec (char const *const *) <br /> +void xpathexec0 (char const *const *) +</code> </p> + +<p> + Those functions provide the same functionality as the non-x-prefixed versions, +but if the execution fails (i.e. the process cannot exec into a new program), then +the process dies with a 111 exit code and an error message on stderr. +</p> + <p> The <a href="env.html">env</a> library interface provides additional functions to manipulate modifier strings and environments. diff --git a/doc/license.html b/doc/license.html index 7a2874a..e8f7178 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.5.0.1, I'm not going to enforce those restrictions, but if you're +As of 2.5.1.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 abaf22b..f1c8964 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,10 +17,11 @@ </p> -<h2> in 2.5.0.1 </h2> +<h2> in 2.5.1.0 </h2> <ul> - <li> No functional changes. </li> + <li> The <tt>xpathexec_*</tt> family of functions has been added to +<a href="libstddjb/djbunix.html">skalibs/djbunix.h</a>. </li> </ul> <h1> What has changed in skalibs </h1> |