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
...
*
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
*
dlsym: improve diagnostic.
Kaz Kylheku
2021-06-05
1
-1
/
+2
*
matcher: doc fix, quasiquote examples, new test.
Kaz Kylheku
2021-06-04
2
-1
/
+42
*
bugfix: do not expand defun body with name in scope.
Kaz Kylheku
2021-06-04
1
-4
/
+1
*
FFI: big improvement in bad call diagnosis.
Kaz Kylheku
2021-06-04
4
-14
/
+34
*
lib: oversight, neglected struct literal printing.
Kaz Kylheku
2021-06-03
1
-0
/
+3
*
json: fix quasiquote print-read consistency issue
Kaz Kylheku
2021-06-03
1
-10
/
+24
*
json: pattern matching test cases and bugfix.
Kaz Kylheku
2021-06-03
3
-257
/
+276
*
quips: new one.
Kaz Kylheku
2021-06-03
1
-0
/
+1
*
json: improve escaping for script tags.
Kaz Kylheku
2021-06-03
3
-14
/
+58
*
matcher: better error handling for backquotes.
Kaz Kylheku
2021-06-02
2
-6
/
+20
*
matcher: quasiquote matching.
Kaz Kylheku
2021-06-02
2
-10
/
+148
*
json: fix two test cases for Windows.
Kaz Kylheku
2021-06-02
1
-2
/
+5
*
solaris: unbundle mkstemp and mkdtemp.
Kaz Kylheku
2021-06-02
2
-5
/
+30
*
bug: doc function not working in Windows port.
Kaz Kylheku
2021-06-02
1
-1
/
+1
*
Version 261
txr-261
Kaz Kylheku
2021-06-01
7
-791
/
+892
*
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
*
Pre-release C++ upkeep.
Kaz Kylheku
2021-06-01
2
-5
/
+5
*
vim: handle more kinds of unquotes in JSON.
Kaz Kylheku
2021-06-01
1
-2
/
+4
*
vim: improve JSON highlighting.
Kaz Kylheku
2021-06-01
1
-11
/
+23
*
chr-iscntrl: recognize Unicode C0 and C1.
Kaz Kylheku
2021-06-01
2
-4
/
+13
*
build: improved mechanism for copying .shipped files.
Kaz Kylheku
2021-06-01
1
-3
/
+9
*
build: produce output when copying .shipped files.
Kaz Kylheku
2021-06-01
1
-0
/
+1
*
sysif: utimes: internal naming cleanup.
Kaz Kylheku
2021-06-01
1
-4
/
+4
*
json: turn on indentation.
Kaz Kylheku
2021-05-31
1
-12
/
+7
*
json: wrap up: test cases, fixes, tweaks.
Kaz Kylheku
2021-05-31
5
-23
/
+169
*
parser: gc bug in token.
Kaz Kylheku
2021-05-31
2
-0
/
+3
[prev]
[next]