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
...
*
cygwin: fix broken string catenation.
Kaz Kylheku
2021-05-12
1
-4
/
+4
*
parser: bug: handing of lex state in pushback tokens.
Kaz Kylheku
2021-05-12
5
-0
/
+15
*
vim: attempt at #; syntax.
Kaz Kylheku
2021-05-12
1
-4
/
+7
*
doc: show .tlo files in deployment example.
Kaz Kylheku
2021-05-12
1
-0
/
+2
*
tree: let tree-iter be iterable via generic iteration.
Kaz Kylheku
2021-05-12
3
-0
/
+36
*
doc: nonexistent tree-value-at
Kaz Kylheku
2021-05-11
2
-3
/
+3
*
tree: streamline iteration; provide high limit.
Kaz Kylheku
2021-05-11
7
-1704
/
+1692
*
tree: support indexing and range extraction.
Kaz Kylheku
2021-05-11
6
-1564
/
+1702
*
tree: replace-tree-iter function.
Kaz Kylheku
2021-05-11
5
-1
/
+66
*
tree: copy-tree-iter function.
Kaz Kylheku
2021-05-10
6
-2
/
+62
*
diff/isec: reset hash/tree iter instead making new.
Kaz Kylheku
2021-05-10
3
-2
/
+13
*
doc: fix out of order compat notes.
Kaz Kylheku
2021-05-10
1
-23
/
+23
*
lib: remove spurious null statement.
Kaz Kylheku
2021-05-10
1
-1
/
+1
*
math: poly/rpoly diagnostic mixup.
Kaz Kylheku
2021-05-10
1
-2
/
+2
*
lib: basic support for trees as sequences.
Kaz Kylheku
2021-05-09
4
-38
/
+146
*
tree: expose insert, lookup and delete functions.
Kaz Kylheku
2021-05-09
2
-5
/
+10
*
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
[prev]
[next]