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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tree: new tree-peek function.
Kaz Kylheku
2021-05-09
5
-13
/
+95
*
tree: new make_similar_tree unction.
Kaz Kylheku
2021-05-09
4
-0
/
+39
*
parser: #; tests and bugfixes.
Kaz Kylheku
2021-05-06
3
-1638
/
+1706
*
configure: reconfigure: add "$@" to configure line.
Kaz Kylheku
2021-05-05
1
-2
/
+2
*
configure: bug: in-place reconfigure clobber.
Kaz Kylheku
2021-05-05
1
-0
/
+1
*
matcher: new "each-match family" of macros.
Kaz Kylheku
2021-05-04
5
-6
/
+331
*
parser: fix regression in #; syntax.
Kaz Kylheku
2021-05-04
3
-3
/
+9
*
format: use self variable in error messages.
Kaz Kylheku
2021-05-04
1
-6
/
+6
*
format: ~x/~X specifiers support buffers.
Kaz Kylheku
2021-05-04
5
-18
/
+84
*
sha256/md5: leak: don't use borrowed buffer for hash.
Kaz Kylheku
2021-05-04
3
-2
/
+3
*
buf: bugfix: int-buf, uint-buf refer to alloc size.
Kaz Kylheku
2021-05-04
2
-2
/
+6
*
compiler: bug: not warning bad uses of some local funs.
Kaz Kylheku
2021-05-03
1
-2
/
+3
*
rel-path: bugfixes.
Kaz Kylheku
2021-05-03
3
-21
/
+136
*
New function: rel-path.
Kaz Kylheku
2021-05-03
5
-1
/
+150
*
New function: portable-abs-path-p.
Kaz Kylheku
2021-05-02
4
-8
/
+61
*
bug: join-with segfault on character separators.
Kaz Kylheku
2021-05-02
2
-1
/
+25
*
doc: "suficient" typo in new paragraph.
Kaz Kylheku
2021-05-02
1
-1
/
+1
*
Version 258
txr-258
Kaz Kylheku
2021-05-01
6
-146
/
+176
*
parser: gc bug.
Kaz Kylheku
2021-05-01
2
-507
/
+491
*
configure: use -ansi, not -std=c90.
Kaz Kylheku
2021-05-01
1
-1
/
+1
*
doc: note a diff between compiled and source files.
Kaz Kylheku
2021-04-30
1
-0
/
+42
*
tree: new functions for reseting iterator.
Kaz Kylheku
2021-04-30
5
-1
/
+104
*
tree: remove unused member from dynamic iter.
Kaz Kylheku
2021-04-30
1
-3
/
+0
*
vim: more accurate treatment of brace vars.
Kaz Kylheku
2021-04-30
1
-1
/
+2
*
vim: support for #T and #N syntax.
Kaz Kylheku
2021-04-30
1
-4
/
+4
*
tree: use rlist in test case.
Kaz Kylheku
2021-04-30
1
-1
/
+1
*
mapcar*: fix broken.
Kaz Kylheku
2021-04-29
2
-1
/
+7
*
tree: new tree-begin-at function.
Kaz Kylheku
2021-04-29
5
-8
/
+112
*
tree: more tests.
Kaz Kylheku
2021-04-29
2
-100
/
+141
*
doc: wrong heading for tree-insert
Kaz Kylheku
2021-04-29
1
-1
/
+1
*
tree: incorrect lookup function.
Kaz Kylheku
2021-04-29
2
-1
/
+32
*
tree: debug massive gc problems.
Kaz Kylheku
2021-04-29
2
-55
/
+62
*
macros: lexical-var-p: don't report t for specials.
Kaz Kylheku
2021-04-28
2
-12
/
+82
*
doc: document seq-iter type and redocument iter-begin
Kaz Kylheku
2021-04-28
1
-10
/
+30
*
lib: document gc problem related to seq-begin.
Kaz Kylheku
2021-04-28
1
-0
/
+20
*
lib: remove internal use of seq_begin.
Kaz Kylheku
2021-04-28
1
-12
/
+16
*
seq-iter: gc issue.
Kaz Kylheku
2021-04-28
1
-1
/
+1
*
match-str: tests with negative pos.
Kaz Kylheku
2021-04-28
1
-1
/
+29
*
match-str: tests and bugfix.
Kaz Kylheku
2021-04-27
2
-1
/
+42
*
matcher: make use of mtest in test suite.
Kaz Kylheku
2021-04-27
1
-111
/
+122
*
match-str: rewrite.
Kaz Kylheku
2021-04-27
1
-19
/
+101
*
lib: diagnostic functions moved out of arith.c.
Kaz Kylheku
2021-04-27
3
-11
/
+13
*
lib: move TAG_PAIR out of arith.c.
Kaz Kylheku
2021-04-27
2
-1
/
+1
*
math: remove unused macro.
Kaz Kylheku
2021-04-26
1
-1
/
+0
*
doc: document --free-all
Kaz Kylheku
2021-04-26
1
-0
/
+9
*
matcher: add some test variants.
Kaz Kylheku
2021-04-26
1
-2
/
+20
*
matcher: quasi match incorrectly treats nil as bound.
Kaz Kylheku
2021-04-26
2
-2
/
+6
*
matcher: use match-str instead of sub-str and str=
Kaz Kylheku
2021-04-26
1
-4
/
+4
*
matcher: bugfix in `text{rest}` case.
Kaz Kylheku
2021-04-26
2
-2
/
+5
*
match-str: return useful position instead of t.
Kaz Kylheku
2021-04-26
2
-8
/
+22
[prev]
[next]