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
/
txr.1
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Version 263
txr-263
Kaz Kylheku
2021-06-17
1
-3
/
+3
*
doc: bad grammar under FFI ptr type
Kaz Kylheku
2021-06-17
1
-1
/
+1
*
doc: formatting of meta-symbols under op.
Kaz Kylheku
2021-06-17
1
-16
/
+26
*
New macro: flow.
Kaz Kylheku
2021-06-16
1
-0
/
+40
*
listener: new --noprofile option.
Kaz Kylheku
2021-06-16
1
-1
/
+9
*
txr-case: upkeep.
Kaz Kylheku
2021-06-16
1
-5
/
+33
*
math: forbid dubious inequality comparisons.
Kaz Kylheku
2021-06-15
1
-1
/
+1
*
defsymacro: regression: don't expand replacement.
Kaz Kylheku
2021-06-15
1
-14
/
+29
*
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
*
streams: *stdnull* lazily opens /dev/null
Kaz Kylheku
2021-06-14
1
-3
/
+30
*
format: revise numeric handling.
Kaz Kylheku
2021-06-14
1
-72
/
+112
*
format: new precision - character for zero.
Kaz Kylheku
2021-06-14
1
-0
/
+12
*
doc: remove hyphenation.
Kaz Kylheku
2021-06-14
1
-4
/
+4
*
Version 262
txr-262
Kaz Kylheku
2021-06-11
1
-3
/
+3
*
doc: add pic examples.
Kaz Kylheku
2021-06-11
1
-0
/
+37
*
pic: support quasiliteral as format string.
Kaz Kylheku
2021-06-11
1
-6
/
+45
*
doc: codify optional alternatives notation.
Kaz Kylheku
2021-06-11
1
-1
/
+7
*
pic: allow trailing exclamation.
Kaz Kylheku
2021-06-11
1
-14
/
+23
*
pic: clarification and tests.
Kaz Kylheku
2021-06-11
1
-3
/
+7
*
doc: document pic macro.
Kaz Kylheku
2021-06-10
1
-0
/
+193
*
format: fix precision field leading zero problems.
Kaz Kylheku
2021-06-10
1
-6
/
+18
*
arith: switch sum and prod to seq_iter.
Kaz Kylheku
2021-06-09
1
-1
/
+3
*
reduce-left: rewrite using seq_iter.
Kaz Kylheku
2021-06-09
1
-0
/
+12
*
ffi: bug: always using ffi_prep_cif_var.
Kaz Kylheku
2021-06-09
1
-3
/
+6
*
parser: new *read-unknown-structs* variable.
Kaz Kylheku
2021-06-08
1
-0
/
+19
*
lib: new function, fill-vec.
Kaz Kylheku
2021-06-08
1
-0
/
+88
*
ffi: new macros deffi-struct and deffi-union.
Kaz Kylheku
2021-06-08
1
-0
/
+30
*
expander: expand must only ignores unbound warnings.
Kaz Kylheku
2021-06-07
1
-1
/
+14
*
ffi: allow conversion of carray objects under cptr.
Kaz Kylheku
2021-06-06
1
-2
/
+32
*
ffi: allow nil object to convert under closure type.
Kaz Kylheku
2021-06-06
1
-3
/
+30
*
matcher: doc fix, quasiquote examples, new test.
Kaz Kylheku
2021-06-04
1
-1
/
+41
*
FFI: big improvement in bad call diagnosis.
Kaz Kylheku
2021-06-04
1
-1
/
+10
*
json: improve escaping for script tags.
Kaz Kylheku
2021-06-03
1
-11
/
+34
*
matcher: better error handling for backquotes.
Kaz Kylheku
2021-06-02
1
-1
/
+8
*
matcher: quasiquote matching.
Kaz Kylheku
2021-06-02
1
-10
/
+125
*
Version 261
txr-261
Kaz Kylheku
2021-06-01
1
-5
/
+14
*
doc: rearrangement in Data Interchange Support
Kaz Kylheku
2021-06-01
1
-34
/
+34
*
doc: put-json: numbering, include U+007F.
Kaz Kylheku
2021-06-01
1
-4
/
+4
*
chr-iscntrl: recognize Unicode C0 and C1.
Kaz Kylheku
2021-06-01
1
-3
/
+6
*
json: wrap up: test cases, fixes, tweaks.
Kaz Kylheku
2021-05-31
1
-7
/
+15
*
New: mkdtemp and mkstemp functions.
Kaz Kylheku
2021-05-31
1
-0
/
+85
*
New function: tmpfile.
Kaz Kylheku
2021-05-31
1
-0
/
+26
*
doc: document all json I/O convenience routines.
Kaz Kylheku
2021-05-30
1
-0
/
+243
*
doc: put-json and put-jsonl return the object.
Kaz Kylheku
2021-05-30
1
-0
/
+7
*
json: functions put-json and put-jsonl.
Kaz Kylheku
2021-05-29
1
-24
/
+90
*
json: tojson must not add #J prefix.
Kaz Kylheku
2021-05-29
1
-18
/
+6
*
json: escape slash in </ sequence
Kaz Kylheku
2021-05-29
1
-13
/
+31
*
parser: provide parse-errors function.
Kaz Kylheku
2021-05-28
1
-0
/
+42
*
json: get-json function.
Kaz Kylheku
2021-05-28
1
-0
/
+31
[prev]
[next]