1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00
emacs/mps/example/scheme
Richard Brooksby 963bef16f7 Integrate documentation fix from scheme.c.
Copied from Perforce
 Change: 180915
 ServerID: perforce.ravenbrook.com
2013-02-05 16:22:41 +00:00
..
Makefile.in Need -std=c99 in order to use vsnprintf. 2012-11-15 11:33:54 +00:00
r4rs.scm Typo. 2012-11-13 15:07:49 +00:00
scheme-advanced.c Integrate documentation fix from scheme.c. 2013-02-05 16:22:41 +00:00
scheme-boehm.c Integrate gcc compatibility from scheme-malloc.c to scheme.c and scheme-boehm.c. 2012-11-15 11:39:08 +00:00
scheme-malloc.c Avoid warnings under gcc: 2012-11-15 11:35:33 +00:00
scheme.c Corrected statement about forwarding objects being used for padding. 2013-02-05 16:17:40 +00:00
test-common.scm Frequent garbage collection often turns up problems. 2012-11-08 15:22:09 +00:00
test-leaf.scm Boehm port of the scheme interpreter. 2012-11-06 19:25:31 +00:00
test-mps.scm Refactor test code now that we can load it. 2012-11-02 17:35:05 +00:00
test-r5rs.scm Implement "do". 2012-11-11 19:34:46 +00:00
test-weak.scm Implement the global symbol table as a weak-value hash table from strings to symbols. 2012-11-02 21:23:12 +00:00