[latex3-commits] [latex3/latex3] main: Add docu for `\sys_if_timer_exist_p:` and `\sys_if_timer_exist:(TF)` (b08409cd3)
github at latex-project.org
github at latex-project.org
Fri Sep 15 17:58:07 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/b08409cd3b07c65696044c28702af88b6966d232
>---------------------------------------------------------------
commit b08409cd3b07c65696044c28702af88b6966d232
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Fri Sep 15 22:55:55 2023 +0800
Add docu for `\sys_if_timer_exist_p:` and `\sys_if_timer_exist:(TF)`
They were added by commit 1867e95 (Move timer to sys, 2020-10-05),
as part of PR #859 which was merged on 2021-05-12.
The added date is set to 2021-05-12, the merged date, because the
commit date (2020-10-05) and current added date of `\sys_timer:`
(2020-09-24) are both quite prior to merged date of such commit.
>---------------------------------------------------------------
b08409cd3b07c65696044c28702af88b6966d232
l3kernel/CHANGELOG.md | 4 ++++
l3kernel/l3sys.dtx | 10 +++++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 647cae8f1..6bba70897 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -7,6 +7,10 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+### Added
+- Documentation for `\sys_if_timer_exist_p:` and `\sys_if_timer_exist:(TF)`.
+ They were supported since l3kernel 2021-05-25, along with `\sys_timer:`.
+
### Changed
- Standardise variants for `\prop_(g)pop:NnN(TF)`
- Standardise variants for `\prop_(g)put:Nnn`
diff --git a/l3kernel/l3sys.dtx b/l3kernel/l3sys.dtx
index 5717e60e7..44762acbe 100644
--- a/l3kernel/l3sys.dtx
+++ b/l3kernel/l3sys.dtx
@@ -148,7 +148,7 @@
% where the |u| part is only present for \upTeX{}.
% \end{variable}
%
-% \begin{function}[added = 2020-09-24, EXP]{\sys_timer:}
+% \begin{function}[added = 2021-05-12, EXP]{\sys_timer:}
% \begin{syntax}
% \cs{sys_timer:}
% \end{syntax}
@@ -159,6 +159,14 @@
% scaled seconds ($2^{-16}$ seconds).
% \end{function}
%
+% \begin{function}[added = 2021-05-12, EXP, pTF]{\sys_if_timer_exist:}
+% \begin{syntax}
+% \cs{sys_if_timer_exist_p:}
+% \cs{sys_if_timer_exist:TF} \Arg{true code} \Arg{false code}
+% \end{syntax}
+% Tests whether current engine has timer support.
+% \end{function}
+%
% \section{Output format}
%
% \begin{function}[added = 2015-09-19, EXP, pTF]
More information about the latex3-commits
mailing list.