<feed xmlns='http://www.w3.org/2005/Atom'>
<title>open-axiom/src/testsuite/interpreter, 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>2013-05-24T22:46:35Z</updated>
<entry>
<title>Add testcase from Edi Meier.</title>
<updated>2013-05-24T22:46:35Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2013-05-24T22:46:35Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=73bd42eeaf4c343433721630d86fb80fc5d04afd'/>
<id>urn:sha1:73bd42eeaf4c343433721630d86fb80fc5d04afd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>	Fix SF/2910351</title>
<updated>2010-02-14T15:33:14Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2010-02-14T15:33:14Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=dbe91668915a487380cfbde6e0036264b5d766d6'/>
<id>urn:sha1:dbe91668915a487380cfbde6e0036264b5d766d6</id>
<content type='text'>
	* interp/nruncomp.boot (deltaTran): Avoid use of user-visible
	names for compiler internal tags.
	(genDeltaEntry): Likewise.
	(NRTassocIndex): Likewise.
	(NRTgetLocalIndex): Likewise.
	(NRTsubstDelta): Likewise.
	* interp/wi2.boot (genDeltaEntry): Likewise.
</content>
</entry>
<entry>
<title>	Fix SF/2893009</title>
<updated>2009-11-09T01:58:44Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2009-11-09T01:58:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=beb923feadbabd89f92eb61dc6284d41eeccd540'/>
<id>urn:sha1:beb923feadbabd89f92eb61dc6284d41eeccd540</id>
<content type='text'>
	* algebra/syntax.spad.pamphlet (ParameterAst): New.
	(HeadAst): Use it.
	* testsuite/interpreter/sf-2893009.input: Likewise.
	* testsuite/interpreter/sf-2893009.spad: New.
</content>
</entry>
<entry>
<title>	* interp/buildom.boot: Tidy.  </title>
<updated>2009-10-15T09:52:30Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2009-10-15T09:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=4a8c82c52e9cf88d925c1de807307b6ec8d26c9b'/>
<id>urn:sha1:4a8c82c52e9cf88d925c1de807307b6ec8d26c9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>	Fix SF/2875134</title>
<updated>2009-10-09T06:23:10Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2009-10-09T06:23:10Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=b9b6081bee80b1eb8d4118983b03e29733f188e0'/>
<id>urn:sha1:b9b6081bee80b1eb8d4118983b03e29733f188e0</id>
<content type='text'>
	* interp/ptrees.boot: New.
	(pfIdSymbol): Use it.
	(pfSymbolSymbol): Likewise.
	(pfInfApplication): Likewise.
	* testsuite/interpreter/sf-2875134.input: New.
</content>
</entry>
<entry>
<title>	Fix SF/2799773</title>
<updated>2009-06-08T01:52:52Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2009-06-08T01:52:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=a6bb66d5a34279f6b762cedc577155de6259ff30'/>
<id>urn:sha1:a6bb66d5a34279f6b762cedc577155de6259ff30</id>
<content type='text'>
	* interp/c-util.boot (diagnoseUnknownType): Diagnose duplicate
	fields in Record or Union, or duplicate constants in Enumeration.
	* interp/i-eval.boot (checkRecordOrUnionFields): New.
	(evaluateType): Use it.
	* testsuite/interpreter/sf-2799773.input: New.</content>
</entry>
<entry>
<title>	Fix SF/2798220</title>
<updated>2009-05-29T14:18:26Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2009-05-29T14:18:26Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=a17c2d47d4df5af5ef5e624ac6c5636b2741dd4a'/>
<id>urn:sha1:a17c2d47d4df5af5ef5e624ac6c5636b2741dd4a</id>
<content type='text'>
	* algebra/fmod.spad.pamphlet (IntegerMod): Define before?
	* algebra/ffp.spad.pamphlet (FiniteFieldExtensionByPolynomial):
	Likewise. 
	* algebra/pf.spad.pamphlet (InnerPrimeField): Likewise.
	* testsuite/interpreter/sf-2798220.input: New.
