summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* getopts: forbid :bool in list/cumul types.Paul A. Patience2022-02-122-7/+17
* macro-time: special op becomes a macro.Kaz Kylheku2022-02-123-146/+135
* matcher: test case for `@{nil #/regex/}`.Kaz Kylheku2022-02-091-0/+2
* doc: fix references to inexistent handler macro.Paul A. Patience2022-02-091-4/+4
* matcher: fix `@{nil #/regex/}` throwing exception.Paul A. Patience2022-02-091-2/+5
* doc: fix issues in arguments to .I macros.Paul A. Patience2022-02-091-11/+11
* doc: fix pad's argument list.Paul A. Patience2022-02-091-1/+6
* getopts: fix superfluous options header.Paul A. Patience2022-02-081-24/+26
* getopts: fix de trop descriptions of conventions.Paul A. Patience2022-02-081-18/+20
* getopts: conform undocumented opts to documented.Paul A. Patience2022-02-081-2/+2
* getopts: uniformize opthelp newlines and headers.Paul A. Patience2022-02-082-7/+7
* doc: fix a few more typos.Paul A. Patience2022-02-071-10/+11
* lib: fix return value of separate for nil seq.Paul A. Patience2022-02-071-1/+1
* txr: -D bugfixes.Kaz Kylheku2022-02-061-12/+25
* 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