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
...
*
compile-file: include load-time as top-level form.
Kaz Kylheku
2019-08-16
1
-5
/
+18
*
Version 223: ten years!
txr-223
Kaz Kylheku
2019-08-14
1
-3
/
+3
*
@(collect): don't default vars if all required missing.
Kaz Kylheku
2019-08-12
1
-26
/
+49
*
base-name: optionally remove suffix.
Kaz Kylheku
2019-08-09
1
-1
/
+12
*
Version 222.
txr-222
Kaz Kylheku
2019-07-30
1
-3
/
+3
*
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: elemtype as type operator, not just macro.
Kaz Kylheku
2019-07-26
1
-4
/
+30
*
FFI: document: elemsize and elemtype work on enums.
Kaz Kylheku
2019-07-26
1
-8
/
+14
*
FFI: allow member type reference using referencing dot.
Kaz Kylheku
2019-07-26
1
-0
/
+43
*
Version 221.
txr-221
Kaz Kylheku
2019-07-23
1
-3
/
+3
*
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
*
ffi: support flexible structures.
Kaz Kylheku
2019-07-20
1
-3
/
+97
*
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
1
-0
/
+5
*
New function: hash-zip.
Kaz Kylheku
2019-07-17
1
-0
/
+30
*
ffi: two-argument form of sizeof.
Kaz Kylheku
2019-07-11
1
-5
/
+28
*
ffi: handle variable length types in buffer ops.
Kaz Kylheku
2019-07-11
1
-3
/
+19
*
Version 220.
txr-220
Kaz Kylheku
2019-07-08
1
-3
/
+3
*
doc: op: incorrect example.
Kaz Kylheku
2019-07-06
1
-5
/
+14
*
replace: deal with overlapping.
Kaz Kylheku
2019-07-05
1
-0
/
+12
*
replace: third argument is a sequence.
Kaz Kylheku
2019-07-05
1
-1
/
+1
*
New function: buf-put-buf.
Kaz Kylheku
2019-07-05
1
-0
/
+29
*
sha256: allow application to specify digest buffer.
Kaz Kylheku
2019-07-04
1
-4
/
+16
*
Expose make-byte-input-stream.
Kaz Kylheku
2019-07-04
1
-0
/
+31
*
doc: mistakes in dot position funcalls examples.
Kaz Kylheku
2019-07-03
1
-2
/
+2
*
Version 219.
txr-219
Kaz Kylheku
2019-07-01
1
-3
/
+3
*
defset: bind new-val-sym to temporary variable.
Kaz Kylheku
2019-06-28
1
-10
/
+0
*
seq-begin: bugfix: non-lists don't work.
Kaz Kylheku
2019-06-28
1
-0
/
+8
*
doc: put-buf/fill-buf clarification of pos.
Kaz Kylheku
2019-06-27
1
-0
/
+2
*
doc: update syntactic places.
Kaz Kylheku
2019-06-27
1
-3
/
+10
*
in: allow hash with keyfun and testfun.
Kaz Kylheku
2019-06-25
1
-3
/
+28
*
doc: clarify nullify.
Kaz Kylheku
2019-06-25
1
-5
/
+26
*
seqp: expand definition of sequences.
Kaz Kylheku
2019-06-25
1
-1
/
+16
*
New: CRC-32 functions.
Kaz Kylheku
2019-06-24
1
-0
/
+43
*
* Makefile (OBJS): New objects chksum.o and chksums/sha256.o.
Kaz Kylheku
2019-06-23
1
-0
/
+45
*
doc: move buffers out of dynamic lib section.
Kaz Kylheku
2019-06-23
1
-1341
/
+1343
*
base64: integrate with buffers.
Kaz Kylheku
2019-06-21
1
-7
/
+22
*
doc: minor grammar problems in Lisp Compilation
Kaz Kylheku
2019-06-21
1
-2
/
+2
*
doc: cure that-is-itis.
Kaz Kylheku
2019-06-21
1
-3
/
+3
*
doc: dump-compiled-objects: wrong number.
Kaz Kylheku
2019-06-20
1
-1
/
+1
*
Version 218.
txr-218
Kaz Kylheku
2019-06-19
1
-3
/
+3
*
New function: bitset.
Kaz Kylheku
2019-06-18
1
-0
/
+58
[prev]
[next]