From 638293d5281db1276a3b64f2eb969ad99c0ee9f3 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 22 Dec 2021 07:13:33 -0800 Subject: New functions: subq, subql, subqual and subst. * eval.c (eval_init): Register new intrinsics. * lib.c, lib.h (subq, subql, subqual, subst): New functions. * tests/012/seq.tl: New test cases. * stdlib/optimize.tl (subst): Function removed. The new subst drop-in replaces this one. * txr.1: Documented. * stdlib/doc-syms.tl: Updated. --- stdlib/doc-syms.tl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stdlib/doc-syms.tl') diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index 78229519..6be397ea 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -1887,6 +1887,10 @@ ("sub-str" "N-03CFFEF2") ("sub-tree" "N-0398FBE2") ("sub-vec" "N-03BFFF0A") + ("subq" "N-01B32285") + ("subql" "N-01B32285") + ("subqual" "N-01B32285") + ("subst" "N-01F8EF22") ("subtypep" "N-00699D3B") ("succ" "N-038E636C") ("sum" "N-0163FFE2") -- cgit v1.2.3