summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* chmod: bug handling comma after right hand ugo.Kaz Kylheku2020-02-072-2/+2
* chmod: setuid/setgid bit bugfix and new tests.Kaz Kyheku2020-02-072-9/+8
* chmod: bugfix and new tests.Kaz Kyheku2020-02-072-5/+14
* New tests for chmod.Kaz Kyheku2020-02-074-0/+47
* chmod: fix broken umask application for implicit all.Kaz Kylheku2020-02-071-9/+6
* chmod: fix broken Coreutils-compatible sticky clear.Kaz Kylheku2020-02-071-1/+1
* file-place-buf: bugfix: create file if doesn't exist.Kaz Kylheku2020-02-071-1/+1
* New "m" file open mode: non-truncating "w".Kaz Kylheku2020-02-073-7/+45
* file-put-buf: new argument; also, new file-place-bufKaz Kylheku2020-02-073-3/+27
* buf: bugfix: buf-set-length not setting bytes.Kaz Kylheku2020-02-062-34/+35
* file-get-buf: size limit, seek offset.Kaz Kyheku2020-02-052-15/+42
* doc: file-get-buf opens a binary stream.Kaz Kyheku2020-02-051-2/+2