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
...
*
doc: issue in identity function heading.
Kaz Kylheku
2021-05-25
2
-3
/
+4
*
doc: functions apply to arguments not vice versa.
Kaz Kylheku
2021-05-25
1
-27
/
+32
*
doc: maintenance in description of toint, tofloat.
Kaz Kylheku
2021-05-25
1
-4
/
+6
*
window-map: broken :wrap and :reflect.
Kaz Kylheku
2021-05-25
2
-11
/
+54
*
matcher: allow hash pattern to omit values.
Kaz Kylheku
2021-05-24
3
-8
/
+59
*
matcher: fix funny comma placement.
Kaz Kylheku
2021-05-24
1
-2
/
+2
*
parser: improve diagnostic for unterminated exprs.
Kaz Kylheku
2021-05-24
2
-4
/
+10
*
compiler: bugfix: warnings deferred too far.
Kaz Kylheku
2021-05-23
1
-1
/
+4
*
ffi: fix crash: carray argument type.
Kaz Kylheku
2021-05-22
1
-1
/
+1
*
eval: bugfix: expand keys in case{q,ql,qual}*
Kaz Kylheku
2021-05-21
1
-2
/
+2
*
doc: improvements ARGUMENTS AND OPTIONS.
Kaz Kylheku
2021-05-21
1
-14
/
+80
*
txr/doc: refer to arguments not data-files.
Kaz Kylheku
2021-05-21
2
-2
/
+2
*
txr: match help text wording to doc.
Kaz Kylheku
2021-05-21
1
-6
/
+6
*
quips: new TTY joke, and take on familiar saying.
Kaz Kylheku
2021-05-21
1
-0
/
+2
*
mpi: bug converting most negative 64 bit value.
Kaz Kylheku
2021-05-21
1
-2
/
+3
*
match: binary-integer conv tests for #x-8000...
Kaz Kylheku
2021-05-21
1
-0
/
+21
*
mpi: incorrect unsigned integer extraction.
Kaz Kylheku
2021-05-21
1
-4
/
+6
*
mpi: bug in range test predictes.
Kaz Kylheku
2021-05-21
1
-3
/
+3
*
math: add some tests related to integer conversion.
Kaz Kylheku
2021-05-21
1
-0
/
+50
*
listener: don't complete on unbound symbols
Kaz Kylheku
2021-05-18
1
-4
/
+3
*
doc: macrolet doesn't contain top-level forms.
Kaz Kylheku
2021-05-17
1
-0
/
+28
*
doc: deindent top-level form rules.
Kaz Kylheku
2021-05-17
1
-1
/
+0
*
doc: a round of documentation fixes.
Paul A. Patience
2021-05-17
1
-98
/
+190
*
doc: incorrect precedence of repeat special clauses.
Kaz Kylheku
2021-05-17
1
-16
/
+28
*
doc: deffi, defplace: syntax heading.
Paul A. Patience
2021-05-17
1
-4
/
+4
*
doc: rewrite flawed doc for sme operator.
Kaz Kylheku
2021-05-16
1
-15
/
+42
*
lib: sys_rplacd misnamed parameter.
Kaz Kylheku
2021-05-14
1
-3
/
+3
*
compiler: better code for global var definitions.
Kaz Kylheku
2021-05-14
4
-10
/
+33
*
doc: sort doc-syms, and html-decode.
Kaz Kylheku
2021-05-13
2
-2049
/
+2063
*
Version 259
txr-259
Kaz Kylheku
2021-05-13
6
-865
/
+920
*
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
[prev]
[next]