summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2023.Kaz Kylheku2023-01-01136-138/+138
* doc: fix date for 284 release.Kaz Kylheku2022-12-301-1/+1
* Version 284.txr-284Kaz Kylheku2022-12-307-1096/+1153
* android, cygwin: do not try to test crypt.Kaz Kylheku2022-12-301-0/+3
* crypt: fix for platforms that lack crypt_r.Kaz Kylheku2022-12-302-1/+5
* doc: spurious plural in JSON section.Kaz Kylheku2022-12-301-1/+1
* doc: grammar under awk.Kaz Kylheku2022-12-301-1/+1
* doc: trim-left: don't document string case as fixed regexKaz Kylheku2022-12-301-2/+2
* doc: clarify @(repeat) is @(collect :vars nil)Kaz Kylheku2022-12-301-1/+11
* awk: new feature, res variable.Kaz Kylheku2022-12-305-2/+58
* doc: consistency of condition-pattern term for awk.Kaz Kylheku2022-12-301-2/+2
* doc: fix nonexistent macro name.Kaz Kylheku2022-12-302-2/+2
* doc: improve span-str, compl-span-str, break-strKaz Kylheku2022-12-101-0/+32
* doc: abc_function typo.Kaz Kylheku2022-12-101-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
* streams: fixes in few type error diagnostics.Kaz Kylheku2022-11-211-5/+7
* expt: zero exponent yields 1.0.Kaz Kylheku2022-11-202-0/+9
* hash: floating: handle negative zero.Kaz Kylheku2022-11-201-3/+5
* crypt: reduce ridiculous stack usage.Kaz Kylheku2022-11-171-4/+9
* structs: use type-error rather than error.Kaz Kylheku2022-11-111-5/+5
* read-once: support globals properly.Kaz Kylheku2022-11-103-15/+42
* ftw: default flags to ftw-physKaz Kylheku2022-11-102-4/+24
* New feature: struct preludes.Kaz Kylheku2022-11-036-4/+150
* crypt: remove dubious validator.Kaz Kylheku2022-10-313-71/+37
* listener: drop security checks on windows.Kaz Kylheku2022-10-271-1/+14
* command line: set self-path for --compile.Kaz Kylheku2022-10-272-3/+33
* txrtags: maintain due to new defstruct syntax.Kaz Kylheku2022-10-271-2/+3
* compiler: optimizations in catch.Kaz Kylheku2022-10-271-46/+63
* lib: or2: define in GCC-specific way.Kaz Kylheku2022-10-261-1/+5
* cat-str/join/join-with: allow nested sequencesKaz Kylheku2022-10-253-96/+111
* defstruct: new :inherit clause.Kaz Kylheku2022-10-173-5/+53
* doc: opip, flow: note about no-argument case.Kaz Kylheku2022-10-171-0/+20
* Version 283.txr-283Kaz Kylheku2022-10-167-799/+885
* args: don't use C99 flexible array member.Kaz Kylheku2022-10-151-6/+2
* args: don't use alloca for const size cases.Kaz Kylheku2022-10-1511-38/+43
* funcall: consolidate VM fun handling.Kaz Kylheku2022-10-141-34/+80
* funcall: handle optargs in funcall helpers.Kaz Kylheku2022-10-141-8/+85
* funcall: don't route to generic_fun on optargs.Kaz Kylheku2022-10-141-5/+15
* New function: macroexpand-struct-clause.Kaz Kylheku2022-10-134-1/+57
* New function: macroexpand-match.Kaz Kylheku2022-10-134-0/+57
* New function: macroexpand-place.Kaz Kylheku2022-10-134-8/+87
* New function: macroexpand-params.Kaz Kylheku2022-10-135-1/+76
* doc: revise lambda examples.Kaz Kylheku2022-10-121-12/+49
* structs: optional init-exprs now useful in :delegateKaz Kylheku2022-10-113-13/+53
* json: support standard-style formatting.Kaz Kylheku2022-10-115-36/+127
* streams: new function inc-indent-abs.Kaz Kylheku2022-10-114-4/+30
* put-json: restore indent on unwinding.Kaz Kylheku2022-10-111-1/+7
* New quip: future-proof.Kaz Kylheku2022-10-101-0/+1