aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/libstddjb/djbunix.html6
-rw-r--r--doc/upgrade.html1
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html
index 39b100c..63eca54 100644
--- a/doc/libstddjb/djbunix.html
+++ b/doc/libstddjb/djbunix.html
@@ -690,6 +690,12 @@ Appends the machine's hostname to *<em>sa</em>.
Returns 0 if it succeeds and -1 (and sets errno) if it fails.
</p>
+<p>
+<code> int sagetexecname (stralloc *sa) </code> <br />
+Appends the full path of the current executable to *<em>sa</em>.
+Returns 0 if it succeeds and -1 (and sets errno) if it fails.
+</p>
+
<h3> Temporization </h3>
<p>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 147eafa..cb8aa00 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -22,6 +22,7 @@
<li> New <tt>buffer_timed_getv</tt>, <tt>buffer_timed_putv</tt>,
<tt>timed_read</tt> and <tt>timed_readv</tt>,
<tt>timed_write</tt> and <tt>timed_writev</tt> functions. </li>
+ <li> New sysdeps, and new <tt>sagetexecname</tt> function. </li>
</ul>
<h2> in 2.14.3.0 </h2>