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
path:
root
/
share
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
list-builder: use copy-list, not copy.
Kaz Kylheku
2019-09-03
1
-6
/
+6
*
list-builder: bugfix: broken self-appending.
Kaz Kylheku
2019-09-03
1
-4
/
+7
*
Version 224.
txr-224
Kaz Kylheku
2019-08-29
1
-1
/
+1
*
compiler: mac params: eliminate plen variable.
Kaz Kylheku
2019-08-29
1
-10
/
+9
*
compiler: elide nil var intializaton.
Kaz Kylheku
2019-08-28
1
-2
/
+6
*
compiler: mac params: simplify optional presence indicators.
Kaz Kylheku
2019-08-28
1
-15
/
+21
*
compiler: mac params: late allocation for cursors.
Kaz Kylheku
2019-08-28
1
-68
/
+69
*
trace: bugfix: trace-redefine-check doesn't untrace.
Kaz Kylheku
2019-08-28
1
-3
/
+3
*
compiler: bugfix: incorrect scoping in macro param binding.
Kaz Kylheku
2019-08-28
1
-65
/
+85
*
compiler: bugfix: colon keyword bungle in macro params.
Kaz Kylheku
2019-08-28
1
-9
/
+7
*
compiler: relate mac bind error to right substructure.
Kaz Kylheku
2019-08-27
1
-1
/
+1
*
compiler: for: bugfix: dangling label reference.
Kaz Kylheku
2019-08-26
1
-1
/
+1
*
list-builder: inserter methods return nil.
Kaz Kylheku
2019-08-17
1
-7
/
+12
*
list-builder: dequeue capabilities with del/del* operators.
Kaz Kylheku
2019-08-17
1
-5
/
+45
*
compile-file: include load-time as top-level form.
Kaz Kylheku
2019-08-16
1
-0
/
+4
*
Version 223: ten years!
txr-223
Kaz Kylheku
2019-08-14
1
-1
/
+1
*
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
*
compiler: inline lambda: incomplete opt param support.
Kaz Kylheku
2019-08-07
1
-9
/
+20
*
compiler: remove one-argument or.
Kaz Kylheku
2019-08-06
1
-1
/
+1
*
Version 222.
txr-222
Kaz Kylheku
2019-07-30
1
-1
/
+1
*
Version 221.
txr-221
Kaz Kylheku
2019-07-23
1
-1
/
+1
*
ffi: two-argument form of sizeof.
Kaz Kylheku
2019-07-11
1
-2
/
+6
*
Version 220.
txr-220
Kaz Kylheku
2019-07-08
1
-1
/
+1
*
compile-file: elide top-level atoms.
Kaz Kylheku
2019-07-07
1
-1
/
+1
*
compile-file: don't ignore atomic forms.
Kaz Kylheku
2019-07-07
1
-22
/
+22
*
Version 219.
txr-219
Kaz Kylheku
2019-07-01
1
-1
/
+1
*
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
1
-11
/
+11
*
lnew: two regressions fixed.
Kaz Kylheku
2019-06-24
1
-2
/
+2
*
dump-to-tlo: move to sys package.
Kaz Kylheku
2019-06-20
1
-1
/
+1
*
Version 218.
txr-218
Kaz Kylheku
2019-06-19
1
-1
/
+1
*
sub-list, sub-vec, sub-str: becoming accessors.
Kaz Kylheku
2019-06-17
1
-0
/
+15
*
buf, carray: accessors must eval new value once.
Kaz Kylheku
2019-06-17
1
-2
/
+6
*
defset: code tidying.
Kaz Kylheku
2019-06-17
1
-1
/
+1
*
defset: fix non-hygienic Lisp-1 evaluation.
Kaz Kylheku
2019-06-17
1
-7
/
+7
*
defset: gensyms needed for hygiene.
Kaz Kylheku
2019-06-17
1
-21
/
+22
*
buffers: sub-buf becomes accessor.
Kaz Kylheku
2019-06-17
1
-0
/
+3
*
carray-sub: improved accessor.
Kaz Kylheku
2019-06-17
1
-2
/
+2
*
compile-file: translate --lisp option in hash bang.
Kaz Kylheku
2019-06-14
1
-1
/
+4
*
Version 217.
txr-217
Kaz Kylheku
2019-06-10
1
-1
/
+1
*
place macros: adjustment to expansion strategy.
Kaz Kylheku
2019-06-05
1
-8
/
+8
*
path-private-to-me-p: bugfix: not including superuser.
Kaz Kylheku
2019-05-29
1
-8
/
+19
*
placelet: add comment.
Kaz Kylheku
2019-05-23
1
-1
/
+13
[prev]
[next]