</content>
</entry>
<entry>
<title>	Partial fix for AW/193 and AW/334.</title>
<updated>2009-05-25T05:29:46Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2009-05-25T05:29:46Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=785f36fcc98e8cbbd206342a73b274bc361508d6'/>
<id>urn:sha1:785f36fcc98e8cbbd206342a73b274bc361508d6</id>
<content type='text'>
	* algebra/algfunc.spad.pamphlet: Remove OrderedSet requirements.
	* algebra/combfunc.spad.pamphlet: Likewise.
	* algebra/defintef.spad.pamphlet: Likewise.
	* algebra/defintrf.spad.pamphlet: Likewise.
	* algebra/degred.spad.pamphlet: Likewise.
	* algebra/efstruc.spad.pamphlet: Likewise.
	* algebra/elemntry.spad.pamphlet: Likewise.
	* algebra/expexpan.spad.pamphlet: Likewise.
	* algebra/expr.spad.pamphlet: Likewise.
	* algebra/expr2ups.spad.pamphlet: Likewise.
	* algebra/exprode.spad.pamphlet: Likewise.
	* algebra/fortran.spad.pamphlet: Likewise.
	* algebra/fr.spad.pamphlet: Likewise.
	* algebra/fraction.spad.pamphlet: Likewise.
	* algebra/fs2expxp.spad.pamphlet: Likewise.
	* algebra/fspace.spad.pamphlet: Likewise.
	* algebra/funcpkgs.spad.pamphlet: Likewise.
	* algebra/gaussian.spad.pamphlet: Likewise.
	* algebra/genups.spad.pamphlet: Likewise.
	* algebra/intalg.spad.pamphlet: Likewise.
	* algebra/intef.spad.pamphlet: Likewise.
	* algebra/integrat.spad.pamphlet: Likewise.
	* algebra/intpm.spad.pamphlet: Likewise.
	* algebra/irexpand.spad.pamphlet: Likewise.
	* algebra/kl.spad.pamphlet: Likewise.
	* algebra/laplace.spad.pamphlet: Likewise.
	* algebra/limitps.spad.pamphlet: Likewise.
	* algebra/liouv.spad.pamphlet: Likewise.
	* algebra/manip.spad.pamphlet: Likewise.
	* algebra/nlode.spad.pamphlet: Likewise.
	* algebra/odeef.spad.pamphlet: Likewise.
	* algebra/oderf.spad.pamphlet: Likewise.
	* algebra/openmath.spad.pamphlet: Likewise.
	* algebra/patmatch1.spad.pamphlet: Likewise.
	* algebra/patmatch2.spad.pamphlet: Likewise.
	* algebra/pfo.spad.pamphlet: Likewise.
	* algebra/polycat.spad.pamphlet: Likewise.
	* algebra/primelt.spad.pamphlet: Likewise.
	* algebra/rdeef.spad.pamphlet: Likewise.
	* algebra/rdesys.spad.pamphlet: Likewise.
	* algebra/rule.spad.pamphlet: Likewise.
	* algebra/solverad.spad.pamphlet: Likewise.
	* algebra/sum.spad.pamphlet: Likewise.
	* algebra/transsolve.spad.pamphlet: Likewise.
	* testsuite/interpreter/aw-193.input: New.
	* testsuite/interpreter/aw-334.input: Likewise.
</content>
</entry>
<entry>
<title>	Fix SF/2754400</title>
<updated>2009-04-12T03:49:24Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2009-04-12T03:49:24Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=865463536e19a517fecb78ddc9bfdfa4088e0b71'/>
<id>urn:sha1:865463536e19a517fecb78ddc9bfdfa4088e0b71</id>
<content type='text'>
	* interp/setvars.boot (setOutputFortran): Transform pathname from
	symbol to string.
	* testsuite/interpreter/sf-2754400.input: New.
</content>
</entry>
<entry>
<title>	Fix SF/2749682</title>
<updated>2009-04-11T18:29:51Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2009-04-11T18:29:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=2fe793e09e8508311fa2bfda4870edc288fa0495'/>
<id>urn:sha1:2fe793e09e8508311fa2bfda4870edc288fa0495</id>
<content type='text'>
	* interp/sys-os.boot ($NaNvalue): Fix typo.
	* testsuite/interpreter/sf-2749682.input: New.
</content>
</entry>
</feed>
