summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* New function: txr-parse.Kaz Kylheku2020-04-024-0/+94
* linenoise: command to force submission of unbalanced line.Kaz Kylheku2020-03-282-2/+14
* doc: revise descriptions under Listener.Kaz Kylheku2020-03-251-27/+34
* configure: allow variables to contain quotes.Kaz Kylheku2020-03-251-1/+1
* configure: remove C diagnostic options under C++.Kaz Kylheku2020-03-251-0/+34
* Version 234.txr-234Kaz Kylheku2020-03-256-608/+669
* doc: typeof: missing BST types.Kaz Kylheku2020-03-241-0/+6
* open-process: fix regression.Kaz Kylheku2020-03-241-1/+1
* New contains function: near alias of search.Kaz Kylheku2020-03-234-1/+23
* method: use new dynamic args to avoid consing list.Kaz Kylheku2020-03-231-9/+10
* umethod: use new dynamic args to avoid consing list.Kaz Kylheku2020-03-233-7/+18
* apf and ipf: take arguments that are inserted.Kaz Kylheku2020-03-222-9/+54
* New type args with DARG type code.Kaz Kylheku2020-03-227-2/+53
* dump-compiled-objects: wrong self name.Kaz Kylheku2020-03-221-1/+1
* hash-uni: two new arguments for projecting values.Kaz Kylheku2020-03-193-10/+31
* linenoise: major delete ops now yank to clipboard.Kaz Kyheku2020-03-191-19/+41
* gc: small memory support.Kaz Kylheku2020-03-182-0/+20
* internals: rename misnamed curry_* functions.Kaz Kyheku2020-03-1710-92/+92
* Support base64url encoding.Kaz Kyheku2020-03-173-20/+208
* tags: useless use of quasiliteral.Kaz Kylheku2020-03-141-2/+2
* tags: fix reversed test for ftw-actionretval.Kaz Kylheku2020-03-141-1/+1
* tags: missing eval in macro.Kaz Kylheku2020-03-111-1/+1
* compile-file: propagate permissions for hash bang programs.Kaz Kyheku2020-03-102-4/+39
* tags: support compilation.Kaz Kylheku2020-03-101-41/+42
* tags: don't scan files twice.Kaz Kylheku2020-03-091-67/+65
* hash: bugfix: maintain counts in weak processing.Kaz Kylheku2020-03-091-4/+10
* Version 233.txr-233Kaz Kylheku2020-03-086-1063/+1126
* strings: bugfix: broken inequality comparisons.Kaz Kylheku2020-03-072-5/+14
* genvim: colon isn't keyword constituent any more.Kaz Kylheku2020-03-071-1/+1
* tags: add --exclude option.Kaz Kylheku2020-03-071-9/+33
* fnmatch: fix missing fnm-extmatch.Kaz Kylheku2020-03-071-1/+1
* getopts: new feature: cumulative options.Kaz Kyheku2020-03-063-14/+82
* getopts: bugfix in short option processing.Kaz Kyheku2020-03-061-6/+6
* tags: handle option struct slots with more careKaz Kylheku2020-03-051-2/+4
* tags: implement merge with merge function.Kaz Kylheku2020-03-051-2/+2
* tags: fix off-by-one line numbers for hash bang.Kaz Kylheku2020-03-051-1/+2
* tags: handle define-option-struct.Kaz Kylheku2020-03-051-0/+6
* tags: add option processing.Kaz Kylheku2020-03-051-11/+46
* tags: reduce repetition of tag construction with macrolet.Kaz Kylheku2020-03-041-76/+50
* tags: eliminate duplicated text methods.Kaz Kylheku2020-03-041-10/+13
* TXR Lisp tag generation utility.Kaz Kylheku2020-03-041-0/+150
* less: fix broken semantics for symbols.Kaz Kyheku2020-03-042-6/+82
* doc: better wording on lisp compilation.Kaz Kylheku2020-02-291-16/+11
* doc: missing article under Lisp Compilation.Kaz Kylheku2020-02-291-1/+1
* New function: assq and rassq.Kaz Kyheku2020-02-246-12/+63
* New functions: meq, meql and mequal.Kaz Kylheku2020-02-224-0/+69
* listener: if no new lines, don't save history.Kaz Kylheku2020-02-183-1/+7
* listener: save history early with :save command.Kaz Kylheku2020-02-182-15/+36
* doc: spelling under file-place-bufKaz Kylheku2020-02-181-1/+1
* listener: append to .txr_history instead of clobbering.Kaz Kyheku2020-02-184-10/+60