summaryrefslogtreecommitdiffstats
path: root/share/txr/stdlib
Commit message (Expand)AuthorAgeFilesLines
* file layout: moving share/txr/stdlib to stdlib.Kaz Kylheku2021-06-2447-13822/+0
* matcher: new looping macros.Kaz Kylheku2021-06-242-0/+28
* matcher: remove unused gensym.Kaz Kylheku2021-06-241-1/+0
* New: stack overflow protection.Kaz Kylheku2021-06-231-0/+2
* New functions: long-suffix, short-suffix.Kaz Kylheku2021-06-221-0/+2
* Dubious new functions cxr/cyr.Kaz Kylheku2021-06-211-0/+2
* Version 263txr-263Kaz Kylheku2021-06-171-1/+1
* op: add comment why cadr is not used.Kaz Kylheku2021-06-171-0/+1
* op: tests, and fix (op progn ...) situationKaz Kylheku2021-06-171-1/+2
* New macro: flow.Kaz Kylheku2021-06-162-0/+4
* txr-case: upkeep.Kaz Kylheku2021-06-161-0/+2
* pic: take advantage of recent format work.Kaz Kylheku2021-06-141-7/+2
* pic: do mkstring cat macro time.Kaz Kylheku2021-06-141-1/+1
* Version 262txr-262Kaz Kylheku2021-06-111-1/+1
* pic: support quasiliteral as format string.Kaz Kylheku2021-06-111-16/+30
* pic: allow trailing exclamation.Kaz Kylheku2021-06-111-2/+3
* pic: test cases and fixes.Kaz Kylheku2021-06-111-8/+10
* errors: avoid premature release of deferred warnings.Kaz Kylheku2021-06-111-2/+3
* doc: document pic macro.Kaz Kylheku2021-06-101-0/+1
* New macro: pic.Kaz Kylheku2021-06-101-0/+107
* ffi: bug: always using ffi_prep_cif_var.Kaz Kylheku2021-06-091-2/+2
* parser: new *read-unknown-structs* variable.Kaz Kylheku2021-06-081-0/+1
* lib: new function, fill-vec.Kaz Kylheku2021-06-081-0/+1
* ffi: new macros deffi-struct and deffi-union.Kaz Kylheku2021-06-082-0/+8
* FFI: big improvement in bad call diagnosis.Kaz Kylheku2021-06-041-2/+4
* quips: new one.Kaz Kylheku2021-06-031-0/+1
* matcher: better error handling for backquotes.Kaz Kylheku2021-06-021-5/+12
* matcher: quasiquote matching.Kaz Kylheku2021-06-021-0/+23
* bug: doc function not working in Windows port.Kaz Kylheku2021-06-021-1/+1
* Version 261txr-261Kaz Kylheku2021-06-011-1/+1
* json: wrap up: test cases, fixes, tweaks.Kaz Kylheku2021-05-311-15/+18
* New: mkdtemp and mkstemp functions.Kaz Kylheku2021-05-311-0/+2
* New function: tmpfile.Kaz Kylheku2021-05-311-0/+1
* doc: document all json I/O convenience routines.Kaz Kylheku2021-05-301-86/+96
* json: convenience I/O routines.Kaz Kylheku2021-05-301-0/+53
* json: functions put-json and put-jsonl.Kaz Kylheku2021-05-291-0/+2
* compiler: mov into t0 bug in compiling catch formKaz Kylheku2021-05-291-6/+8
* parser: remove some parser access functions.Kaz Kylheku2021-05-281-4/+3
* parser: provide parse-errors function.Kaz Kylheku2021-05-281-0/+1
* json: get-json function.Kaz Kylheku2021-05-281-0/+1
* json: tojson function.Kaz Kylheku2021-05-281-0/+1
* doc: document json syntax support.Kaz Kylheku2021-05-271-124/+125
* Version 260txr-260Kaz Kylheku2021-05-261-1/+1
* doc: issue in identity function heading.Kaz Kylheku2021-05-251-2/+3
* matcher: allow hash pattern to omit values.Kaz Kylheku2021-05-241-7/+29
* matcher: fix funny comma placement.Kaz Kylheku2021-05-241-2/+2
* compiler: bugfix: warnings deferred too far.Kaz Kylheku2021-05-231-1/+4
* quips: new TTY joke, and take on familiar saying.Kaz Kylheku2021-05-211-0/+2
* compiler: better code for global var definitions.Kaz Kylheku2021-05-141-5/+7
* doc: sort doc-syms, and html-decode.Kaz Kylheku2021-05-131-2048/+2049