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
...
*
structs: spurious hiding of usr symbol by sys symbol.
Kaz Kylheku
2018-03-13
1
-3
/
+3
*
asm: allow compound syntax reg operands.
Kaz Kylheku
2018-03-12
1
-0
/
+15
*
asm: support gensym labels.
Kaz Kylheku
2018-03-12
1
-4
/
+9
*
vm: introduce sframe instruction.
Kaz Kylheku
2018-03-12
3
-32
/
+48
*
genvmop: fix broken script.
Kaz Kylheku
2018-03-12
1
-1
/
+1
*
vm: use memcpy for copying environment.
Kaz Kylheku
2018-03-12
1
-4
/
+2
*
unwind: better debugging of exceptions.
Kaz Kylheku
2018-03-12
1
-0
/
+9
*
New: virtual machine with assembler.
Kaz Kylheku
2018-03-10
11
-37
/
+1585
*
sys package fall back on usr.
Kaz Kylheku
2018-03-09
1
-0
/
+2
*
packages: drop no-fallback-list interning restriction.
Kaz Kylheku
2018-03-09
2
-44
/
+7
*
args: overhaul for clarity and reduced consing.
Kaz Kylheku
2018-03-09
6
-34
/
+39
*
bugfix: broken single-digit bignum multiplication.
Kaz Kylheku
2018-03-08
1
-18
/
+9
*
code review: switch case breaks.
Kaz Kylheku
2018-03-08
2
-0
/
+4
*
New function: bignum-len.
Kaz Kylheku
2018-03-06
3
-0
/
+46
*
trace: bugfix in method redefinition check.
Kaz Kylheku
2018-03-01
1
-2
/
+5
*
bugfix: missing actions in reset-struct.
Kaz Kylheku
2018-02-28
2
-1
/
+46
*
bugfix: buf-get-* not allowing last byte of buffer.
Kaz Kylheku
2018-02-28
1
-1
/
+1
*
doc: wrong pluralizations of "function".
Kaz Kylheku
2018-02-27
1
-3
/
+3
*
Require semicolon after static_{forward,def} macros.
Kaz Kylheku
2018-02-26
3
-5
/
+5
*
Version 190.
txr-190
Kaz Kylheku
2018-02-18
7
-1064
/
+1094
*
New listener feature: greedy evaluation feature.
Kaz Kylheku
2018-02-17
4
-2
/
+112
*
Lisp load function supports .txr files.
Kaz Kylheku
2018-02-16
3
-31
/
+108
*
Eliminate always false expression.
Kaz Kylheku
2018-02-16
1
-1
/
+1
*
bugfix: broken expansion of sys:lisp1-setq places.
Kaz Kylheku
2018-02-15
1
-1
/
+1
*
Copyright year bump 2018.
Kaz Kylheku
2018-02-15
101
-102
/
+102
*
bugfix: op module inversely depends on sys:l1-val.
Kaz Kylheku
2018-02-14
2
-24
/
+64
*
cleanup: harmonize lisp1-eval-related symbol variables.
Kaz Kylheku
2018-02-14
2
-8
/
+8
*
doc: fix compat note 156, again.
Kaz Kylheku
2018-02-14
1
-2
/
+4
*
New listener variable: *listener-pprint-s*.
Kaz Kylheku
2018-02-12
2
-1
/
+27
*
bugfix: intern public symbols in autoload files.
Kaz Kylheku
2018-02-07
1
-0
/
+29
*
Version 189.
txr-189
Kaz Kylheku
2018-02-06
7
-1006
/
+1041
*
bugfix: don't record source loc of symbols and numbers.
Kaz Kylheku
2018-02-05
1
-4
/
+22
*
doc: write Equality Substitution section.
Kaz Kylheku
2018-02-05
1
-0
/
+63
*
doc: clarify text under constantp
Kaz Kylheku
2018-02-05
1
-3
/
+3
*
doc: more detail in ref/refset re: structs.
Kaz Kylheku
2018-01-31
1
-5
/
+32
*
doc: grammatic agreement under equal method.
Kaz Kylheku
2018-01-30
1
-1
/
+1
*
doc: bad formatting of lambda-set syntax
Kaz Kylheku
2018-01-30
1
-1
/
+1
*
doc: clarification in :maxgap example.
Kaz Kylheku
2018-01-26
1
-1
/
+1
*
doc: fix "five lines" typo in :maxgap description.
Kaz Kylheku
2018-01-26
1
-1
/
+3
*
doc: fix mistake in summary of @(repeat)
Kaz Kylheku
2018-01-26
1
-2
/
+2
*
doc: formatting of in directives intro.
Kaz Kylheku
2018-01-26
1
-1
/
+3
*
doc: some clarifications about dwim brackets.
Kaz Kylheku
2018-01-25
1
-6
/
+13
*
Fix broken autoload of socket functions.
Kaz Kylheku
2018-01-25
1
-0
/
+3
*
doc: update car, cdr, rplaca, rplacd.
Kaz Kylheku
2018-01-08
1
-26
/
+114
*
tail: reduce calls to cdr.
Kaz Kylheku
2018-01-07
1
-2
/
+3
*
term: move near site of use.
Kaz Kylheku
2018-01-07
3
-8
/
+7
*
listref_l: remove.
Kaz Kylheku
2018-01-06
2
-18
/
+0
*
refset: implement objects that support car method.
Kaz Kylheku
2018-01-06
1
-12
/
+46
*
nthcdr: terminate loop if end of list hit.
Kaz Kylheku
2018-01-05
1
-1
/
+1
*
car, cdr: self-identify in error message.
Kaz Kylheku
2018-01-05
1
-2
/
+2
[prev]
[next]