summaryrefslogtreecommitdiffstats
path: root/stdlib/doc-syms.tl
Commit message (Expand)AuthorAgeFilesLines
* New function: path-components-safe.Kaz Kylheku2022-07-251-0/+1
* New function: count.Kaz Kylheku2022-07-181-1/+2
* for/for*: stricter syntax check.Kaz Kylheku2022-06-131-2/+2
* New function: strKaz Kylheku2022-06-121-38/+38
* New: spln and tokn functions.Kaz Kylheku2022-05-301-1/+2
* buf: compression and decompression functions.Kaz Kylheku2022-05-281-0/+2
* New function: trim-path-sepsKaz Kylheku2022-05-201-0/+1
* ffi: new pack type operator; align increases only.Kaz Kylheku2022-05-201-1/+2
* New: load can search multiple directories.Kaz Kylheku2022-04-251-0/+1
* New function: isecp.Kaz Kylheku2022-03-301-4/+5
* New FFI types str-s, bstr-s and wstr-s.Kaz Kylheku2022-03-211-6/+9
* ffi: support intmax-t and uintmax-t types.Kaz Kylheku2022-03-151-8/+10
* New function: group-map.Kaz Kylheku2022-03-021-1/+2
* New list-builder method: oust.Kaz Kylheku2022-02-231-0/+1
* New function: partition-if.Kaz Kylheku2022-02-231-0/+1
* New functions: find-max-key and find-min-key.Kaz Kylheku2022-02-211-0/+2
* New function: cat-files.Kaz Kylheku2022-02-131-0/+1
* doc: remove extraneous symbols from doc-syms.Paul A. Patience2022-02-121-17/+0
* macro-time: special op becomes a macro.Kaz Kylheku2022-02-121-1/+1
* doc: fix various typos and stylistic issues.Paul A. Patience2022-02-061-9/+9
* getopts: break up help into three functions.Kaz Kylheku2022-02-031-1/+3
* New function: random-sample.Kaz Kylheku2022-01-291-2/+3
* New function: copy-cptr.Kaz Kylheku2022-01-281-0/+1
* lib: new functions nand, nor, nandf and norf.Paul A. Patience2022-01-221-0/+4
* type: new macro etypecase.Paul A. Patience2022-01-211-0/+1
* New function: match-fboundp.Kaz Kylheku2022-01-171-0/+1
* New macros: each-true, some-true, each-false, some-false.Kaz Kylheku2022-01-121-0/+4
* doc: document *struct-clause-expander*.Kaz Kylheku2021-12-271-0/+1
* new feature: :mass-delegate struct clause macro.Kaz Kylheku2021-12-231-0/+1
* new feature: defstruct clause macros.Kaz Kylheku2021-12-221-0/+2
* The pairlis function comes to TXR Lisp.Kaz Kylheku2021-12-221-0/+1
* New functions: subq, subql, subqual and subst.Kaz Kylheku2021-12-221-0/+4
* tree: new functions for priority queue operation.Kaz Kylheku2021-12-181-0/+4
* tree: support for duplicate keys.Kaz Kylheku2021-12-171-0/+2
* rot, nrot: new functions.Kaz Kylheku2021-12-071-0/+2
* tuples*: new function.Kaz Kylheku2021-12-041-0/+1
* doc: spelling, doc-syms refresh.Kaz Kylheku2021-11-031-2/+2
* places: new accessor read-once.Kaz Kylheku2021-10-261-0/+1
* random: new function random-float-incl.Kaz Kylheku2021-10-251-1/+2
* doc: doc-syms refresh.Kaz Kylheku2021-10-181-0/+1
* ffi: add cptr-carray function.Paul A. Patience2021-10-021-0/+1
* New variable: *child-env*.Kaz Kylheku2021-09-261-0/+1
* New function: replace-env.Kaz Kylheku2021-09-251-0/+1
* New variants of each operator for sum and product.Kaz Kylheku2021-09-231-0/+8
* math: quantile estimator using P-Squared algorithm.Kaz Kylheku2021-09-221-0/+1
* defset: add set-mask and clear-mask.Paul A. Patience2021-09-141-0/+2
* ffi, sockets: add sock-opt and sock-set-opt.Paul A. Patience2021-09-121-0/+31
* exceptions: hack to store errno in string object.Kaz Kylheku2021-09-071-12/+14
* string-finish: new function.Kaz Kylheku2021-09-071-0/+1
* ffi: add socklen-t type.Paul A. Patience2021-09-061-17/+18