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 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
*
sub-list, sub-vec, sub-str: becoming accessors.
Kaz Kylheku
2019-06-17
1
-4
/
+91
*
buffers: sub-buf becomes accessor.
Kaz Kylheku
2019-06-17
1
-1
/
+17
*
doc: sub place semantics described wrongly.
Kaz Kylheku
2019-06-17
1
-4
/
+36
*
carray-sub: improved accessor.
Kaz Kylheku
2019-06-17
1
-3
/
+12
*
doc: defset short form is like define-accessor
Kaz Kylheku
2019-06-16
1
-3
/
+17
*
doc: nftw typo.
Kaz Kylheku
2019-06-16
1
-1
/
+1
*
doc: reduce amount of "This function" wording.
Kaz Kylheku
2019-06-16
1
-26
/
+76
*
doc: listp and proper-list-p are list only.
Kaz Kylheku
2019-06-16
1
-0
/
+6
*
doc: improvements in sub + replace variants.
Kaz Kylheku
2019-06-16
1
-43
/
+34
*
doc: carray-pun copy-paste issue.
Kaz Kylheku
2019-06-15
1
-1
/
+1
*
buffers: expose sub-buf and replace-buf.
Kaz Kylheku
2019-06-15
1
-0
/
+59
*
compile-file: translate --lisp option in hash bang.
Kaz Kylheku
2019-06-14
1
-1
/
+5
*
cat-str, split-str: sep can be character.
Kaz Kylheku
2019-06-14
1
-5
/
+7
*
select: maintenance.
Kaz Kylheku
2019-06-14
1
-8
/
+17
*
replace-list: negatives in index-list follow convention.
Kaz Kylheku
2019-06-14
1
-5
/
+13
*
sub-vec: optimize no-op case.
Kaz Kylheku
2019-06-12
1
-2
/
+1
*
doc: no such thing as varray.
Kaz Kylheku
2019-06-12
1
-6
/
+6
*
doc: clarifications under zarray
Kaz Kylheku
2019-06-12
1
-6
/
+17
*
ffi: adjust in semantics of variable zarray.
Kaz Kylheku
2019-06-12
1
-6
/
+2
*
New function: hash-peek.
Kaz Kylheku
2019-06-11
1
-8
/
+25
*
Version 217.
txr-217
Kaz Kylheku
2019-06-10
1
-3
/
+3
*
Adding errno constants.
Kaz Kylheku
2019-06-09
1
-0
/
+19
*
Adding fcntl interface.
Kaz Kylheku
2019-06-09
1
-0
/
+168
*
place macros: adjustment to expansion strategy.
Kaz Kylheku
2019-06-05
1
-17
/
+29
*
posix: add close function.
Kaz Kylheku
2019-05-30
1
-0
/
+22
[prev]
[next]