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
*
txr: regression: lack of file name in error messages.
Kaz Kylheku
2019-07-22
1
-1
/
+1
*
@{var1 var2}: bugfix: broken when var2 is regex.
Kaz Kylheku
2019-07-02
1
-1
/
+1
*
Replace lt(x, zero) pattern.
Kaz Kylheku
2019-06-15
1
-2
/
+2
*
parser: always use stream-associated parser for parse_once.
Kaz Kylheku
2019-04-21
1
-5
/
+6
*
debug support: crude debugger removed.
Kaz Kylheku
2019-04-09
1
-38
/
+14
*
unwind: rename env frames.
Kaz Kylheku
2019-04-06
1
-16
/
+16
*
@(output): bugfix: lazy evaluation doesn't work.
Kaz Kylheku
2019-04-05
1
-4
/
+15
*
c++ maintenance: multiple defs of mod_s and bit_s.
Kaz Kylheku
2019-03-30
1
-1
/
+2
*
pattern lang: diagnose undefined function facing EOF.
Kaz Kylheku
2019-02-01
1
-3
/
+10
*
style: convert assignment to initialization.
Kaz Kylheku
2019-02-01
1
-3
/
+1
*
@(next): Cover Lisp expressions with :nothrow.
Kaz Kylheku
2019-01-28
1
-10
/
+57
*
@(next): Diagnose source combined with source-giving option.
Kaz Kylheku
2019-01-28
1
-3
/
+3
*
@(next): bugfix: nothrow not causing failed match.
Kaz Kylheku
2019-01-28
1
-6
/
+14
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
1
-1
/
+1
*
Eliminate ALLOCA_H.
Kaz Kylheku
2018-12-31
1
-1
/
+1
*
Drastically reduce inclusion of <dirent.h>.
Kaz Kylheku
2018-12-11
1
-1
/
+0
*
Better identify functions that misuse COBJ-s and hashes.
Kaz Kylheku
2018-11-07
1
-2
/
+3
*
txr: support variable in postive match.
Kaz Kylheku
2018-05-22
1
-0
/
+5
*
parser: @(if) hack in output must use usr package.
Kaz Kylheku
2018-04-10
1
-0
/
+3
*
Implement compiled file loading.
Kaz Kylheku
2018-04-04
1
-1
/
+5
*
Lisp load function supports .txr files.
Kaz Kylheku
2018-02-16
1
-0
/
+4
*
Copyright year bump 2018.
Kaz Kylheku
2018-02-15
1
-1
/
+1
*
Use rplaca and rplacd instead of set over car_l/cdr_l.
Kaz Kylheku
2018-01-01
1
-8
/
+8
*
Bi-directional string tree match for non-vars.
Kaz Kylheku
2017-08-02
1
-2
/
+12
*
bugfix: pattern language undefined warning system.
Kaz Kylheku
2017-07-16
1
-2
/
+3
*
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
[next]