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