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
...
*
listener: new --noprofile option.
Kaz Kylheku
2021-06-16
4
-2
/
+16
*
txr-case: upkeep.
Kaz Kylheku
2021-06-16
4
-5
/
+48
*
math: forbid dubious inequality comparisons.
Kaz Kylheku
2021-06-15
3
-1
/
+71
*
subprocesses: don't bother saving descriptors.
Kaz Kylheku
2021-06-15
1
-2
/
+21
*
subprocesses: move fds_swizzle to child process.
Kaz Kylheku
2021-06-15
1
-29
/
+41
*
expander: bug: atoms in quasiliteral.
Kaz Kylheku
2021-06-15
2
-0
/
+18
*
defsymacro: regression: don't expand replacement.
Kaz Kylheku
2021-06-15
3
-26
/
+66
*
txr.1: Correction to compat note for 190.
Kaz Kylheku
2021-06-15
1
-1
/
+14
*
doc: problems in mkstemp
Kaz Kylheku
2021-06-15
1
-3
/
+3
*
subprocesses: diagnose streams with no fileno.
Kaz Kylheku
2021-06-15
1
-3
/
+9
*
vim: recognize #/.../ inside brace variables.
Kaz Kylheku
2021-06-15
1
-1
/
+1
*
unwind: unbind dyn env when diagnosing unhandled exception.
Kaz Kylheku
2021-06-14
1
-0
/
+2
*
streams: *stdnull* lazily opens /dev/null
Kaz Kylheku
2021-06-14
2
-9
/
+75
*
pic: take advantage of recent format work.
Kaz Kylheku
2021-06-14
1
-7
/
+2
*
pic: do mkstring cat macro time.
Kaz Kylheku
2021-06-14
1
-1
/
+1
*
format: revise numeric handling.
Kaz Kylheku
2021-06-14
3
-85
/
+232
*
format: new precision - character for zero.
Kaz Kylheku
2021-06-14
3
-0
/
+20
*
doc: remove hyphenation.
Kaz Kylheku
2021-06-14
1
-4
/
+4
*
Version 262
txr-262
Kaz Kylheku
2021-06-11
8
-1262
/
+1349
*
doc: add pic examples.
Kaz Kylheku
2021-06-11
1
-0
/
+37
*
pic: support quasiliteral as format string.
Kaz Kylheku
2021-06-11
3
-22
/
+80
*
doc: codify optional alternatives notation.
Kaz Kylheku
2021-06-11
1
-1
/
+7
*
pic: allow trailing exclamation.
Kaz Kylheku
2021-06-11
3
-16
/
+31
*
pic: clarification and tests.
Kaz Kylheku
2021-06-11
2
-3
/
+13
*
tests: remove *stderr* to *stdnull* redirection.
Kaz Kylheku
2021-06-11
3
-17
/
+7
*
pic: test cases and fixes.
Kaz Kylheku
2021-06-11
2
-8
/
+98
*
tests: support testing for warnings.
Kaz Kylheku
2021-06-11
1
-5
/
+15
*
errors: avoid premature release of deferred warnings.
Kaz Kylheku
2021-06-11
2
-4
/
+5
*
doc: document pic macro.
Kaz Kylheku
2021-06-10
2
-0
/
+194
*
format: fix precision field leading zero problems.
Kaz Kylheku
2021-06-10
2
-8
/
+27
*
New macro: pic.
Kaz Kylheku
2021-06-10
2
-0
/
+125
*
listener: complete macros and operators after quote.
Kaz Kylheku
2021-06-10
1
-6
/
+11
*
ffi: lazily calculate libffi type descriptors.
Kaz Kylheku
2021-06-10
1
-122
/
+110
*
arith: switch sum and prod to seq_iter.
Kaz Kylheku
2021-06-09
3
-34
/
+72
*
reduce-left: rewrite using seq_iter.
Kaz Kylheku
2021-06-09
3
-6
/
+32
*
parser: bug #; and #S don't play.
Kaz Kylheku
2021-06-09
1
-6
/
+15
*
ffi: bug: always using ffi_prep_cif_var.
Kaz Kylheku
2021-06-09
3
-7
/
+10
*
ffi: earnest implementation of FFI struct elements.
Kaz Kylheku
2021-06-09
1
-23
/
+72
*
ffi: fix leak on struct/union redefinition.
Kaz Kylheku
2021-06-09
1
-0
/
+6
*
ffi: leak fix on !HAVE_FFI builds.
Kaz Kylheku
2021-06-09
1
-2
/
+18
*
tags: recognize deffi-struct.
Kaz Kylheku
2021-06-08
1
-1
/
+1
*
tags: handle literals for undefined structures.
Kaz Kylheku
2021-06-08
1
-0
/
+1
*
parser: new *read-unknown-structs* variable.
Kaz Kylheku
2021-06-08
6
-283
/
+310
*
lib: new function, fill-vec.
Kaz Kylheku
2021-06-08
6
-0
/
+157
*
ffi: new macros deffi-struct and deffi-union.
Kaz Kylheku
2021-06-08
4
-1
/
+40
*
expander: expand must only ignores unbound warnings.
Kaz Kylheku
2021-06-07
3
-6
/
+38
*
args: correction in assertion.
Kaz Kylheku
2021-06-07
1
-1
/
+1
*
ffi: allow conversion of carray objects under cptr.
Kaz Kylheku
2021-06-06
2
-4
/
+41
*
ffi: allow nil object to convert under closure type.
Kaz Kylheku
2021-06-06
2
-4
/
+31
*
ffi: add space in ffi-call-desc's printed rep.
Kaz Kylheku
2021-06-06
1
-1
/
+1
[prev]
[next]