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
...
*
regex: retain unoptimized form for printing.
Kaz Kylheku
2017-09-12
1
-5
/
+1
*
regex: bug printing #/abc(def|ghi)/
Kaz Kylheku
2017-09-12
1
-1
/
+1
*
regex: accept-folding optimization.
Kaz Kylheku
2017-09-12
1
-0
/
+23
*
regex: eliminate nfa_accept state type.
Kaz Kylheku
2017-09-12
1
-20
/
+26
*
regex: epsilon-threading optimization on NFA graph.
Kaz Kylheku
2017-09-12
1
-1
/
+78
*
regex: elide needless increments of visited counter.
Kaz Kylheku
2017-09-12
1
-5
/
+5
*
regex: bugfix: incorrect use of nfa_move_closure.
Kaz Kylheku
2017-09-12
1
-1
/
+1
*
regex: new function, regex-prefix-match.
Kaz Kylheku
2017-09-11
3
-0
/
+118
*
regex: remove nfa_reject representation.
Kaz Kylheku
2017-09-11
1
-40
/
+36
*
parser: fix precedence of DOTDOT.
Kaz Kylheku
2017-09-07
3
-2
/
+34
*
linenoise: visual feedback for incomplete entry.
Kaz Kylheku
2017-09-07
1
-0
/
+25
*
linenoise: bugfix: cancel extended mode on Enter.
Kaz Kylheku
2017-09-07
1
-0
/
+1
*
txr -i honored despite parse-time exception.
Kaz Kylheku
2017-09-06
3
-9
/
+38
*
New functions for polynomial evaluation.
Kaz Kylheku
2017-09-05
3
-0
/
+156
*
new: macroexpand-lisp1 and macroexpand-1-lisp1.
Kaz Kylheku
2017-08-31
2
-4
/
+67
*
New function: inverse of cumulative normal dist.
Kaz Kylheku
2017-08-31
4
-0
/
+45
*
Version 185.
txr-185
Kaz Kylheku
2017-08-30
7
-738
/
+783
*
bugfix: places: handling of lisp1 contexts.
Kaz Kylheku
2017-08-30
1
-3
/
+3
*
doc: wrong symbol under unique function.
Kaz Kylheku
2017-08-29
1
-1
/
+1
*
doc: formatting under expand-left
Kaz Kylheku
2017-08-29
1
-1
/
+1
*
Rewriting op/do macros in Lisp.
Kaz Kylheku
2017-08-29
4
-28
/
+157
*
doc: remove wrong/outdated claim under op macro.
Kaz Kylheku
2017-08-29
1
-12
/
+1
*
Allow sys:var and sys:expr redefinition.
Kaz Kylheku
2017-08-28
1
-0
/
+2
*
expander: do dot-to-apply for meta-expressions.
Kaz Kylheku
2017-08-28
2
-9
/
+65
*
trie filtering: ensure we don't misuse string_extend.
Kaz Kylheku
2017-08-24
1
-0
/
+2
*
bugfix: replace_str uses string_extend incorrectly.
Kaz Kylheku
2017-08-24
1
-1
/
+1
*
Version 184.
txr-184
Kaz Kylheku
2017-08-23
7
-217
/
+317
*
Change return value spec for base64 stream functions.
Kaz Kylheku
2017-08-22
2
-9
/
+27
*
buffers: fix infinite loop in buf_grow.
Kaz Kylheku
2017-08-22
1
-6
/
+8
*
parser: bugfix: empty buf literal problem.
Kaz Kylheku
2017-08-22
1
-1
/
+2
*
Default the length argument of truncate-stream.
Kaz Kylheku
2017-08-21
2
-2
/
+19
*
Update and expose base64 stream functions.
Kaz Kylheku
2017-08-18
3
-22
/
+107
*
Revising out-of-memory handling.
Kaz Kylheku
2017-08-18
5
-31
/
+20
*
vec-set-length maintenance.
Kaz Kylheku
2017-08-17
1
-4
/
+13
*
Rewriting string-extend.
Kaz Kylheku
2017-08-17
1
-26
/
+25
*
parser: fix byacc regression related to hash-semi.
Kaz Kylheku
2017-08-17
1
-0
/
+1
*
parser: more efficient treatment of string literals.
Kaz Kylheku
2017-08-17
1
-27
/
+12
*
Get continuations working on aarch64.
Kaz Kylheku
2017-08-16
2
-15
/
+22
*
Port to aarch64 (ARM 8).
Kaz Kylheku
2017-08-16
3
-2
/
+72
*
Allow character inputs in some bit operations.
Kaz Kylheku
2017-08-16
2
-1
/
+43
*
ffi: new FFI type I/O functions.
Kaz Kylheku
2017-08-16
3
-0
/
+139
*
buf: provide way to work with on-stack buffers.
Kaz Kylheku
2017-08-16
2
-3
/
+7
*
buf: new buffer stream.
Kaz Kylheku
2017-08-14
5
-0
/
+397
*
buf: tiny code improvement.
Kaz Kylheku
2017-08-14
1
-1
/
+1
*
bugfix: buf-put-uchar
Kaz Kylheku
2017-08-14
1
-1
/
+1
*
bugfix: seek-stream :from-end not working.
Kaz Kylheku
2017-08-14
1
-1
/
+1
*
base64 funtions: factor out stream filtering internals.
Kaz Kylheku
2017-08-09
2
-15
/
+37
*
ffi: new buf-carray function.
Kaz Kylheku
2017-08-08
3
-0
/
+29
*
New divides function.
Kaz Kylheku
2017-08-07
3
-0
/
+53
*
Make len a synonym for length.
Kaz Kylheku
2017-08-07
2
-2
/
+10
[prev]
[next]