| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: remove C diagnostic options under C++. | Kaz Kylheku | 2020-03-25 | 1 | -0/+34 |
* | Version 234.txr-234 | Kaz Kylheku | 2020-03-25 | 6 | -608/+669 |
* | doc: typeof: missing BST types. | Kaz Kylheku | 2020-03-24 | 1 | -0/+6 |
* | open-process: fix regression. | Kaz Kylheku | 2020-03-24 | 1 | -1/+1 |
* | New contains function: near alias of search. | Kaz Kylheku | 2020-03-23 | 4 | -1/+23 |
* | method: use new dynamic args to avoid consing list. | Kaz Kylheku | 2020-03-23 | 1 | -9/+10 |
* | umethod: use new dynamic args to avoid consing list. | Kaz Kylheku | 2020-03-23 | 3 | -7/+18 |
* | apf and ipf: take arguments that are inserted. | Kaz Kylheku | 2020-03-22 | 2 | -9/+54 |
* | New type args with DARG type code. | Kaz Kylheku | 2020-03-22 | 7 | -2/+53 |
* | dump-compiled-objects: wrong self name. | Kaz Kylheku | 2020-03-22 | 1 | -1/+1 |
* | hash-uni: two new arguments for projecting values. | Kaz Kylheku | 2020-03-19 | 3 | -10/+31 |
* | linenoise: major delete ops now yank to clipboard. | Kaz Kyheku | 2020-03-19 | 1 | -19/+41 |
* | gc: small memory support. | Kaz Kylheku | 2020-03-18 | 2 | -0/+20 |
* | internals: rename misnamed curry_* functions. | Kaz Kyheku | 2020-03-17 | 10 | -92/+92 |
* | Support base64url encoding. | Kaz Kyheku | 2020-03-17 | 3 | -20/+208 |
* | tags: useless use of quasiliteral. | Kaz Kylheku | 2020-03-14 | 1 | -2/+2 |
* | tags: fix reversed test for ftw-actionretval. | Kaz Kylheku | 2020-03-14 | 1 | -1/+1 |
* | tags: missing eval in macro. | Kaz Kylheku | 2020-03-11 | 1 | -1/+1 |
* | compile-file: propagate permissions for hash bang programs. | Kaz Kyheku | 2020-03-10 | 2 | -4/+39 |
* | tags: support compilation. | Kaz Kylheku | 2020-03-10 | 1 | -41/+42 |
* | tags: don't scan files twice. | Kaz Kylheku | 2020-03-09 | 1 | -67/+65 |
* | hash: bugfix: maintain counts in weak processing. | Kaz Kylheku | 2020-03-09 | 1 | -4/+10 |
* | Version 233.txr-233 | Kaz Kylheku | 2020-03-08 | 6 | -1063/+1126 |
* | strings: bugfix: broken inequality comparisons. | Kaz Kylheku | 2020-03-07 | 2 | -5/+14 |
* | genvim: colon isn't keyword constituent any more. | Kaz Kylheku | 2020-03-07 | 1 | -1/+1 |
* | tags: add --exclude option. | Kaz Kylheku | 2020-03-07 | 1 | -9/+33 |
* | fnmatch: fix missing fnm-extmatch. | Kaz Kylheku | 2020-03-07 | 1 | -1/+1 |
* | getopts: new feature: cumulative options. | Kaz Kyheku | 2020-03-06 | 3 | -14/+82 |
* | getopts: bugfix in short option processing. | Kaz Kyheku | 2020-03-06 | 1 | -6/+6 |
* | tags: handle option struct slots with more care | Kaz Kylheku | 2020-03-05 | 1 | -2/+4 |
* | tags: implement merge with merge function. | Kaz Kylheku | 2020-03-05 | 1 | -2/+2 |
* | tags: fix off-by-one line numbers for hash bang. | Kaz Kylheku | 2020-03-05 | 1 | -1/+2 |
* | tags: handle define-option-struct. | Kaz Kylheku | 2020-03-05 | 1 | -0/+6 |
* | tags: add option processing. | Kaz Kylheku | 2020-03-05 | 1 | -11/+46 |
* | tags: reduce repetition of tag construction with macrolet. | Kaz Kylheku | 2020-03-04 | 1 | -76/+50 |
* | tags: eliminate duplicated text methods. | Kaz Kylheku | 2020-03-04 | 1 | -10/+13 |
* | TXR Lisp tag generation utility. | Kaz Kylheku | 2020-03-04 | 1 | -0/+150 |
* | less: fix broken semantics for symbols. | Kaz Kyheku | 2020-03-04 | 2 | -6/+82 |
* | doc: better wording on lisp compilation. | Kaz Kylheku | 2020-02-29 | 1 | -16/+11 |
* | doc: missing article under Lisp Compilation. | Kaz Kylheku | 2020-02-29 | 1 | -1/+1 |
* | New function: assq and rassq. | Kaz Kyheku | 2020-02-24 | 6 | -12/+63 |
* | New functions: meq, meql and mequal. | Kaz Kylheku | 2020-02-22 | 4 | -0/+69 |
* | listener: if no new lines, don't save history. | Kaz Kylheku | 2020-02-18 | 3 | -1/+7 |
* | listener: save history early with :save command. | Kaz Kylheku | 2020-02-18 | 2 | -15/+36 |
* | doc: spelling under file-place-buf | Kaz Kylheku | 2020-02-18 | 1 | -1/+1 |
* | listener: append to .txr_history instead of clobbering. | Kaz Kyheku | 2020-02-18 | 4 | -10/+60 |
* | cygwin: use spawnvp for run and sh. | Kaz Kylheku | 2020-02-17 | 2 | -48/+102 |
* | crypt: refactor hardening a bit. | Kaz Kylheku | 2020-02-15 | 1 | -17/+22 |
* | crypt: harden against crashes. | Kaz Kylheku | 2020-02-14 | 1 | -3/+60 |
* | @(line): get meaningful value in horizontal mode. | Kaz Kylheku | 2020-02-13 | 1 | -1/+10 |