<feed xmlns='http://www.w3.org/2005/Atom'>
<title>open-axiom/src/input, 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>2016-01-18T01:15:22Z</updated>
<entry>
<title>Propagate renaming.</title>
<updated>2016-01-18T01:15:22Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2016-01-18T01:15:22Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=5950f07335c0a2f38224e0223951f9cf6fca350b'/>
<id>urn:sha1:5950f07335c0a2f38224e0223951f9cf6fca350b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix global variable names in Makefiles</title>
<updated>2014-02-03T10:01:34Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2014-02-03T10:01:34Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=ac136e818759d62bd8eabad781aabdba9a7f589e'/>
<id>urn:sha1:ac136e818759d62bd8eabad781aabdba9a7f589e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove stale algebra targets.</title>
<updated>2013-06-29T23:49:43Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2013-06-29T23:49:43Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=acefbb3a16acf5752ee60579b21d67a4f20676f2'/>
<id>urn:sha1:acefbb3a16acf5752ee60579b21d67a4f20676f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix test for inexistent IMAXTRIX</title>
<updated>2013-05-26T00:57:30Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2013-05-26T00:57:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=22cfdf8f4e97d7916f0b0bac666322543caa81a8'/>
<id>urn:sha1:22cfdf8f4e97d7916f0b0bac666322543caa81a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>	* input/sint.input.pamphlet: Use /\$SingleInteger, not defunct</title>
<updated>2012-08-20T07:17:59Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2012-08-20T07:17:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=4fc6c2ba4569effe346fd6f498b6ab55afe446cf'/>
<id>urn:sha1:4fc6c2ba4569effe346fd6f498b6ab55afe446cf</id>
<content type='text'>
	And$SingleInteger.
</content>
</entry>
<entry>
<title>	Support use of any natural number literal as constant name.</title>
<updated>2011-10-27T00:04:28Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2011-10-27T00:04:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=4d4f05f71ab532ac95570bef18da5098965db723'/>
<id>urn:sha1:4d4f05f71ab532ac95570bef18da5098965db723</id>
<content type='text'>
	* interp/postpar.boot (postNormalizeName): Remove.
	(postLhsOfDefinition): New.
	(postDef): Use it.
	(postMDef): Likewise.
	(postForm): Remove dead code.
	(postSignature): Internalize names of exported operators.
	* interp/i-intern.boot (mkAtree2): For package call resolution,
	use internal names.
	* interp/compiler.boot (compAtomWithModemap): Use externalName for
	name reported in diagnostic.
	(compIntegerLiteral): New.
	(compAtom): Use it.
	(compElt): Look up modemaps for internal names.
	(getModemapList): Likewise.
	* interp/g-util.boot (normalizeName): New.
	(internalName): Likewise.
	(externalName): Likewise.
</content>
</entry>
<entry>
<title>	* algebra/float.spad.pamphlet (Float): Tidy.</title>
<updated>2011-08-10T23:30:02Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2011-08-10T23:30:02Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=7c7d44f1dc284e4c4e231d97023aa87ecd5f8e44'/>
<id>urn:sha1:7c7d44f1dc284e4c4e231d97023aa87ecd5f8e44</id>
<content type='text'>
	* algebra/fortmac.spad.pamphlet (MachineInteger): Likewise.
	* algebra/fspace.spad.pamphlet (FunctionSpace): Likewise.
	* algebra/integer.spad.pamphlet (Integer): Likewise.
	* algebra/mkfunc.spad.pamphlet (InputForm): Likewise.
	* algebra/newpoly.spad.pamphlet (RecursivePolynomialCategory):
	Likewise. 
	* input/knot.input.pamphlet: Likewise.
	* input/knot2.input.pamphlet: Likewise.
	* input/mult3d.input.pamphlet: Likewise.
	* input/multKnot.input.pamphlet: Likewise.
	* input/r21bugsbig.input.pamphlet: Likewise.
	* input/tutchap2.input.pamphlet: Likewise.
</content>
</entry>
<entry>
<title>	* interp/sys-driver.boot (executeSpadScript): Inform the system</title>
<updated>2010-12-01T17:26:32Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2010-12-01T17:26:32Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=c32856c7077d6220b6785b1e6e819b41ea4244be'/>
<id>urn:sha1:c32856c7077d6220b6785b1e6e819b41ea4244be</id>
<content type='text'>
	that we are going to read from a file.
	* interp/g-error.boot(handleLispBreakLoop): Return to reading from
	file if that was what were doing.
	* input/Makefile.in (TESTSYS): Use driver and --test option.
	(%.output): Simplify.
</content>
</entry>
<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>
</feed>
