index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
match.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
New :lists feature in @(collect)/@(coll).
Kaz Kylheku
2017-07-11
1
-5
/
+28
*
bugfix: regression in horizontal @(trailer)
Kaz Kylheku
2017-06-19
1
-3
/
+3
*
Refactoring hash bang support; hash bang null hack.
Kaz Kylheku
2017-05-30
1
-1
/
+1
*
Bugfix: missing usr:end and usr:single symbols.
Kaz Kylheku
2017-04-11
1
-0
/
+6
*
Indexing in variable subst applies to any sequence.
Kaz Kylheku
2017-04-05
1
-5
/
+12
*
Bind variable during directive delimited match.
Kaz Kylheku
2017-03-22
1
-1
/
+37
*
Remove useless consume_prefix call.
Kaz Kylheku
2017-03-22
1
-2
/
+0
*
Bugfix: missing warnings when main file is .txr.
Kaz Kylheku
2017-03-22
1
-0
/
+3
*
Rename badly named default_bool_arg
Kaz Kylheku
2017-03-17
1
-2
/
+2
*
Add in-package directive.
Kaz Kylheku
2017-03-13
1
-1
/
+2
*
New directive: mdo.
Kaz Kylheku
2017-03-12
1
-1
/
+2
*
bugfix: @(next) in function called with match-fun.
Kaz Kylheku
2017-03-12
1
-2
/
+6
*
match-fun: report error using external name.
Kaz Kylheku
2017-03-12
1
-1
/
+1
*
match-fun: make last two args optional.
Kaz Kylheku
2017-03-12
1
-1
/
+3
*
Don't open streams or stdin on non-matching directives.
Kaz Kylheku
2017-03-09
1
-22
/
+25
*
Don't sweep bad data source under the rug.
Kaz Kylheku
2017-03-08
1
-1
/
+1
*
clean up open_data_source function.
Kaz Kylheku
2017-03-08
1
-7
/
+5
*
Drop the annoying need for - for standard input.
Kaz Kylheku
2017-03-08
1
-1
/
+9
*
bugfix: :counter var not registered tentative.
Kaz Kylheku
2017-03-04
1
-0
/
+4
*
bugfix: expand :counter property in @(collect).
Kaz Kylheku
2017-03-04
1
-1
/
+10
*
bugfix: integrate finally clause with accept.
Kaz Kylheku
2017-02-23
1
-20
/
+40
*
bugfix: data stream escape in accept transfers.
Kaz Kylheku
2017-02-20
1
-1
/
+22
*
bugfix: accept allowing binding escape.
Kaz Kylheku
2017-02-20
1
-0
/
+33
*
Eliminate common code: pattern fun binding resolution.
Kaz Kylheku
2017-02-20
1
-36
/
+37
*
Bugfix: h_trailer has to intercept accept.
Kaz Kylheku
2017-02-16
1
-8
/
+26
*
Support horizontal @(block), phase 2.
Kaz Kylheku
2017-02-15
1
-12
/
+62
*
Support horizontal @(block), phase 1.
Kaz Kylheku
2017-02-15
1
-0
/
+45
*
Support horizontal form of @(throw).
Kaz Kylheku
2017-02-13
1
-0
/
+1
*
Registering tentative def must purge warning.
Kaz Kylheku
2017-01-25
1
-1
/
+0
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
Dynamically rebind *package* in @(load).
Kaz Kylheku
2017-01-22
1
-0
/
+1
*
Dump deferred warnings in @(load).
Kaz Kylheku
2017-01-22
1
-0
/
+4
*
Enable unbound warnings when expanding TXR code.
Kaz Kylheku
2017-01-22
1
-4
/
+64
*
bugfix: expand macros in a number of directives.
Kaz Kylheku
2017-01-21
1
-8
/
+72
*
Consolidate unbound var errors in pattern language.
Kaz Kylheku
2017-01-20
1
-33
/
+22
*
Bugfix: expand macros in collect, coll, gather.
Kaz Kylheku
2017-01-19
1
-0
/
+52
*
bugfix: quasilit read/print consistency, part 2.
Kaz Kylheku
2016-11-26
1
-6
/
+4
*
bugfix: quasilit read/print consistency, part 1.
Kaz Kylheku
2016-11-26
1
-8
/
+3
*
Changes to the printing framework.
Kaz Kylheku
2016-10-20
1
-1
/
+1
*
Synchronize license comments with LICENSE.
Kaz Kylheku
2016-10-01
1
-16
/
+17
*
Change criterion for *load-path*-relative loading.
Kaz Kylheku
2016-09-27
1
-1
/
+1
*
Use *load-path* in load/include directive.
Kaz Kylheku
2016-09-26
1
-1
/
+1
*
Overhaul of self-load-path mechanism.
Kaz Kylheku
2016-09-26
1
-3
/
+5
*
Separator expression in @(cat) evaluated as Lisp.
Kaz Kylheku
2016-06-26
1
-1
/
+1
*
Use Lisp eval for :var inits in collect and gather.
Kaz Kylheku
2016-06-26
1
-1
/
+1
*
Bugfix: unsafe num_fast in repeat/rep :counter code.
Kaz Kylheku
2016-06-17
1
-6
/
+6
*
Address silly uses of fixnump.
Kaz Kylheku
2016-06-17
1
-26
/
+22
*
Replace most TXR eval with Lisp eval.
Kaz Kylheku
2016-06-14
1
-43
/
+70
*
Rename Lisp eval wrappers and change arg order.
Kaz Kylheku
2016-06-13
1
-41
/
+32
*
Implement :counter in collect/coll.
Kaz Kylheku
2016-06-09
1
-4
/
+57
[prev]
[next]