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: @(data) must disable recycling.
Kaz Kylheku
2024-06-30
1
-0
/
+1
*
txr: bugfix: reset top flag when copying context.
Kaz Kylheku
2024-06-29
1
-0
/
+1
*
txr: better implementation of previous change.
Kaz Kylheku
2024-06-29
1
-42
/
+25
*
txr: real solution for spurious retention problem.
Kaz Kylheku
2024-06-29
1
-24
/
+56
*
txr: deal with spurious retention problem.
Kaz Kylheku
2024-06-24
1
-28
/
+33
*
Copyright year bump 2024.
Kaz Kylheku
2024-01-18
1
-1
/
+1
*
txr: bug in handling @{nil ...} variable match.
Kaz Kylheku
2023-12-17
1
-1
/
+3
*
New @(push) directive.
Kaz Kylheku
2023-06-12
1
-4
/
+59
*
load: now establishes a block named load.
Kaz Kylheku
2023-05-31
1
-3
/
+4
*
txr: bugfix, allow lazy lists in multi match.
Kaz Kylheku
2023-02-27
1
-0
/
+1
*
Copyright year bump 2023.
Kaz Kylheku
2023-01-01
1
-1
/
+1
*
txr: close streams.
Kaz Kylheku
2022-08-29
1
-15
/
+59
*
load/@(load): use path_cat.
Kaz Kylheku
2022-04-25
1
-3
/
+1
*
New: load can search multiple directories.
Kaz Kylheku
2022-04-25
1
-2
/
+2
*
Use null_string throughout code base.
Kaz Kylheku
2022-02-05
1
-3
/
+3
*
New function: match-fboundp.
Kaz Kylheku
2022-01-17
1
-0
/
+5
*
Copyright year bump 2022.
Kaz Kylheku
2022-01-11
1
-1
/
+1
*
freeform: bug: account for consumed prefix.
Kaz Kylheku
2022-01-04
1
-1
/
+1
*
txr: do not ignore regex in positive match.
Kaz Kylheku
2021-12-27
1
-39
/
+17
*
txr: function span variable must match existing value.
Kaz Kylheku
2021-12-27
1
-3
/
+231
*
txr: allow variable to span vertical function.
Kaz Kylheku
2021-12-26
1
-5
/
+44
*
lookup_var: don't pass dyn_env explicitly.
Kaz Kylheku
2021-09-03
1
-1
/
+1
*
load: new *load-hooks* feature.
Kaz Kylheku
2021-09-02
1
-1
/
+3
*
license: reformat to fit 80 columns.
Kaz Kylheku
2021-08-16
1
-12
/
+13
*
lazy-stream-cons: control close throwing behavior.
Kaz Kylheku
2021-08-07
1
-5
/
+6
*
txr: @(eof) takes argument for binding termination status.
Kaz Kylheku
2021-08-05
1
-21
/
+48
*
hash: change make_hash interface.
Kaz Kylheku
2021-07-22
1
-4
/
+4
*
type: disallow structs using built-in type names.
Kaz Kylheku
2021-07-08
1
-1
/
+1
*
txr: stack protection in pattern language.
Kaz Kylheku
2021-06-24
1
-0
/
+4
*
c_str now takes a self argument.
Kaz Kylheku
2021-06-23
1
-2
/
+2
*
txr: gather: report list of missing required vars.
Kaz Kylheku
2021-04-13
1
-2
/
+8
*
txr: tighten keyword arg parsing in @(next).
Kaz Kylheku
2021-02-22
1
-13
/
+17
*
txr: typo in comment.
Kaz Kylheku
2021-02-22
1
-1
/
+1
*
txr: bugfix: give @(call) same semantics as direct call.
Kaz Kylheku
2021-02-22
1
-10
/
+3
*
txr: pattern function calls are non-matching.
Kaz Kylheku
2021-02-21
1
-22
/
+23
*
@(call): bugfix: matching doesn't continue.
Kaz Kylheku
2021-02-17
1
-1
/
+2
*
@(rebind): bugfix: don't clobber right side variable.
Kaz Kylheku
2021-01-30
1
-1
/
+1
*
Copyright year bump 2021.
Kaz Kylheku
2021-01-14
1
-1
/
+1
*
txr, eval: eliminate some func_n1 calls.
Kaz Kylheku
2020-12-10
1
-3
/
+3
*
env: move function to sysif.c
Kaz Kylheku
2020-10-16
1
-0
/
+1
*
tags: address small issue with tag lookup.
Kaz Kylheku
2020-09-01
1
-2
/
+2
*
txr: identify output repeat vars at parse time
Kaz Kylheku
2020-08-17
1
-51
/
+7
*
Remove unnecessary forward declarations.
Kaz Kylheku
2020-08-17
1
-1
/
+0
*
match.c: revert bad commits.
Kaz Kylheku
2020-08-14
1
-158
/
+118
*
Change noreturn to NORETURN.
Kaz Kylheku
2020-08-07
1
-1
/
+1
*
txr: support @(if)/@(elif)/@(else) in @(output).
Kaz Kylheku
2020-07-07
1
-0
/
+14
*
txr: factor repeat out of output.
Kaz Kylheku
2020-07-07
1
-97
/
+107
*
c_num: now takes self argument.
Kaz Kylheku
2020-06-29
1
-23
/
+32
*
pattern lang: vertical-horizontal fallback regression.
Kaz Kylheku
2020-06-29
1
-3
/
+6
*
Remove unnecessary #include directives.
Kaz Kylheku
2020-04-22
1
-2
/
+0
[next]