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
*
* Makefile (OBJS): New objects chksum.o and chksums/sha256.o.
Kaz Kylheku
2019-06-23
8
-1
/
+585
*
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
5
-8
/
+54
*
streams: use ~s and ~a properly in errors.
Kaz Kylheku
2019-06-21
1
-27
/
+27
*
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
*
dump-to-tlo: move to sys package.
Kaz Kylheku
2019-06-20
1
-1
/
+1
*
at-exit-do-not-call: wrong return value.
Kaz Kylheku
2019-06-20
1
-1
/
+1
*
Version 218.
txr-218
Kaz Kylheku
2019-06-19
7
-947
/
+1000
*
ash: refactor in light of gc bug.
Kaz Kylheku
2019-06-19
1
-24
/
+38
*
ash: gc problem.
Kaz Kylheku
2019-06-19
1
-0
/
+1
*
internal debug support: reduce noise from sweep_one.
Kaz Kylheku
2019-06-19
1
-1
/
+1
*
packages: generational gc bug.
Kaz Kylheku
2019-06-19
1
-4
/
+4
*
make-struct-type: fix far-fetched gc/stability issue.
Kaz Kylheku
2019-06-19
1
-2
/
+2
*
structs: gc bug due to derived hook.
Kaz Kylheku
2019-06-19
1
-3
/
+5
*
buffers: bug: wrong object in format arguments.
Kaz Kylheku
2019-06-18
1
-1
/
+1
*
logcount: crash in 64 bit build.
Kaz Kylheku
2019-06-18
1
-1
/
+1
*
New function: bitset.
Kaz Kylheku
2019-06-18
3
-1
/
+122
*
carray-replace: use seq_iter.
Kaz Kylheku
2019-06-18
1
-15
/
+5
*
sub-list, sub-vec, sub-str: becoming accessors.
Kaz Kylheku
2019-06-17
3
-5
/
+107
*
expander: relax sys:setq and lisp-1 stringency.
Kaz Kylheku
2019-06-17
1
-23
/
+21
*
buf, carray: accessors must eval new value once.
Kaz Kylheku
2019-06-17
1
-2
/
+6
*
defset: code tidying.
Kaz Kylheku
2019-06-17
1
-1
/
+1
*
defset: fix non-hygienic Lisp-1 evaluation.
Kaz Kylheku
2019-06-17
1
-7
/
+7
*
defset: gensyms needed for hygiene.
Kaz Kylheku
2019-06-17
1
-21
/
+22
*
defset: add tests.
Kaz Kylheku
2019-06-17
2
-0
/
+11
*
buffers: comment added in buf_shrink.
Kaz Kylheku
2019-06-17
1
-1
/
+1
*
buffers: sub-buf becomes accessor.
Kaz Kylheku
2019-06-17
3
-2
/
+21
*
doc: sub place semantics described wrongly.
Kaz Kylheku
2019-06-17
1
-4
/
+36
*
carray-sub: improved accessor.
Kaz Kylheku
2019-06-17
2
-5
/
+14
*
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
2
-0
/
+61
*
Replace lt(x, zero) pattern.
Kaz Kylheku
2019-06-15
6
-39
/
+39
*
compile-file: translate --lisp option in hash bang.
Kaz Kylheku
2019-06-14
2
-2
/
+9
*
cat-str, split-str: sep can be character.
Kaz Kylheku
2019-06-14
2
-7
/
+29
*
select: maintenance.
Kaz Kylheku
2019-06-14
2
-41
/
+56
*
buffers: support negative indexing from end.
Kaz Kylheku
2019-06-14
1
-16
/
+18
*
carray-refset: bugfix: support negative indexing.
Kaz Kylheku
2019-06-14
1
-0
/
+3
*
replace-list: negatives in index-list follow convention.
Kaz Kylheku
2019-06-14
2
-5
/
+15
*
replace-str, replace-vec: remove call to len.
Kaz Kylheku
2019-06-13
1
-2
/
+2
*
carray-replace: missing functionality.
Kaz Kylheku
2019-06-13
1
-7
/
+24
*
buffers: replace operation.
Kaz Kylheku
2019-06-12
3
-1
/
+91
*
Makefile: non-configured distclean removes tlo's.
Kaz Kylheku
2019-06-12
1
-1
/
+1
*
sub-vec: optimize no-op case.
Kaz Kylheku
2019-06-12
2
-2
/
+3
[next]