From 3d210ed280513100f9466a2c171db77ee6952a25 Mon Sep 17 00:00:00 2001
From: Laurent Bercot Download
-
+void xexecvep (char const *, char const *const *, char const *const *, char const *)
+void xpathexec_r (char const *const *, char const *const *, size_t, char const *, size_t)
+void xpathexec_r_name (char const *, char const *const *, char const *const *, size_t, char const *, size_t)
+void xpathexec_fromenv (char const *const *, char const *const *, size_t)
+void xpathexec_run (char const *, char const *const *, char const *const *)
+void xpathexec0_run (char const *const *, char const *const *)
+void xpathexec (char const *const *)
+void xpathexec0 (char const *const *)
+
+ 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. +
+The env 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.
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. :-)
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 @@ -