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
...
*
Version 222.
txr-222
Kaz Kylheku
2019-07-30
5
-181
/
+213
*
ffi: bugfix: kind enum in wrong argument positions.
Kaz Kylheku
2019-07-30
1
-10
/
+14
*
doc: update FFI struct/union description.
Kaz Kylheku
2019-07-30
1
-6
/
+152
*
doc: fix wrapping save-exe example
Kaz Kylheku
2019-07-29
1
-1
/
+2
*
FFI: bugfix: GC-correctness of assignments.
Kaz Kylheku
2019-07-28
1
-0
/
+11
*
FFI: bugfix: properly re-use existing struct type.
Kaz Kylheku
2019-07-28
1
-2
/
+6
*
FFI: self-referential structs.
Kaz Kylheku
2019-07-28
1
-90
/
+200
*
FFI: bugfix: pointer "in" ops must map null to nil.
Kaz Kylheku
2019-07-27
1
-0
/
+8
*
parser: give start of a bad forms even if line 1.
Kaz Kylheku
2019-07-26
1
-1
/
+4
*
FFI: elemtype as type operator, not just macro.
Kaz Kylheku
2019-07-26
2
-5
/
+48
*
FFI: document: elemsize and elemtype work on enums.
Kaz Kylheku
2019-07-26
2
-10
/
+16
*
FFI: allow member type reference using referencing dot.
Kaz Kylheku
2019-07-26
2
-0
/
+69
*
Version 221.
txr-221
Kaz Kylheku
2019-07-23
6
-647
/
+678
*
doc: Latin overhaul.
Kaz Kylheku
2019-07-22
1
-16
/
+27
*
doc: remove "of course".
Kaz Kylheku
2019-07-22
1
-47
/
+42
*
doc: improvements tied to "very".
Kaz Kylheku
2019-07-22
1
-31
/
+34
*
doc: @(merge) improvement.
Kaz Kylheku
2019-07-22
1
-6
/
+6
*
doc: eliminate example uses of obsolete txr-path.
Kaz Kylheku
2019-07-22
1
-3
/
+4
*
doc: wording under dir-name.
Kaz Kylheku
2019-07-22
1
-1
/
+1
*
txr: regression: lack of file name in error messages.
Kaz Kylheku
2019-07-22
6
-12
/
+15
*
ffi: bugfix: flexible struct get not working right.
Kaz Kylheku
2019-07-22
1
-7
/
+13
*
ffi: support flexible structures.
Kaz Kylheku
2019-07-20
3
-66
/
+218
*
doc: document ffi-out.
Kaz Kylheku
2019-07-18
1
-0
/
+53
*
doc: ffi-in: wrong direction word.
Kaz Kylheku
2019-07-18
1
-1
/
+1
*
doc: ffi-in offset argument description missing.
Kaz Kylheku
2019-07-18
1
-1
/
+9
*
relate: optimize with hashes.
Kaz Kylheku
2019-07-17
2
-3
/
+32
*
New function: hash-zip.
Kaz Kylheku
2019-07-17
3
-0
/
+48
*
ffi: two-argument form of sizeof.
Kaz Kylheku
2019-07-11
3
-7
/
+42
*
ffi: handle variable length types in buffer ops.
Kaz Kylheku
2019-07-11
2
-7
/
+50
*
chk_calloc: use unsigned arithmetic.
Kaz Kylheku
2019-07-11
1
-1
/
+1
*
Version 220.
txr-220
Kaz Kylheku
2019-07-08
6
-987
/
+1023
*
crc32: comment header formatting problem.
Kaz Kylheku
2019-07-08
2
-2
/
+6
*
compile-file: elide top-level atoms.
Kaz Kylheku
2019-07-07
1
-1
/
+1
*
compile-file: don't ignore atomic forms.
Kaz Kylheku
2019-07-07
1
-22
/
+22
*
doc: op: incorrect example.
Kaz Kylheku
2019-07-06
1
-5
/
+14
*
replace: deal with overlapping.
Kaz Kylheku
2019-07-05
3
-4
/
+16
*
replace: third argument is a sequence.
Kaz Kylheku
2019-07-05
1
-1
/
+1
*
bugfix: broken carray-replace.
Kaz Kylheku
2019-07-05
1
-1
/
+1
*
buffers: remove unused buf_fill function.
Kaz Kylheku
2019-07-05
2
-7
/
+0
*
New function: buf-put-buf.
Kaz Kylheku
2019-07-05
3
-0
/
+49
*
crc32-stream: recycle I/O buffer.
Kaz Kylheku
2019-07-04
1
-2
/
+3
*
sha256: allow application to specify digest buffer.
Kaz Kylheku
2019-07-04
3
-19
/
+56
*
sha256: recycle I/O buffer used in stream hash.
Kaz Kylheku
2019-07-04
4
-3
/
+34
*
Expose make-byte-input-stream.
Kaz Kylheku
2019-07-04
2
-0
/
+32
*
tests: add @{var1 var2} match test.
Kaz Kylheku
2019-07-03
5
-4
/
+16
*
doc: mistakes in dot position funcalls examples.
Kaz Kylheku
2019-07-03
1
-2
/
+2
*
@{var1 var2}: bugfix: broken when var2 is regex.
Kaz Kylheku
2019-07-02
1
-1
/
+1
*
@(define): bugfix: incorrect parameter list walk.
Kaz Kylheku
2019-07-02
1
-2
/
+2
*
Version 219.
txr-219
Kaz Kylheku
2019-07-01
6
-889
/
+922
*
empty: handle buffers.
Kaz Kylheku
2019-06-30
1
-0
/
+2
[prev]
[next]