From 200a70765a503fc94b546e5a52fdd90a59eee3b3 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Wed, 2 Apr 2025 06:02:35 +0000
Subject: Add sagetexecname() and all the necessary infrastructure
Signed-off-by: Laurent Bercot
---
doc/libstddjb/djbunix.html | 6 ++++++
doc/upgrade.html | 1 +
2 files changed, 7 insertions(+)
(limited to 'doc')
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 *sa.
Returns 0 if it succeeds and -1 (and sets errno) if it fails.
+
+ int sagetexecname (stralloc *sa)
+Appends the full path of the current executable to *sa.
+Returns 0 if it succeeds and -1 (and sets errno) if it fails.
+
+
Temporization
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 @@
New buffer_timed_getv, buffer_timed_putv,
timed_read and timed_readv,
timed_write and timed_writev functions.
+ New sysdeps, and new sagetexecname function.
in 2.14.3.0
--
cgit v1.3.1