summaryrefslogtreecommitdiffstats
path: root/tags.tl
Commit message (Expand)AuthorAgeFilesLines
* tags: add script to tag interned symbols.Paul A. Patience2021-08-311-82/+142
* tags: don't escape etag patternsPaul A. Patience2021-07-251-21/+20
* tags: option for qualified identifier tags.Kaz Kylheku2021-07-251-2/+15
* tags: add support for etags format.Paul A. Patience2021-07-181-21/+82
* tags: recognize deffi-struct.Kaz Kylheku2021-06-081-1/+1
* tags: handle literals for undefined structures.Kaz Kylheku2021-06-081-0/+1
* matcher: allow user-defined patterns via defmatchKaz Kylheku2021-04-171-1/+1
* tags: take advantage of weak packages.Kaz Kylheku2020-07-121-1/+1
* lib: sort becomes non-destructive; nsort introduced.Kaz Kylheku2020-05-131-1/+1
* tags: bugfix: file-opening logic in simulated load.Kaz Kylheku2020-04-221-1/+2
* tags: @(bind) should generate variable tags.Kaz Kylheku2020-04-071-1/+1
* tags: handle macro-timeKaz Kylheku2020-04-051-1/+1
* tags: bugfix: process progn correctly.Kaz Kylheku2020-04-051-1/+1
* tags: process only pkg clauses of load-for.Kaz Kylheku2020-04-051-1/+4
* tags: use sys:make-anon-packageKaz Kylheku2020-04-051-1/+1
* tags: completely restore package list for each file.Kaz Kylheku2020-04-051-6/+4
* tags: follow loads and define needed packages.Kaz Kylheku2020-04-051-1/+24
* tags: process files in anon package.Kaz Kylheku2020-04-041-4/+15
* tags: wrong flattening function in @(bind) handling.Kaz Kylheku2020-04-041-1/+1
* tags: grok Lisp definitions inside @(do ...).Kaz Kylheku2020-04-031-1/+9
* tags: first cut at handling .txr files.Kaz Kylheku2020-04-031-65/+114
* tags: backslashes require escape.Kaz Kylheku2020-04-031-1/+1
* 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
* tags: support compilation.Kaz Kylheku2020-03-101-41/+42
* tags: don't scan files twice.Kaz Kylheku2020-03-091-67/+65
* tags: add --exclude option.Kaz Kylheku2020-03-071-9/+33
* 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