diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-08-17 07:15:55 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-08-17 07:15:55 -0700 |
commit | 1a4bdbc566683f0e70412fd75af233526803d0d2 (patch) | |
tree | 2810e787cba69552aeca6ed73ccfcdfed291ebb6 /stdlib/doc-syms.tl | |
parent | 927ce14064e931edcf9f55582fd6a4f4b7c0567c (diff) | |
download | txr-1a4bdbc566683f0e70412fd75af233526803d0d2.tar.gz txr-1a4bdbc566683f0e70412fd75af233526803d0d2.tar.bz2 txr-1a4bdbc566683f0e70412fd75af233526803d0d2.zip |
New function: csort-group.
* autoload.c (csort_set_entries): Register csort-group
as autoload trigger for stdlib/csort.tl.
* stdlib/csort.tl (csort-group): New function.
* tests/012/sort.tl: Tests for sort-group and csort-group.
* txr.1: Documented.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r-- | stdlib/doc-syms.tl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index f3d793d2..edde5200 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -453,6 +453,7 @@ ("csize" "N-01B1B5DF") ("csnsort" "N-02102493") ("csort" "N-02102493") + ("csort-group" "N-00CDF784") ("cssort" "N-02102493") ("cstopb" "N-01B1B5DF") ("cum-norm-dist" "N-03AB449B") @@ -1920,7 +1921,7 @@ ("some-false" "N-016BDF48") ("some-true" "N-016BDF48") ("sort" "N-03923640") - ("sort-group" "N-01E65DDC") + ("sort-group" "N-00CDF784") ("source-loc" "N-0370CD69") ("source-loc-str" "N-0370CD69") ("span-str" "N-0394CA3A") |