<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/scheme/Makefile, branch debian/1.8.5-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.5-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.5-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-01-11T07:11:40+00:00</updated>
<entry>
<title>altos/scheme: Move ao-scheme to a separate repository</title>
<updated>2018-01-11T07:11:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-01-11T07:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f26cc1a677f577da533425a15485fcaa24626b23'/>
<id>urn:sha1:f26cc1a677f577da533425a15485fcaa24626b23</id>
<content type='text'>
This way it can be incorporated into multiple operating systems more easily.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/scheme: add 'install' target to install both test and tiny test</title>
<updated>2018-01-07T01:21:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-01-07T01:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=39df849f0717d92a7d5bdf8aa5904bd4db1b467f'/>
<id>urn:sha1:39df849f0717d92a7d5bdf8aa5904bd4db1b467f</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/scheme: Support scheme subsetting via feature settings</title>
<updated>2017-12-12T23:25:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-12T23:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d8c9024f3829dc3f241b16869f165f3ee01764f3'/>
<id>urn:sha1:d8c9024f3829dc3f241b16869f165f3ee01764f3</id>
<content type='text'>
This provides for the creation of smaller versions of the interpreter,
leaving out options like floating point numbers and vectors.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/scheme: Fix name of constant scheme file</title>
<updated>2017-12-10T08:00:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-10T08:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0d3365e2c04793cd8432c30a66881f53385a2e60'/>
<id>urn:sha1:0d3365e2c04793cd8432c30a66881f53385a2e60</id>
<content type='text'>
.lisp -&gt; .scheme

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/scheme: Add explicit dependency on ao_scheme_builtin.h for ao_scheme_make_const</title>
<updated>2017-12-05T18:42:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-05T18:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=038581bd212e66bcf017c7ace28c80a3ae0d0f50'/>
<id>urn:sha1:038581bd212e66bcf017c7ace28c80a3ae0d0f50</id>
<content type='text'>
This ensures that a parallel build will wait for ao_scheme_builtin.h
to be complete before attempting to compile ao_scheme_make_const

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/scheme: Move scheme test program to scheme sub-directory</title>
<updated>2017-12-05T18:40:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-05T18:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bd7a19a86f6d4fe19c7e72904e9b8ac0f2081ff7'/>
<id>urn:sha1:bd7a19a86f6d4fe19c7e72904e9b8ac0f2081ff7</id>
<content type='text'>
Keeps it away from the usual test setup

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/scheme: Rename to 'scheme', clean up build</title>
<updated>2017-12-05T18:30:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-05T18:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=195cbeec19a6a44f309a9040d727d37fe4e2ec97'/>
<id>urn:sha1:195cbeec19a6a44f309a9040d727d37fe4e2ec97</id>
<content type='text'>
Constant block is now built in a subdir to avoid messing up source
directory.

Renamed to ao_scheme to reflect language target.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
