summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: fix various typos and stylistic issues.Paul A. Patience2022-02-062-79/+87
* Use null_string throughout code base.Kaz Kylheku2022-02-056-11/+12
* doc: no such thing as -Da,b,cKaz Kylheku2022-02-051-2/+4
* txr: bind -D-valueless variables to empty string.Paul A. Patience2022-02-051-1/+1
* vim: improvement multi-line strings.Kaz Kylheku2022-02-041-5/+5
* getopt: opthelp: bind *stdout* to remove stream repetition.Kaz Kylheku2022-02-041-15/+15
* matcher: bug: quasiliteral allowing prefix matches.Kaz Kylheku2022-02-042-4/+8
* getopts: break up help into three functions.Kaz Kylheku2022-02-034-92/+143
* getopts: make detailed help notes optional.Joe Bloggs2022-02-032-74/+79
* doc: fix in amb macro.Kaz Kylheku2022-02-031-2/+3
* quip: joke about dark mode.Kaz Kylheku2022-02-031-0/+1
* doc: window-mappend typo.Kaz Kylheku2022-02-021-1/+1
* getopts: fix display of overlong-option help text.Paul A. Patience2022-02-021-1/+3
* getopts: fix ignored stream parameter in opthelp.Paul A. Patience2022-02-021-14/+13
* cadr: re-running gencadr.txr.Kaz Kylheku2022-01-303-36/+39
* conv: extra blank line removed.Kaz Kylheku2022-01-301-1/+0
* stdlib: missing blank line after copyright header.Kaz Kylheku2022-01-3036-0/+36
* mpi: compile out more unused functions.Kaz Kylheku2022-01-281-0/+6
* random-sample: replace algorithm R.Kaz Kylheku2022-01-291-4/+13
* New function: random-sample.Kaz Kylheku2022-01-293-4/+97
* listener: line_w must be volatile now.Kaz Kylheku2022-01-281-1/+1
* listener: handle Ctrl-C interrupts from linenoise.Kaz Kylheku2022-01-281-11/+14
* linenoise: issue newline on EOF in plain mode.Kaz Kylheku2022-01-281-0/+2
* linenoise: Ctrl-V Ctrl-J now inserts CR not LF.Kaz Kylheku2022-01-281-0/+4
* repl: bug handling comments in plain mode.Kaz Kylheku2022-01-281-6/+4
* New function: copy-cptr.Kaz Kylheku2022-01-286-1/+35
* filter: actually throw from filter-string-tree.Paul A. Patience2022-01-271-2/+4
* quips: new entry.Kaz Kylheku2022-01-251-0/+1
* Remove numerous unused global functions.Kaz Kylheku2022-01-239-140/+23
* signal: make stack_refcount static.Kaz Kylheku2022-01-231-1/+1
* lib: new functions nand, nor, nandf and norf.Paul A. Patience2022-01-225-32/+171
* compiler: optimize some typep expressions.Kaz Kylheku2022-01-211-0/+12
* typecase: merge with etypecase, handle t differnetly.Kaz Kylheku2022-01-213-20/+40
* type: new macro etypecase.Paul A. Patience2022-01-214-1/+51
* compiler: few more cases of ifq/ifql removal.Kaz Kylheku2022-01-181-1/+10
* doc: mention each-match and while-match in overview.Kaz Kylheku2022-01-181-0/+6
* quasiquote: make new @,expr work in dot position.Kaz Kylheku2022-01-182-7/+26
* quasiquote: support @,expr hack.Kaz Kylheku2022-01-183-0/+73
* doc: introduce meta-atom terminology.Kaz Kylheku2022-01-181-23/+31
* New function: match-fboundp.Kaz Kylheku2022-01-176-1/+29
* keyparams: fix broken.Kaz Kylheku2022-01-172-34/+59
* quips: a turn toward the slightly macabre.Kaz Kylheku2022-01-171-0/+1
* testing: cover compiled, non-inlined lambda.Kaz Kylheku2022-01-141-13/+28
* compiler: two optimizations, motivated by optional params.Kaz Kylheku2022-01-141-3/+15
* cptr-int: allow full unsigned range.Kaz Kylheku2022-01-132-2/+18
* carray-replace: two overrun bugs.Kaz Kylheku2022-01-132-2/+18
* carray: allow t and floating 0 in sub and replace.Paul A. Patience2022-01-121-10/+15
* typecase: return nil from formless clauses.Paul A. Patience2022-01-121-1/+1
* doc: clarify example in copy-struct description.Paul A. Patience2022-01-121-1/+6
* New macros: each-true, some-true, each-false, some-false.Kaz Kylheku2022-01-126-52/+212