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
*
save-exe: new function.
Kaz Kylheku
2019-02-17
4
-80
/
+86
*
scan-until-match, count-until-match: new functions.
Kaz Kylheku
2019-02-16
3
-9
/
+83
*
fill-buf-adjust: new function.
Kaz Kylheku
2019-02-16
3
-1
/
+34
*
buf-alloc-size: new function.
Kaz Kylheku
2019-02-16
3
-0
/
+18
*
buf: fix wrong function name string.
Kaz Kylheku
2019-02-16
1
-1
/
+1
*
sysrooting: trailing slash needed on directory.
Kaz Kylheku
2019-02-16
1
-0
/
+4
*
txr-exe-path: New variable.
Kaz Kylheku
2019-02-15
2
-4
/
+4
*
linenoise: preserve too-large-to-read file.
Kaz Kylheku
2019-02-15
1
-2
/
+11
*
listener: fix buffer overflow reading external file.
Kaz Kylheku
2019-02-15
1
-6
/
+1
*
linenoise: bugfix: vertical skip problem.
Kaz Kylheku
2019-02-14
1
-1
/
+3
*
structs: derive type id from pointer.
Kaz Kylheku
2019-02-15
1
-54
/
+8
*
structs: fix poorly maintained bitfield size.
Kaz Kylheku
2019-02-15
1
-1
/
+1
*
structs: recycle IDs of dead struct types.
Kaz Kylheku
2019-02-15
1
-7
/
+71
*
Version 210.
txr-210
Kaz Kylheku
2019-02-14
6
-619
/
+642
*
linenoise: fix multi-line mode regression.
Kaz Kylheku
2019-02-14
1
-5
/
+16
*
Optimize hash operation with unsafe car/cdr.
Kaz Kylheku
2019-02-14
7
-115
/
+132
*
gethash_c: review uses and improve or replace.
Kaz Kylheku
2019-02-14
5
-35
/
+32
*
gethash_f: removing function.
Kaz Kylheku
2019-02-14
3
-45
/
+33
*
symdiff: new function.
Kaz Kylheku
2019-02-14
4
-9
/
+70
*
optimizing diff, isec and uni for non-lists.
Kaz Kylheku
2019-02-13
4
-41
/
+109
*
num: reduce duplicate code.
Kaz Kylheku
2019-02-13
1
-3
/
+1
*
Framework for iterating over sequences.
Kaz Kylheku
2019-02-13
2
-0
/
+94
*
hash-from-alist: new function.
Kaz Kylheku
2019-02-13
3
-1
/
+33
*
hash-symdiff: new function.
Kaz Kylheku
2019-02-13
3
-1
/
+57
*
hash-uni: bugfix.
Kaz Kylheku
2019-02-13
1
-2
/
+6
*
doc: fix reference to nonexistent load-value.
Kaz Kylheku
2019-02-11
1
-2
/
+2
*
Version 209.
txr-209
Kaz Kylheku
2019-02-08
6
-551
/
+626
*
build: get rid of .tlo2 files.
Kaz Kylheku
2019-02-08
1
-12
/
+3
*
defvar: spectacular bug causing wrong compile.
Kaz Kylheku
2019-02-08
1
-2
/
+6
*
ffi: closure: clear stale saved exit point.
Kaz Kylheku
2019-02-07
1
-0
/
+2
*
ffi: use padded return size in closure dispatch.
Kaz Kylheku
2019-02-07
1
-2
/
+3
*
ffi: don't pad void return size to sizeof (ffi_arg).
Kaz Kylheku
2019-02-07
1
-1
/
+1
*
bugfix: ffi-make-closure safe-p param.
Kaz Kylheku
2019-02-06
1
-1
/
+1
*
doc: formatting under ffi-make-closure.
Kaz Kylheku
2019-02-06
1
-2
/
+2
*
bugfix: deffi-cb-unsafe not autoloaded.
Kaz Kylheku
2019-02-06
1
-0
/
+1
*
ffi: make-zstruct must ignore padding slots.
Kaz Kylheku
2019-02-06
1
-2
/
+4
*
ffi: whitespace fix.
Kaz Kylheku
2019-02-06
1
-1
/
+1
*
parser: security: UTF-8 and NUL handling in literals.
Kaz Kylheku
2019-02-05
3
-13
/
+14
*
linenoise: bugfix: caret notation in insert-at-end.
Kaz Kylheku
2019-02-05
1
-1
/
+10
*
linenoise: bugfix: caret notation for NUL.
Kaz Kylheku
2019-02-05
1
-2
/
+2
*
linenoise: bugfix: regression in mlmode line wrap.
Kaz Kylheku
2019-02-05
1
-1
/
+6
*
sum and prod take keyfun argument.
Kaz Kylheku
2019-02-02
4
-21
/
+66
*
pattern lang: diagnose undefined function facing EOF.
Kaz Kylheku
2019-02-01
1
-3
/
+10
*
style: convert assignment to initialization.
Kaz Kylheku
2019-02-01
1
-3
/
+1
*
compiler: new dump-compiled-objects function.
Kaz Kylheku
2019-02-01
3
-7
/
+124
*
doc: document string and bignum merging.
Kaz Kylheku
2019-01-31
1
-0
/
+55
*
compiler: de-dupe strings and bignum literals.
Kaz Kylheku
2019-01-31
1
-11
/
+24
*
caseql: generate better code.
Kaz Kylheku
2019-01-30
1
-9
/
+7
*
Version 208.
txr-208
Kaz Kylheku
2019-01-28
4
-4
/
+28
*
@(next): Cover Lisp expressions with :nothrow.
Kaz Kylheku
2019-01-28
1
-10
/
+57
[next]