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
*
@{var1 var2}: bugfix: broken when var2 is regex.
Kaz Kylheku
2019-07-02
1
-1
/
+1
*
@(define): bugfix: incorrect parameter list walk.
Kaz Kylheku
2019-07-02
1
-2
/
+2
*
Version 219.
txr-219
Kaz Kylheku
2019-07-01
6
-889
/
+922
*
empty: handle buffers.
Kaz Kylheku
2019-06-30
1
-0
/
+2
*
sha256: C++ fix: void *conversion.
Kaz Kylheku
2019-06-30
2
-3
/
+2
*
stdlib: pass env to constantp
Kaz Kylheku
2019-06-29
2
-8
/
+8
*
keyparams: bugfix: key list order scrambled.
Kaz Kylheku
2019-06-29
1
-17
/
+11
*
keyparams: use environment for constantp.
Kaz Kylheku
2019-06-29
1
-3
/
+3
*
defset: small code improvement.
Kaz Kylheku
2019-06-29
1
-15
/
+14
*
defset: bind new-val-sym to temporary variable.
Kaz Kylheku
2019-06-28
3
-23
/
+23
*
seq_info: nullify bugfix.
Kaz Kylheku
2019-06-28
1
-13
/
+19
*
seq-begin: bugfix: non-lists don't work.
Kaz Kylheku
2019-06-28
2
-1
/
+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
2
-4
/
+31
*
in: use seq_info
Kaz Kylheku
2019-06-25
1
-26
/
+28
*
Factor function name into self variable.
Kaz Kylheku
2019-06-25
1
-10
/
+15
*
drop-{while,until}: convert to seq_info.
Kaz Kylheku
2019-06-25
1
-16
/
+16
*
empty: handle carray.
Kaz Kylheku
2019-06-25
1
-0
/
+2
*
nullify: handle carray and hashes.
Kaz Kylheku
2019-06-25
1
-0
/
+4
*
doc: clarify nullify.
Kaz Kylheku
2019-06-25
1
-5
/
+26
*
Handle buffers in list collector functions.
Kaz Kylheku
2019-06-25
1
-0
/
+19
*
list_collect: handle objects.
Kaz Kylheku
2019-06-25
2
-1
/
+11
*
Code clean-up in list collector functions.
Kaz Kylheku
2019-06-25
1
-19
/
+23
*
seqp: expand definition of sequences.
Kaz Kylheku
2019-06-25
2
-13
/
+18
*
replace: fix strange diagnostic from bad fallthrough.
Kaz Kylheku
2019-06-24
1
-2
/
+2
*
New: CRC-32 functions.
Kaz Kylheku
2019-06-24
5
-1
/
+243
*
lnew: two regressions fixed.
Kaz Kylheku
2019-06-24
1
-2
/
+2
*
* 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
[next]