summaryrefslogtreecommitdiffstats
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
...
* asm: unused variables.Kaz Kylheku2023-03-211-8/+37
* lib: switch from use function to ignore functionKaz Kylheku2023-03-213-20/+19
* compiler: recognize ignore and use functionsKaz Kylheku2023-03-211-2/+9
* New function: ignore, synonym of nilf.Kaz Kylheku2023-03-212-3/+4
* copy-file: fix unused warnings.Kaz Kylheku2023-03-211-13/+32
* compiler: unused warnings in optimizer.Kaz Kylheku2023-03-211-62/+62
* compiler: bug: unmatchable pattern in optimizer.Kaz Kylheku2023-03-211-1/+1
* compiler: fix remaining unused variable warningsKaz Kylheku2023-03-211-66/+69
* Allow t symbol in macro parameter lists.Kaz Kylheku2023-03-211-19/+24
* compiler: fix unused variable situationsKaz Kylheku2023-03-201-34/+28
* compiler: recognize t as synonym for :warn.Kaz Kylheku2023-03-201-1/+1
* compiler: source-loc propagation in tree-bind, lambdaKaz Kylheku2023-03-202-89/+95
* compiler: recognize use function as constant-foldableKaz Kylheku2023-03-201-1/+1
* compiler: implement unused warningKaz Kylheku2023-03-201-7/+19
* compiler: compiler options mechanism.Kaz Kylheku2023-03-201-3/+60
* New audio-related quip.Kaz Kylheku2023-02-211-0/+1
* quips: new one about floating-point.Kaz Kylheku2023-02-081-0/+1
* doc: * function not mentioned in heading.Kaz Kylheku2023-01-021-74/+74
* Copyright year bump 2023.Kaz Kylheku2023-01-0144-44/+44
* Version 284.txr-284Kaz Kylheku2022-12-301-1/+1
* awk: new feature, res variable.Kaz Kylheku2022-12-302-2/+5
* doc: fix nonexistent macro name.Kaz Kylheku2022-12-301-1/+1
* quips: new one.Kaz Kylheku2022-12-101-0/+1
* compiler: runaway recursion in constant folding call.Kaz Kylheku2022-11-261-1/+4
* compiler: bug: some functions mustn't be constant-foldedKaz Kylheku2022-11-251-5/+5
* read-once: support globals properly.Kaz Kylheku2022-11-101-2/+3
* New feature: struct preludes.Kaz Kylheku2022-11-032-2/+21
* compiler: optimizations in catch.Kaz Kylheku2022-10-271-46/+63
* defstruct: new :inherit clause.Kaz Kylheku2022-10-171-5/+14
* Version 283.txr-283Kaz Kylheku2022-10-161-1/+1
* New function: macroexpand-struct-clause.Kaz Kylheku2022-10-132-0/+6
* New function: macroexpand-match.Kaz Kylheku2022-10-132-0/+6
* New function: macroexpand-place.Kaz Kylheku2022-10-132-6/+15
* New function: macroexpand-params.Kaz Kylheku2022-10-132-0/+8
* structs: optional init-exprs now useful in :delegateKaz Kylheku2022-10-111-3/+13
* json: support standard-style formatting.Kaz Kylheku2022-10-111-0/+1
* streams: new function inc-indent-abs.Kaz Kylheku2022-10-111-3/+4
* New quip: future-proof.Kaz Kylheku2022-10-101-0/+1
* defstruct: consolidate finalizers into one lambda.Kaz Kylheku2022-10-051-6/+12
* defstruct: refactor elimination of empty :init/:fini.Kaz Kylheku2022-10-051-18/+18
* define-struct-clause: reject :postfiniKaz Kylheku2022-10-041-1/+1
* oop: allow multiple :init, :fini, etc.Kaz Kylheku2022-10-041-43/+29
* New: %fun% mechanism for current function name.Kaz Kylheku2022-10-032-15/+24
* New method: str-addr.Kaz Kylheku2022-10-032-0/+29
* str-in6addr: bugfix: trailing zero in hex problem.Kaz Kylheku2022-10-031-2/+4
* New sockaddr-str function.Kaz Kylheku2022-10-022-0/+10
* New :postfini feature in defstruct.Kaz Kylheku2022-09-271-2/+16
* Version 282.txr-282Kaz Kylheku2022-09-161-1/+1
* compiler: bug: bad basic-block merge across end insn.Kaz Kylheku2022-09-153-6/+12
* compiler: bug: scoping of lambda optionals.Kaz Kylheku2022-09-151-17/+15