| Commit message (Expand) | Author | Age | Files | Lines |
* | New feature: struct preludes. | Kaz Kylheku | 2022-11-03 | 6 | -4/+150 |
* | crypt: remove dubious validator. | Kaz Kylheku | 2022-10-31 | 3 | -71/+37 |
* | listener: drop security checks on windows. | Kaz Kylheku | 2022-10-27 | 1 | -1/+14 |
* | command line: set self-path for --compile. | Kaz Kylheku | 2022-10-27 | 2 | -3/+33 |
* | txrtags: maintain due to new defstruct syntax. | Kaz Kylheku | 2022-10-27 | 1 | -2/+3 |
* | compiler: optimizations in catch. | Kaz Kylheku | 2022-10-27 | 1 | -46/+63 |
* | lib: or2: define in GCC-specific way. | Kaz Kylheku | 2022-10-26 | 1 | -1/+5 |
* | cat-str/join/join-with: allow nested sequences | Kaz Kylheku | 2022-10-25 | 3 | -96/+111 |
* | defstruct: new :inherit clause. | Kaz Kylheku | 2022-10-17 | 3 | -5/+53 |
* | doc: opip, flow: note about no-argument case. | Kaz Kylheku | 2022-10-17 | 1 | -0/+20 |
* | Version 283.txr-283 | Kaz Kylheku | 2022-10-16 | 7 | -799/+885 |
* | args: don't use C99 flexible array member. | Kaz Kylheku | 2022-10-15 | 1 | -6/+2 |
* | args: don't use alloca for const size cases. | Kaz Kylheku | 2022-10-15 | 11 | -38/+43 |
* | funcall: consolidate VM fun handling. | Kaz Kylheku | 2022-10-14 | 1 | -34/+80 |
* | funcall: handle optargs in funcall helpers. | Kaz Kylheku | 2022-10-14 | 1 | -8/+85 |
* | funcall: don't route to generic_fun on optargs. | Kaz Kylheku | 2022-10-14 | 1 | -5/+15 |
* | New function: macroexpand-struct-clause. | Kaz Kylheku | 2022-10-13 | 4 | -1/+57 |
* | New function: macroexpand-match. | Kaz Kylheku | 2022-10-13 | 4 | -0/+57 |
* | New function: macroexpand-place. | Kaz Kylheku | 2022-10-13 | 4 | -8/+87 |
* | New function: macroexpand-params. | Kaz Kylheku | 2022-10-13 | 5 | -1/+76 |
* | doc: revise lambda examples. | Kaz Kylheku | 2022-10-12 | 1 | -12/+49 |
* | structs: optional init-exprs now useful in :delegate | Kaz Kylheku | 2022-10-11 | 3 | -13/+53 |
* | json: support standard-style formatting. | Kaz Kylheku | 2022-10-11 | 5 | -36/+127 |
* | streams: new function inc-indent-abs. | Kaz Kylheku | 2022-10-11 | 4 | -4/+30 |
* | put-json: restore indent on unwinding. | Kaz Kylheku | 2022-10-11 | 1 | -1/+7 |
* | New quip: future-proof. | Kaz Kylheku | 2022-10-10 | 1 | -0/+1 |
* | strings: revert caching of hash value. | Kaz Kylheku | 2022-10-08 | 3 | -34/+4 |
* | doc: revise text under :mass-delegate. | Kaz Kylheku | 2022-10-06 | 1 | -3/+5 |
* | hash: bugfix: don't trim seed to 32 bits. | Kaz Kylheku | 2022-10-06 | 1 | -3/+2 |
* | doc: hash-eql and hash-equal return fixnum. | Kaz Kylheku | 2022-10-06 | 1 | -0/+7 |
* | strings: take advantage of malloc_usable_size | Kaz Kylheku | 2022-10-06 | 5 | -16/+109 |
* | doc: fix three broken syntax continuation lines. | Kaz Kylheku | 2022-10-06 | 1 | -3/+3 |
* | Syntax: allow separator commas in numeric tokens. | Kaz Kylheku | 2022-10-05 | 5 | -3646/+4220 |
* | define-struct-clause: add tests. | Kaz Kylheku | 2022-10-05 | 1 | -0/+65 |
* | defstruct: consolidate finalizers into one lambda. | Kaz Kylheku | 2022-10-05 | 1 | -6/+12 |
* | defstruct: refactor elimination of empty :init/:fini. | Kaz Kylheku | 2022-10-05 | 1 | -18/+18 |
* | define-struct-clause: reject :postfini | Kaz Kylheku | 2022-10-04 | 2 | -3/+4 |
* | oop: allow multiple :init, :fini, etc. | Kaz Kylheku | 2022-10-04 | 4 | -55/+87 |
* | New: %fun% mechanism for current function name. | Kaz Kylheku | 2022-10-03 | 6 | -18/+176 |
* | New method: str-addr. | Kaz Kylheku | 2022-10-03 | 5 | -1/+140 |
* | str-in6addr: bugfix: trailing zero in hex problem. | Kaz Kylheku | 2022-10-03 | 1 | -2/+4 |
* | New sockaddr-str function. | Kaz Kylheku | 2022-10-02 | 5 | -0/+146 |
* | doc: equot: replace awkward word. | Kaz Kylheku | 2022-09-29 | 1 | -2/+2 |
* | New :postfini feature in defstruct. | Kaz Kylheku | 2022-09-27 | 4 | -7/+106 |
* | ffi: fix accidental reference to a uint type. | Kaz Kylheku | 2022-09-20 | 1 | -1/+1 |
* | configure: bogus line preventing errors being shown. | Kaz Kylheku | 2022-09-20 | 1 | -1/+0 |
* | configure: add missing "$@" to early reconfigure. | Kaz Kylheku | 2022-09-19 | 1 | -1/+1 |
* | android: pointer tagging countermeasure. | Kaz Kylheku | 2022-09-17 | 2 | -0/+22 |
* | Version 282.txr-282 | Kaz Kylheku | 2022-09-16 | 6 | -1073/+1109 |
* | nan-boxing: make default on 64 bit. | Kaz Kylheku | 2022-09-16 | 1 | -2/+1 |