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
*
crypt: detect and use glibc's crypt_r.
Kaz Kylheku
2019-08-26
2
-2
/
+39
*
build: bugfix: compiler opts duplicated; remove_flags broken.
Kaz Kylheku
2019-08-25
1
-1
/
+1
*
sha256/md5: state-based hash: handle size_t overflow.
Kaz Kylheku
2019-08-24
1
-20
/
+20
*
sha256/md5: hash string more efficiently.
Kaz Kylheku
2019-08-24
1
-4
/
+12
*
New state-object-based sha256 and md5 digesting.
Kaz Kylheku
2019-08-23
3
-0
/
+230
*
licensing: describe RSA-MD situation.
Kaz Kylheku
2019-08-23
2
-3
/
+15
*
New: MD5 digest functions.
Kaz Kylheku
2019-08-23
6
-19
/
+509
*
New function: cptr-buf.
Kaz Kylheku
2019-08-21
4
-2
/
+46
*
doc: note about cptr-obj lifetime.
Kaz Kylheku
2019-08-21
1
-0
/
+12
*
New function: intern-fb.
Kaz Kylheku
2019-08-20
4
-2
/
+37
*
lib: streamline interning slightly.
Kaz Kylheku
2019-08-20
4
-15
/
+17
*
lexer: no leading 0 in 2-digit hex chars in diagnostic.
Kaz Kylheku
2019-08-20
1
-3
/
+3
*
parser: bugfix: uninitialized ignore flag.
Kaz Kylheku
2019-08-20
1
-0
/
+1
*
doc: mistake in intern arg description.
Kaz Kylheku
2019-08-20
1
-2
/
+2
*
new functions: find-symbol and find-symbol-fb.
Kaz Kylheku
2019-08-19
4
-9
/
+111
*
parser: #; notation shouldn't intern symbols.
Kaz Kylheku
2019-08-18
1
-2
/
+3
*
parser: rename circ_suppress flag.
Kaz Kylheku
2019-08-18
3
-16
/
+16
*
doc: new buildn example.
Kaz Kylheku
2019-08-18
1
-0
/
+15
*
list-builder: inserter methods return nil.
Kaz Kylheku
2019-08-17
2
-24
/
+44
*
list-builder: dequeue capabilities with del/del* operators.
Kaz Kylheku
2019-08-17
3
-14
/
+129
*
doc: expand on load-time.
Kaz Kylheku
2019-08-16
1
-0
/
+52
*
compile-file: include load-time as top-level form.
Kaz Kylheku
2019-08-16
2
-5
/
+22
*
seq_iter: remove pointless one-member union.
Kaz Kylheku
2019-08-14
2
-9
/
+7
*
where: bugfix: doesn't work for non-list sequence.
Kaz Kylheku
2019-08-14
1
-13
/
+7
*
Version 223: ten years!
txr-223
Kaz Kylheku
2019-08-14
6
-687
/
+725
*
bugfix: line number of unbound vars not reported.
Kaz Kylheku
2019-08-13
1
-2
/
+5
*
autoload: bugfix: wire in forgotten test-set and others.
Kaz Kylheku
2019-08-13
1
-0
/
+2
*
listener: don't flush lines when writing files.
Kaz Kylheku
2019-08-12
3
-7
/
+19
*
tests: add test related to recent @(collect) change.
Kaz Kylheku
2019-08-12
4
-0
/
+35
*
gc: remove #if 0 and #if 1.
Kaz Kylheku
2019-08-12
1
-8
/
+0
*
@(collect): don't default vars if all required missing.
Kaz Kylheku
2019-08-12
2
-60
/
+99
*
reverse: bugfix: garbage object in error message.
Kaz Kylheku
2019-08-09
1
-1
/
+1
*
base-name: optionally remove suffix.
Kaz Kylheku
2019-08-09
3
-5
/
+20
*
compiler: inline-lambda: optimize constant apply list.
Kaz Kylheku
2019-08-09
1
-65
/
+75
*
compiler: inline-lambda: optimize generated let.
Kaz Kylheku
2019-08-08
1
-3
/
+8
*
pop: improve expansion.
Kaz Kylheku
2019-08-08
1
-1
/
+1
*
compiler: bugfix: eval order in inline lambda.
Kaz Kylheku
2019-08-07
1
-52
/
+54
*
compiler: bugfix: scoping issue in inline lambda.
Kaz Kylheku
2019-08-07
1
-1
/
+1
*
expander: bugfix: spurious lambda form warning.
Kaz Kylheku
2019-08-07
1
-5
/
+5
*
compiler: inline lambda: incomplete opt param support.
Kaz Kylheku
2019-08-07
1
-9
/
+20
*
@(collect)/@(coll): streamline list accumulation code.
Kaz Kylheku
2019-08-07
1
-10
/
+17
*
lib: don't GC-protect two non-heap objects.
Kaz Kylheku
2019-08-06
1
-1
/
+1
*
compiler: remove one-argument or.
Kaz Kylheku
2019-08-06
1
-1
/
+1
*
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
[next]