summaryrefslogtreecommitdiff
path: root/libguile/expand.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-18Add "mod" field to tree-il toplevel ref, set, defineAndy Wingo1-9/+12
2018-06-20Update license notices in all C filesAndy Wingo1-18/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rename __scm.h to scm.hAndy Wingo1-1/+0
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove useless "classes: h_files" from Guile headers.Andy Wingo1-2/+0
2018-06-19Move struct.h include out of ports.hAndy Wingo1-1/+2
2014-12-05Assignment conversion in the interpreterAndy Wingo1-1/+3
2013-06-28Remove with-fluids; replaced by with-fluid* and inlined push-fluid primopsAndy Wingo1-16/+1
2011-06-02sequence of expressions -> seq of head and tailAndy Wingo1-9/+10
2011-06-02add <primcall> to tree-ilAndy Wingo1-0/+14
2011-06-02rename <application> to <call>Andy Wingo1-9/+9
2011-05-13scm_is_eq for SCM vals, not == or !=Andy Wingo1-3/+4
2010-06-17beginnings of letrec* support in the expanderAndy Wingo1-3/+4
2010-05-20primitive-eval takes expanded, not memoized, sourceAndy Wingo1-0/+1
2010-05-19fix a couple expander naming bugsAndy Wingo1-6/+6
2010-05-19separate boot expansion from memoizationAndy Wingo1-0/+346