index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
language
/
tree-il.scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use make-struct/no-tail instead of make-struct
...
Andy Wingo
2017-09-20
1
-2
/
+2
*
Less copying in tree-il pre-order / post-order.
...
Andy Wingo
2014-03-31
1
-67
/
+138
*
<prompt> body and handler are lambdas; add escape-only? field
...
Andy Wingo
2013-07-06
1
-9
/
+12
*
Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops
...
Andy Wingo
2013-06-28
1
-16
/
+0
*
replace <dynset> with primcalls to fluid-set!
...
Andy Wingo
2013-06-27
1
-14
/
+0
*
replace <dynref> with primcalls to fluid-ref
...
Andy Wingo
2013-06-27
1
-13
/
+0
*
dynamic-wind in terms of wind and unwind; remove <dynwind>, @dynamic-wind
...
Andy Wingo
2013-06-27
1
-17
/
+0
*
<dynwind> no longer has "pre" or "post" fields
...
Andy Wingo
2013-06-16
1
-17
/
+12
*
Rewrite make-tree-il-folder to use the Wright matcher.
...
Andy Wingo
2013-06-10
1
-22
/
+23
*
Rewrite unparse-tree-il to use the Wright matcher.
...
Andy Wingo
2013-06-10
1
-29
/
+33
*
Rewrite parse-tree-il to use the Wright matcher.
...
Andy Wingo
2013-06-10
1
-36
/
+35
*
Implement tree-il-fold in terms of make-tree-il-folder.
...
Andy Wingo
2013-06-10
1
-81
/
+13
*
Rewrite tree-il pre-post-order in terms of (ice-9 match)
...
Andy Wingo
2013-06-10
1
-27
/
+28
*
Pre-order tree-il rewrites are now non-destructive
...
Andy Wingo
2013-06-10
1
-89
/
+3
*
Tree-il post-order rewriter no longer destructive
...
Andy Wingo
2013-06-10
1
-79
/
+76
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-03-28
1
-6
/
+16
|
\
|
*
allow case-lambda expressions with no clauses
...
Andy Wingo
2013-03-09
1
-6
/
+16
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-05-21
1
-1
/
+68
|
\
|
|
*
mvoe tree-il=? and tree-il-hash to tree-il.scm
...
Andy Wingo
2012-05-15
1
-1
/
+68
*
|
Merge branch 'stable-2.0'
...
Mark H Weaver
2012-03-03
1
-161
/
+6
|
\
|
|
*
tree-il->scheme improvements
...
Mark H Weaver
2012-03-03
1
-150
/
+5
*
|
inline dynwind guards for normal control flow
...
Andy Wingo
2011-11-09
1
-18
/
+30
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-11-09
1
-3
/
+3
|
\
|
|
*
fix <dynwind> serialization.
...
Andy Wingo
2011-11-09
1
-3
/
+3
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-09-29
1
-79
/
+77
|
\
|
|
*
fix unparse-tree-il of <dynset>
...
Andy Wingo
2011-09-28
1
-1
/
+1
|
*
more define-syntax-rule usage
...
Andy Wingo
2011-09-02
1
-75
/
+73
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-08-31
1
-1
/
+1
|
\
|
|
*
fix tree-il->scheme test
...
Andy Wingo
2011-08-04
1
-1
/
+1
*
|
fix tree-il->scheme bug for seq
...
Andy Wingo
2011-06-18
1
-1
/
+2
*
|
sequence of expressions -> seq of head and tail
...
Andy Wingo
2011-06-02
1
-18
/
+40
*
|
add <primcall> to tree-il
...
Andy Wingo
2011-06-02
1
-0
/
+21
*
|
rename <application> to <call>
...
Andy Wingo
2011-06-02
1
-17
/
+18
|
/
*
tree-il->scheme fix
...
Andy Wingo
2011-03-27
1
-3
/
+4
*
Improve pretty-printing of tree-il objects.
...
Ludovic Courtès
2010-10-08
1
-1
/
+1
*
Remove trailing whitespace
...
No Itisnt
2010-07-09
1
-62
/
+62
*
tree-il->scheme renders fix as letrec*
...
Andy Wingo
2010-06-17
1
-2
/
+4
*
beginnings of letrec* support in the expander
...
Andy Wingo
2010-06-17
1
-7
/
+12
*
unparse the tag of a prompt
...
Andy Wingo
2010-06-11
1
-1
/
+1
*
macroexpanded pretty-printer
...
Andy Wingo
2010-05-20
1
-1
/
+6
*
tree-il->scheme for lambda* et al
...
Andy Wingo
2010-05-20
1
-9
/
+56
*
tree-il on expanded-vtables
...
Andy Wingo
2010-05-19
1
-18
/
+60
*
rename `vars' field in tree-il binding constructs to `gensyms'
...
Andy Wingo
2010-05-02
1
-37
/
+37
*
abort always dispatches to VM bytecode, to detect same-invocation aborts
...
Andy Wingo
2010-02-22
1
-17
/
+22
*
add <dynref> and <dynset> to tree-il
...
Andy Wingo
2010-02-19
1
-0
/
+45
*
rename <control> to <abort>
...
Andy Wingo
2010-02-19
1
-18
/
+16
*
<prompt> has no pre-unwind-handler, it's unnecessary
...
Andy Wingo
2010-02-19
1
-32
/
+19
*
fix tree-il->scheme bug for <dynlet>
...
Andy Wingo
2010-02-19
1
-1
/
+1
*
add dynlet to tree-il
...
Andy Wingo
2010-02-18
1
-0
/
+33
*
rename <dynamic-wind> to <dynwind>
...
Andy Wingo
2010-02-18
1
-17
/
+17
[next]