summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sum-each, mul-each: handle no vars case.Kaz Kylheku2022-01-114-10/+111
* Copyright year bump 2022.Kaz Kylheku2022-01-11134-136/+136
* unwind: fix malformed #define.Kaz Kylheku2022-01-111-1/+1
* parser: bug: carriage returns in JSON causing errors.Kaz Kylheku2022-01-102-356/+347
* parser: remove unreachable scanner rule.Kaz Kylheku2022-01-101-5/+0
* json: add tests with multi-line literals.Kaz Kylheku2022-01-101-0/+10
* Casts have crept into the code not wrapped by macros.Kaz Kylheku2022-01-0612-47/+56
* num_ex: eliminate ill-considered cast.Kaz Kylheku2022-01-061-1/+1
* quips: new one about C++ protected members.Kaz Kylheku2022-01-051-0/+1
* build: support CPPFLAGS.Kaz Kylheku2022-01-051-2/+2
* configure: more nuanced time_t treatment.Kaz Kylheku2022-01-041-1/+47