<feed xmlns='http://www.w3.org/2005/Atom'>
<title>open-axiom/src/input/Makefile.pamphlet, branch master</title>
<subtitle>open scientific computation system</subtitle>
<id>https://git.pashev.ru/open-axiom/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/open-axiom/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/'/>
<updated>2010-11-05T03:45:36Z</updated>
<entry>
<title>	* interp/Makefile.pamphlet: Remove.</title>
<updated>2010-11-05T03:45:36Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2010-11-05T03:45:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=c79a5618011cf9232ed886a89bd9e9ec335fc243'/>
<id>urn:sha1:c79a5618011cf9232ed886a89bd9e9ec335fc243</id>
<content type='text'>
	* algebra/Makefile.pamphlet: Likewise.
	* input/Makefile.pamphlet: Likewise.
</content>
</entry>
<entry>
<title>	External tool noweb is no longer required.</title>
<updated>2010-08-21T03:07:54Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2010-08-21T03:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=ef6d755c944ef5af40c909c6683a3691dc9f6a57'/>
<id>urn:sha1:ef6d755c944ef5af40c909c6683a3691dc9f6a57</id>
<content type='text'>
	* INSTALL: Update instructions.
	* Makefile.pamphlet: Remove rules for building noweb.
	(AXIOM_SRC_TARGETS): Include all-utils.
	* config/open-axiom.m4 (OPENAXIOM_BUILD_TOOLS): Don't check for
	notangle and noweave.
	* config/setup-dep.mk: Remove rules for generating document.
	* config/var-def.mk: Remove NOTANGLE and NOWEAVE variables.
	* configure.ac: Instantiate Makefile for src/utils.
</content>
</entry>
<entry>
<title>	* interp/c-util.boot (isAtomicForm): New.</title>
<updated>2008-10-05T03:06:07Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2008-10-05T03:06:07Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=4da4e775ade14aa9e8c2d0b4b106e743e4d283a4'/>
<id>urn:sha1:4da4e775ade14aa9e8c2d0b4b106e743e4d283a4</id>
<content type='text'>
	(replaceSimpleFunctions): Use it.  Simplify back to original
	implementation. 
	(proclaimCapsuleFunction): Constructor parameters are generic.
	* interp/sys-utility.boot (getVMType): Handle wildcard.
	* algebra/stream.spad.pamphlet: Don't build STREAM with
	proclamation on -- it currently violates type rules.
</content>
</entry>
<entry>
<title>	* Makefile.pamphlet: Use $(mkdir_p) in lieu of $(mkinstalldirs),</title>
<updated>2008-08-04T11:54:10Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2008-08-04T11:54:10Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=9be80497b8fe2bdfab08fded15e148c1489cc1d5'/>
<id>urn:sha1:9be80497b8fe2bdfab08fded15e148c1489cc1d5</id>
<content type='text'>
	during build.  Also use 'cp -p' instead of $(INSTALL).
	* algebra/Makefile.pamphlet: Likewise.
	* graph/Makefile.in: Likewise.
	* boot/Makefile.in: Likewise.
	* hyper/Makefile.in: Likewise.
	* input/Makefile.pamphlet: Likewise.
	* interp/Makefile.pamphlet: Likewise.
	* lib/Makefile.in: Likewise.
	* lisp/Makefile.in: Likewise.
	* share/Makefile.in: Likewise.
</content>
</entry>
<entry>
<title>	* interp/bootlex.lisp: Import "sys-globals".  </title>
<updated>2008-03-25T21:33:58Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2008-03-25T21:33:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=68c6afce19df6a92b0569a23bcfe3a73f109b754'/>
<id>urn:sha1:68c6afce19df6a92b0569a23bcfe3a73f109b754</id>
<content type='text'>
	Consistently use $InputStream and $OutputStream for I/O.
	* interp/c-util.boot: Likewise.
	* interp/comp.lisp: Likewise.
	* interp/compat.boot: Likewise.
	* interp/debug.lisp: Likewise.
	* interp/def.lisp: Likewise.
	* interp/g-error.boot: Likewise.
	* interp/i-toplev.boot: Likewise.
	* interp/int-top.boot: Likewise.
	* interp/intfile.boot: Likewise.
	* interp/lisplib.boot: Likewise.
	* interp/macros.lisp: Likewise.
	* interp/metalex.lisp: Likewise.
	* interp/msgdb.boot: Likewise.
	* interp/patches.lisp: Likewise.
	* interp/preparse.lisp: Likewise.
	* interp/server.boot: Likewise.
	* interp/spad-parser.boot: Likewise.
	* interp/spad.lisp: Likewise.
	* interp/sys-globals.boot: Likewise.
	* interp/sys-macros.lisp: Likewise.
	* interp/sys-os.boot: Likewise.
	* interp/unlisp.lisp: Likewise.
	* interp/vmlisp.lisp: Likewise.
	* interp/Makefile.pamphlet (bootlex.$(FASLEXT)): Require
	sys-globals.$(FASLEXT) too.
	(vmlisp.$(FASLEXT)): Likewise.
