summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cygwin: use spawnvp for run and sh.Kaz Kylheku2020-02-172-48/+102
* crypt: refactor hardening a bit.Kaz Kylheku2020-02-151-17/+22
* crypt: harden against crashes.Kaz Kylheku2020-02-141-3/+60
* @(line): get meaningful value in horizontal mode.Kaz Kylheku2020-02-131-1/+10
* compiler: remove useless consp test.Kaz Kylheku2020-02-131-56/+55
* open-file: fix diagnostic referring to "o" mode.Kaz Kyheku2020-02-121-1/+1
* copy-file.tl: mode change.Kaz Kyheku2020-02-121-0/+0
* chmod tests: avoid sticky bit when not available.Kaz Kylheku2020-02-101-18/+25
* chmod tests: use macro.Kaz Kylheku2020-02-101-3/+3
* Version 232.txr-232Kaz Kylheku2020-02-096-687/+773
* bugfix: regression in @(skip).Kaz Kylheku2020-02-091-4/+4
* ffi: varray: g++ signed/unsigned warning.Kaz Kylheku2020-02-081-1/+1
* chmod: ugo perms sees effects from same clause.Kaz Kylheku2020-02-082-0/+2
* chmod: ugo must refer to unaltered perms.Kaz Kylheku2020-02-082-7/+14