</content>
</entry>
<entry>
<title>Add support for SBCL and CLisp</title>
<updated>2008-03-24T11:47:01Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2008-03-24T11:47:01Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=55893dcd3118428f046d5f539d80e9aa5345b885'/>
<id>urn:sha1:55893dcd3118428f046d5f539d80e9aa5345b885</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove more Makefile pamphlets and other leftover.</title>
<updated>2007-12-27T19:39:53Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2007-12-27T19:39:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=1d956ee860df63134233a71d8de39598dfe9a8bb'/>
<id>urn:sha1:1d956ee860df63134233a71d8de39598dfe9a8bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/input/</title>
<updated>2007-10-10T19:23:38Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2007-10-10T19:23:38Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=e662e66b323f896bc662d1ff326cb14cc5a4950a'/>
<id>urn:sha1:e662e66b323f896bc662d1ff326cb14cc5a4950a</id>
<content type='text'>
2007-10-10  Gabriel Dos Reis  &lt;gdr@cs.tamu.edu&gt;

	* Makefile.pamphlet (TESTSYS): Tidy.

src/interp/
2007-10-10  Gabriel Dos Reis  &lt;gdr@cs.tamu.edu&gt;
 
	* br-search.boot.pamphlet: Replace uses of $SPAROOT with
	systemRootDirectory. 
	* construc.lisp.pamphlet: Likewise.
	* daase.lisp.pamphlet: Likewise.
	* i-toplev.boot.pamphlet: Likewise.
	* patches.lisp.pamphlet: Likewise.
	* pathname.boot.pamphlet: Likewise.
	* util.lisp.pamphlet: Likewise.
	* bookvol5.pamphlet: Remove $spadroot throughout.
	(initroot): Remove.
	(reroot): Lose argument.
	* Makefile.pamphlet (makeint.lisp): Depend on
	sys-driver.$(FASLEXT).  Explicitly load it.
	Miscellaneous cleanup.
</content>
</entry>
<entry>
<title>2007-08-21  Gabriel Dos Reis  &lt;gdr@cs.tamu.edu&gt;</title>
<updated>2007-08-22T03:05:44Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2007-08-22T03:05:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=6099e0cd6b5efe27e04a5fd163601987bdc4284c'/>
<id>urn:sha1:6099e0cd6b5efe27e04a5fd163601987bdc4284c</id>
<content type='text'>
	* Makefile.pamphlet (check): New rule.
	* Makefile.in: Regenerate.


src/
2007-08-21  Gabriel Dos Reis  &lt;gdr@cs.tamu.edu&gt;

	* Makefile.pamphlet (all-check): New rule.
	* Makefile.in: Regenerate.

sr/input
2007-08-21  Gabriel Dos Reis  &lt;gdr@cs.tamu.edu&gt;

	* Makefile.pamphlet (all-ax all-input): Remove regress.
	(${OUT}/%.input): Don't be overly verbose.
	(%.input): Likewise.
	(%.as): Likewise.
	(use): Remove, as it is empty
	(regress): Likewise.
	(bug): Likewise.
	(document): Likewise.
 	(all-check): New rule.  Launch testing.
	* Makefile.in: Regenerate.
</content>
</entry>
<entry>
<title>Initial population.</title>
<updated>2007-08-14T05:14:52Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2007-08-14T05:14:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=ab8cc85adde879fb963c94d15675783f2cf4b183'/>
<id>urn:sha1:ab8cc85adde879fb963c94d15675783f2cf4b183</id>
<content type='text'>
</content>
</entry>
</feed>
