pkgsrc/math/fricas/PLIST

2980 lines
221 KiB
Text
Raw Normal View History

Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
@comment $NetBSD: PLIST,v 1.14 2012/12/08 15:26:57 asau Exp $
bin/efricas
bin/fricas
lib/fricas/emacs/fricas-cpl.el
lib/fricas/emacs/fricas.el
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/A1AGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/A1AGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ABELGRP-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ABELGRP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ABELMON-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ABELMON.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ABELSG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ABELSG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ACF-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ACF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ACFS-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ACFS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ACPLOT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/AF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/AGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/AGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/AHYP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ALAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ALGEBRA-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ALGEBRA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ALGFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ALGFF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ALGMANIP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ALGMFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ALGPKG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ALGSC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ALIST.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/AMR-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/AMR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/AN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ANON.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ANTISYM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ANY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ANY1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/APPLYORE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/APPRULE.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/APRODC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ARR2CAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ARR2CAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ARRAY1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ARRAY12.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ARRAY2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ASSOCEQ.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ASTACK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATADDVA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATAPPRO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATARBEX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATARBPR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATCANCL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATCANON.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATCS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATCUNOR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATFINAG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATLR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATMULVA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATNZDIV.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATRIG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATRIG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATSHMUT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATUNIKN.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ATVCWC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/AUTOMOR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BALFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BASTYPE-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BASTYPE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BBTREE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BEZOUT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BGAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BGAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BIALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BINARY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BINFILE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BITS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BMODULE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BOOLEAN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BOP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BOP1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BOUNDZRO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BPADIC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BPADICRT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BRAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BRAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BRILL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BSTREE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BTAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BTAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BTCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BTCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BTOURN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/BTREE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CABMON.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CACHSET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CARD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CARTEN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CARTEN2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CCLASS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CDEN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CDFMAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CDFVEC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CFCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CHAR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CHARNZ.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CHARPOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CHARZ.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CHVAR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CINTSLPE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CKP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CLAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CLAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CLIF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CLIP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CMPLXRT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COLOR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMBF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMBINAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMBOPC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMMONOP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMMUPC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPAR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPCAT.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPCODE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPLEX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPLEX2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPLPAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPPROP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPUTIL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMRING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CONTFRAC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COORDSYS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CPIMA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CPMATCH.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CRAPACK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CRFP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CSTTOOLS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CTRIGMNP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CVMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CYCLES.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/CYCLOTOM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DBASE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DBLRESP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DDFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DECIMAL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DEFINTEF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DEFINTRF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DEGRED.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DEPENDENTS.DAASE/index.KAF
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DEQUEUE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DERHAM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DFINTTLS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DFLOAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DFMAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DFSFUN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DFVEC.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DGRPH.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DHMATRIX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIFEXT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIFEXT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIFRING-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIFRING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIOPS-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIOPS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIOSP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIRPCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIRPCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIRPROD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIRPROD2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIRRING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DISPLAY.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DISTCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DISTEX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DISTPOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DISTRO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DISTRO2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIVRING-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DIVRING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DJBP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DLAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DLIST.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DLP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DPMM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DPMO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DPOLCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DPOLCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DQAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DRAW.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DRAWCFUN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DRAWCURV.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DRAWCX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DRAWHACK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DRAWPT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DROPT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DROPT0.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DROPT1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DSMP.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DSTCFPG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DVARCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/DVARCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EAB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EF.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EFGUSER.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EFSTRUC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EFULS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EFUPXS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ELAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ELAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ELEMFUN-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ELEMFUN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ELFUTS.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ELINSOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ELIPIDF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ELTAB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ELTAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ELTAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EMR.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ENTIRER-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ENTIRER.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EQ.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EQ2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EQTBL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ERROR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ES-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ES.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ES1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ES2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EUCDOM-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EUCDOM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EVALAB-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EVALAB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EVALCYC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EXIT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EXP3D.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EXPEXPAN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EXPR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EXPR2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EXPR2UPS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EXPRODE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EXPRSOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EXPRTUBE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/EXPUPXS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FACTFUNC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FACUTIL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FAGROUP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FAMONC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FAMONOID.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FAMR-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FAMR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FAMR2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FARRAY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FAXF-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FAXF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FCOMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FCPAK1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FDIV.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FDIV2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FDIVCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FDIVCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FELFUN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FEVALAB-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FEVALAB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FEXPR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFCAT2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFCG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFCGP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFCGX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFFG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFFGF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFHOM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFIELDC-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFIELDC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFINTBAS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFNB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFNBP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFNBX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFPOLY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFPOLY2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFSLPE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FFX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FGLMICPK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FGROUP.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FGRPH-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FGRPH.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FIELD-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FIELD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FILE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FILECAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FINAALG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FINAALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FINITE-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FINITE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FINRALG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FINRALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLAGG2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLASORT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLINEXP-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLINEXP.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLIOUFUN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLOAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLOATCP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLOATRP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FM2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FMC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FMCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FMCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FMFUN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FMONOID.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FMTC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FNAME.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FNCAT.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FNGRPH.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FNLA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FOP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FORDER.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FORMULA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FORMULA1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FORT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FORTCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FORTFN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FORTRAN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FPARFRAC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FPATMAB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FPC-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FPC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FPS-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FPS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FR2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FRAC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FRAC2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FRAMALG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FRAMALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FRETRCT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FRETRCT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FRIDEAL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FRIDEAL2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FRMOD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FRNAAF2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FRNAALG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FRNAALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FRUTIL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FS-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FS2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FS2EXPXP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FS2UPS.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FS2UPS2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FSAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FSAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FSAGG2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FSCINT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FSERIES.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FSFUN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FSINT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FSPECF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FSPRMELT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FSRED.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FST.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FSUPFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FTEM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FUNCTION.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FVC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FVFUN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GALFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GALFACTU.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GALPOLYU.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GALUTIL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GAUSSFAC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GBEUCLID.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GBF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GBINTERN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GCDBAS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GCDDOM-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GCDDOM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GCNAALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GDMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GENEEZ.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GENMFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GENPGCD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GENUFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GENUPS.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GENUSER.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GHENSEL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GMODPOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GOPT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GOPT0.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GOSPER.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GPOLCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GPOLCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GPOLSET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GRALG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GRALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GRAY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GRDEF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GRIMAGE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GRMOD-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GRMOD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GROEBSOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GROUP-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GROUP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GSERIES.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GSTBL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GTSET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GUESS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GUESSAN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GUESSF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GUESSF1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GUESSINT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GUESSP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GUESSP1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/GUESSPI.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HACKPI.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HANKP.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HASHSTAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HASHTBL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HDMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HDP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HEAP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HELLFDIV.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HEUGCD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HEXADEC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HOAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HOAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HOPFALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HTMLFORM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HYPCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/HYPCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IALGFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IAN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IARRAY1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IARRAY2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IBACHIN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IBATOOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IBITS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IBPTOOLS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ICARD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ICDEN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IDEAL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IDECOMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IDPC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IDPO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IEVALAB-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IEVALAB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IFAMON.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IFARRAY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IFF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IIARRAY2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IJB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ILIST.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ILOGIC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IMATLIN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IMATQF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IMATRIX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IMODHP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INBFF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INCRMAPS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INDE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INEP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INFINITY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INFORM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INFORM1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INFPROD0.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INFSP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INMODGCD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INNMFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INPRODFF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INPRODPF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INPSIGN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INS-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTABL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTAF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTBIT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTCAT.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTDEN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTDOM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTEF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTG0.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTHEORY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTHERAL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTHERTR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTPAF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTPM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTRAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTRET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTRF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTRVL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTSLPE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTTOOLS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INTTR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/INVLAPLA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IPADIC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IPF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IPRNTPK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IR2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IR2F.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IROOT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IRREDFFX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IRRF2F.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IRSN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IRURPK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ISTRING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ISUMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ISUPS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ITAYLOR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ITFUN2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ITFUN3.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ITRIGMNP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ITUPLE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IVECTOR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IXAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/IXAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JBBFC-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JBBFC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JBC-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JBC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JBE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JBFC-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JBFC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JBLF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JBP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JBSA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JBUNDLE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JBX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JCT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JDE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JDIFF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JGB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JLF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JORDAN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/JVF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/KAFILE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/KDAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/KDAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/KERNEL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/KERNEL2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/KOERCE.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/KOERCEF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/KONVERF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/KONVERT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/KOVACIC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LALG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LAMBDA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LAPLACE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LAUPOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LAZM3PK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LEADCDET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LEXP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LEXTRIPK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LFCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LGROBP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LIB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LIE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LIECAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LIECAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LIMITPS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LIMITRF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LINDEP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LINEXP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LIST.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LIST2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LIST2MAP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LIST3.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LMDICT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LMODULE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LMOPS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LNAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LNAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LODEEF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LODO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LODO1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LODO2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LODOCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LODOCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LODOF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LODOOPS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LOGIC-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LOGIC.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LOOP.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LORER.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LPEFRAC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LPOLY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LSAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LSAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LSMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LSMP1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LSPP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LSQM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LUD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LWORD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LZSTAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/LZSTAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/M3D.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAGCD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAGCDOC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAGCDT2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAGCDT3.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAGMA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAPHACK1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAPHACK2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAPHACK3.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAPPKG1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAPPKG2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MAPPKG3.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MATCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MATCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MATCAT2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MATLIN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MATRIX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MATSTOR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MCALCFN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MCDEN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MCMPLX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MDAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MDDFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MESH.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MFGRPH.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MFINFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MFLOAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MHROWRED.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MINT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MKBCFUNC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MKCHSET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MKFLCFN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MKFUNC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MKRECORD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MKUCFUNC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MLIFT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MLO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MMAP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MMLFORM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MODFIELD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MODHP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MODHPS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MODMON.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MODMONOM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MODOP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MODRING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MODULE-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MODULE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MOEBIUS.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MOMPKG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MONAD-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MONAD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MONADWU-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MONADWU.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MONOGEN-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MONOGEN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MONOID-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MONOID.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MONOTOOL.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MORECAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MPC2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MPC3.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MPCPF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MPOLY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MPRFF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MRATFAC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MRCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MRF2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MRING.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MRVLIM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MSET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MSETAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MSYSCMD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MTHING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MTSCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MTSCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MULDEP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MULTFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/MULTSQFR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NAALG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NAALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NARNG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NARNG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NASRING-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NASRING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NBLM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NCEP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NCNTFRAC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NCODIV.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NEWTON.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NFINTBAS.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NGROEB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NLINSOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NNI.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NODE1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NONE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NONE1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NORMMA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NORMPK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NORMRETR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NPCOEF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NREP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NSMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NSUP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NSUP2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NTPOLFN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NTSCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NUMERIC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NUMFMT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NUMODE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NUMQUAD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/NUMTUBE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OAGROUP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OAMON.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OAMONS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OASGP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OC-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OCAMON.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OCT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OCTCT2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODECONST.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODEEF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODEINT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODEPAL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODEPRIM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODEPRRIC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODERAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODERED.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODERTRIC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODESYS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODETOOLS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODPOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ODVAR.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OEXPR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OFMONOID.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OINTDOM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OMCONN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OMDEV.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OMENC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OMERR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OMERRK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OMEXPR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OMLO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OMPKG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OMSAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OMSERVER.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ONECOMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ONECOMP2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OPQUERY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ORDCOMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ORDCOMP2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ORDFIN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ORDFUNS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ORDMON.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ORDRING-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ORDRING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ORDSET-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ORDSET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OREPCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OREPCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OREPCTO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ORESUP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OREUP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ORTHPOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OSGROUP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OSI.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OUT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OUTFORM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OVAR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/OWP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PADE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PADEPAC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PADIC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PADICCT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PADICRAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PADICRC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PALETTE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PAN2EXPR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PARPC2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PARPCURV.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PARRPKG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PARSC2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PARSCURV.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PARSU2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PARSURF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PARTPERM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PATAB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PATLRES.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PATMAB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PATMATCH.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PATRES.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PATRES2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PATTERN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PATTERN1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PATTERN2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PBWLB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PCOMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PDECOMP.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PDO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PDOHLP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PDRING-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PDRING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PENDTREE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PERM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PERMAN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PERMCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PERMGRP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PFBR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PFBRU.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PFECAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PFECAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PFO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PFOQ.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PFOTOOLS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PFR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PFRPAC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PGCD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PGE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PGROEB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PI.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PICOERCE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PID.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PINTERP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PINTERPA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PLEQN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PLOT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PLOT1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PLOT3D.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PLOTTOOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PMASS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PMASSFS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PMDOWN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PMFS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PMINS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PMKERNEL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PMLSAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PMPLCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PMPRED.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PMPREDFS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PMQFCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PMSYM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PMTOOLS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PNTHEORY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/POINT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/POLTOPOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/POLUTIL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/POLY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/POLY2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/POLY2UP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/POLYCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/POLYCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/POLYCATQ.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/POLYLIFT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/POLYROOT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/POLYVEC.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PORDER-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PORDER.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PPCURVE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PREASSOC.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PRIGCD3.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PRIMARR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PRIMARR2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PRIMCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PRIMELT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PRIMES.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PRINT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PRODUCT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PRQAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PRS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PRTITION.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PSCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PSCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PSCURVE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PSETCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PSETCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PSETPK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PSEUDLIN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PSQFR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PTCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PTFUNC2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PTPACK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PTRANFN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PUSHVAR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/PWFFINTB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QALGSET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QALGSET2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QCMPACK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QEQUAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QFCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QFCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QFCAT2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QFORM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUAT2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUATCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUATCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUATCT2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUEUE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RADCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RADCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RADFF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RADIX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RADUTIL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RANDSRC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RATFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RATRET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RCAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RCAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RCFIELD-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RCFIELD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RDEEF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RDEEFS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RDETR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RDETRS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RDIST.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RDIV.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/REAL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/REAL0.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/REAL0Q.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/REALSOLV.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RECLOS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RECOP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/REDORDER.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/REF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/REGSET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/REP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/REP1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/REP2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/REPDB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/REPSQ.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RESLATC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RESRING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RESULT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RETFROM-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RETFROM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RETRACT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RETRACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RETSOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RFDIST.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RFFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RFFACTOR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RGCHAIN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RIDIST.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RING-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RINTERP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RMATCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RMATCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RMATRIX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RMCAT2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RMODULE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RNG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RNS-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RNS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ROIRC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ROMAN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RPOLCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RPOLCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RRCC-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RRCC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RSDCMPK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RSETCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RSETCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RSETGCD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RULE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RULECOLD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RULESET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/RURPK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SAE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SAEFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SAERFFC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SAOS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SARGND.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SBOUND.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SCACHE.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SCANUTIL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SCENE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SCIFS.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SCNP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SCONF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SCPKG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SCRT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SDPOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SDVAR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SEG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SEG2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SEGBIND.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SEGBIND2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SEGCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SEGXCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SEM.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SEQU.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SEQU2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SEQUCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SETAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SETAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SETCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SETCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SETMN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SEX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SEXCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SEXOF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SFORT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SFQCMPK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SFRGCD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SFRTCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SGCF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SGROUP-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SGROUP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SHDP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SHP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SIGNEF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SIGNRF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SIMPAN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SINT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SKAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SKICOMB.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SKSMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SMATCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SMATCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SMITH.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SMPCOER.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SMPEXPR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SMTS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SNTSCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SOLVEFOR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SOLVERAD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SOLVESER.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SOLVETRA.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SORD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SOREXPV.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SORTPAK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SPACE3.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SPACEC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SPECOUT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SPFCAT.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SPFUTS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SPLNODE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SPLTREE.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SPTCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SPTCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SQMATRIX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SRAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SRAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SRDCMPK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SREGSET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SRING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SRNG.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SSKPOLC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STACK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STBL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STEP.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STEXPS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STEXPST.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STINPROD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STNSR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STR.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STRANS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STREAM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STREAM1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STREAM2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STREAM3.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STRICAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STRING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STRTBL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STTAYLOR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STTF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/STTFNC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SUBRESP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SUBSPACE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SUCH.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SULS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SUMFS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SUMRF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SUP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SUP2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SUPFRACF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SUPXS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SUTS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SWITCH.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SYMANA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SYMBOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SYMFUNC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SYMPOLY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SYMS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SYMTAB.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/SYSSOLP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TABLBUMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TABLE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TABLEAU.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TANEXP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TBAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TBAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TBCMPPK.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TEMUTL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TENSCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TENSOR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TENSPC-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TENSPC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TENSPO2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TENSPOW.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TENSPRP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TESTAUX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TESTCNT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TESTUNIT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TEX.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TEX1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TEXTFILE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TMFORM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TOOLSIGN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TOPSP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TRANFUN-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TRANFUN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TREE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TRIGCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TRIGCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TRIGMNIP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TRIMAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TRMANIP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TSEREXP-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TSEREXP.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TSEREXPG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TSEREXPL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TSEREXPP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TSEREXPT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TSETCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TSETCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TUBE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TUBETOOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TUPLE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TWOFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TYPE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/TYPED.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/U16MAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/U16VEC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/U32MAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/U32VEC.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/U8MAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/U8VEC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UDGRPH.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UDPO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UDVO.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UFD-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UFD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UFPS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UFPS1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ULS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ULS2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ULSCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ULSCCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ULSCCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ULSCONS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UNIFACT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UNISEG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UNISEG2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UNTYPED.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UP2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPCDEN.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPDECOMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPDIVP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPMP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPOLYC-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPOLYC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPOLYC2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPSCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPSCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPSQFREE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPXS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPXS2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPXSCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPXSCCA-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPXSCCA.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPXSCONS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UPXSSING.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/URAGG-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/URAGG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/USERS.DAASE/index.KAF
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UTS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UTS2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UTSCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UTSCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UTSODE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UTSODETL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/UTSSOL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VARCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VARIABLE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VECREC1.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VECREC2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VECTCAT-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VECTCAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VECTOR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VECTOR2.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VIEW.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VIEW2D.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VIEW3D.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VIEWDEF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VOID.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VSBASIS.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VSPACE-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/VSPACE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/WEIER.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/WFFINTBS.${FASL}
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/WGRPH.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/WP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/WUTSET.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XALG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XDPOLY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XEXPPKG.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XF-.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XF.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XFALG.${FASL}
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XHASHTBL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XML.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XMLAT.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XMLEL.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XPBWPOLY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XPOLY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XPOLYC.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XPR.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/XRPOLY.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/YSTREAM.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ZDSOLVE.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ZLINDEP.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/ZMOD.${FASL}
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/browse.daase
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/category.daase
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/comdb.text
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/compress.daase
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/exposed.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/exposed.lib
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/interp.daase
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/libdb.text
lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/operation.daase
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/apply.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/apply.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/apply.o
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/asauto-files.${FASL}
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/ax.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/ax.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/ax.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/bc-matrix.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/bc-matrix.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/bc-matrix.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/bc-misc.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/bc-misc.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/bc-misc.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/bc-solve.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/bc-solve.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/bc-solve.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/bc-util.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/bc-util.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/bc-util.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-con.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-con.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-con.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-data.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-data.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-data.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-op1.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-op1.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-op1.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-op2.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-op2.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-op2.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-prof.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-prof.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-prof.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-saturn.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-saturn.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-saturn.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-search.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-search.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-search.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-util.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-util.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/br-util.o
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/browse-files.${FASL}
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/c-doc.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/c-doc.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/c-doc.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/c-util.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/c-util.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/c-util.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/category.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/category.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/category.o
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/comp-files.${FASL}
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/compiler.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/compiler.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/compiler.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/define.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/define.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/define.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/functor.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/functor.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/functor.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/ht-root.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/ht-root.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/ht-root.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/ht-util.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/ht-util.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/ht-util.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/htcheck.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/htcheck.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/htcheck.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/htsetvar.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/htsetvar.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/htsetvar.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/info.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/info.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/info.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/iterator.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/iterator.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/iterator.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/modemap.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/modemap.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/modemap.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/nruncomp.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/nruncomp.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/nruncomp.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/package.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/package.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/package.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/profile.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/profile.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/profile.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/showimp.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/showimp.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/showimp.o
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/topics.${FASL}
${clisp}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/topics.lib
${ecl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/autoload/topics.o
lib/fricas/target/${MACHINE_GNU_PLATFORM}/bin/AXIOMsys
lib/fricas/target/${MACHINE_GNU_PLATFORM}/bin/asq
lib/fricas/target/${MACHINE_GNU_PLATFORM}/bin/clef
lib/fricas/target/${MACHINE_GNU_PLATFORM}/bin/fricas
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/bin/htadd
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/bin/hypertex
lib/fricas/target/${MACHINE_GNU_PLATFORM}/bin/sman
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/bin/viewAlone
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Any.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/ArrayStack.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/AssociationList.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/BalancedBinaryTree.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/BasicOperator.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/BinaryExpansion.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/BinarySearchTree.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/CardinalNumber.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/CartesianTensor.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Character.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/CharacterClass.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/CliffordAlgebra.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/CombinatorialFunction.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Complex.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/ContinuedFraction.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/CycleIndicators.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/DeRhamComplex.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/DecimalExpansion.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Dequeue.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/DistributedMultivariatePolynomial.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/DoubleFloat.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/ElementaryFunction.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/EqTable.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Equation.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/EuclideanGroebnerBasisPackage.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Expression.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Factored.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/FactoredFunctions2.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/File.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/FileName.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/FlexibleArray.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Float.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Fraction.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/FullPartialFractionExpansion.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/GeneralDistributedMultivariatePolynomial.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/GeneralSparseTable.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/GroebnerFactorizationPackage.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/GroebnerPackage.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Heap.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/HexadecimalExpansion.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/HomogeneousDistributedMultivariatePolynomial.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Integer.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/IntegerCombinatoricFunctions.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/IntegerLinearDependence.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/IntegerNumberTheoryFunctions.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Kernel.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/KeyedAccessFile.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/LazardSetSolvingPackage.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/LexTriangularPackage.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Library.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/LieExponentials.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/LiePolynomial.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/LinearOrdinaryDifferentialOperator.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/LinearOrdinaryDifferentialOperator1.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/LinearOrdinaryDifferentialOperator2.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/List.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/LyndonWord.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Magma.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/MakeFunction.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/MappingPackage1.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/MappingPackage2.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/MappingPackage3.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/MathMLFormat.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Matrix.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/MatrixCategory.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Multiset.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/MultivariatePolynomial.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/None.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Octonion.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/OneDimensionalArray.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Operator.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/OrderedVariableList.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/OrderlyDifferentialPolynomial.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/PartialFraction.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Permanent.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Permutation.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/PlaneAlgebraicCurvePlot.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Plot.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Polynomial.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Quaternion.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/QuaternionCategoryFunctions2.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Queue.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/RadixExpansion.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/RealClosure.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/RealSolvePackage.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/RegularTriangularSet.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/RomanNumeral.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Segment.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/SegmentBinding.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Set.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/SingleInteger.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/SparseMultivariateTaylorSeries.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/SparseTable.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/SquareFreeRegularTriangularSet.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/SquareMatrix.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Stack.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Stream.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/String.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/StringTable.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Symbol.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Table.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/TexFormat.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/TextFile.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/TransSolvePackage.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/TwoDimensionalArray.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/TwoDimensionalViewport.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/UnivariatePolynomial.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/UnivariateSkewPolynomial.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/UniversalSegment.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Vector.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/Void.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/WuWenTsunTriangularSet.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/XPBWPolynomial.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/XPolynomial.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/XPolynomialRing.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/ZeroDimensionalSolvePackage.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/abbreviations.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/assignment.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/blocks.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/boot.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/cd.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/clear.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/clef.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/close.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/collection.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/compile.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/display.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/edit.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/fin.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/for.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/frame.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/help.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/history.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/if.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/include.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/iterate.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/leave.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/library.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/lisp.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/load.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/ltrace.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/parallel.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/pquit.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/quit.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/read.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/repeat.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/savesystem.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/set.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/show.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/spool.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/suchthat.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/summary.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/synonym.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/syntax.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/system.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/trace.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/undo.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/what.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/doc/spadhelp/while.help
lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/SPADEDIT
lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/command.list
lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/copyright
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/ex2ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/colorpoly.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/colorwol.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/draw.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/drawIstr.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/drawarc.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/drawcolor.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/drawline.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/drawlines.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/drawpoint.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/drawrect.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/drawstr.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/drwfilled.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/end.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/fillarc.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/fillpoly.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/fillwol.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/header.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/graph/setup.ps
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/hthits
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/htsearch
${clisp-sbcl}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/libspad.so
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/presea
lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/session
lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/spadclient
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/spadbuf
lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/summary
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/view2D
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/view3D
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/lib/viewman
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Al.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ClickToSet.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Continue.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/DoIt.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Im.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Re.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xdesp.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xfbox.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xfcirc.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xfullbox.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xfullcirc.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xfullfbox.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xfullfcirc.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xgreybox.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xgreycirc.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xgreyfbox.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xgreyfcirc.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xhappy.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xnobox.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xnocirc.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xnoface.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xopenbox.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xopencirc.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xopenfbox.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xopenfcirc.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xperv.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xsad.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xtickbox.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xtickcirc.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xtickfbox.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xtickfcirc.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xxbox.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xxcirc.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xxfbox.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/Xxfcirc.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/aTx=b.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ai.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/aleph.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/alpha.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/alpha.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/alphaj.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/angle.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/anna.xbm.tiny
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/back.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/backslash.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/beta.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/beta.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/betaj.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/bot.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/bullet.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/c1.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/chi.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ci.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/clear.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/clearall.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ctb.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/del.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/delta-cap.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/delta.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/delta.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/div.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/door
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/door.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/dot.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/down.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/down3.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/dr.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/drown.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ell.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/emptyset.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ep1.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ep2.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/epi.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/epp.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/epsilon.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/epsilon.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/eqpage.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/erase.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/error.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/eta.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/exists.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/exit.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/exit3d.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/exit3d_old.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/exit3di.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/fi.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/forall.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/fqr.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/fr.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/gamma-cap.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/gamma.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/gamma.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/gammak.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/gi.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/great=.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/hbar.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/help.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/help2.bakmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/help2.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/help3.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/help3d.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/help3d_old.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/help3di.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/home3d.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/home3d_old.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/home3di.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ht_icon
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/imath.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/infty.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/infty.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ing.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ing1.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ing2.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int1.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int10.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int11.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int12.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int13.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int2.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int3.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int4.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int5.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int6.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int7.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int8.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/int9.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/integral.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/integral.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/iota.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/jmath.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/kappa.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/l1.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/lambda-cap.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/lambda.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/lamdab.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/lamdai.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/lamdaj.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ldlt.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/less=.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/lj.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/llt.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/lt.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/mask.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/menudot.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/mkm.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/mu.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/mui.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/muj.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/mx.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/my.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/nabla.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ncap.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/neg.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/newrho.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/nl.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/nn.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/noop.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/noop3d.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/not=.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/notequal.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/notequal.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/nu.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/nx.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ny.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/omega-cap.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/omega.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/omicron.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/parallel.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/partial.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/pelzel.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/phi-cap.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/phi.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/phi.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/pi-cap.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/pi.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/pi.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/pick.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/pick_old.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/plusminus.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/prime.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/prod.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/psi-cap.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/psi.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/psi.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/px.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/py.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/quad.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/quit.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/return.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/return2.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/return3.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/rho.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/rho=r.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/rhosq=.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/sdown.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/sdown.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/sdown3d.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/sdown3dpr.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/si-integral.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/sigma-cap.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/sigma.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/smile.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/source.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/subtwo.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/sum.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/sum.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/sup.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/sup.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/sup3d.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/sup3dpr.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/surd.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/tau.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/tear.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/theta-cap.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/theta.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/top.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/triangle.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/uij.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/uj.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/unpick.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/unpick_old.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/up.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/up2.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/up3.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/up3d.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/up3di.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/updots.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/upsilon-cap.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/upsilon.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/wr.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/x1.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/xbar.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/xe.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/xi-cap.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/xi.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/xii.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/xiii.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/xj.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/xmax.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/xmin.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/xq.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/xr.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/xs.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/y1.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/y2.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/y3.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ye.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/yi.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/yr.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/ys.xbm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/zeta.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/zetak.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/bitmaps/zk.bitmap
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ALIST.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ALIST.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ARRAY1.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ARRAY1.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ARRAY2.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ARRAY2.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/BBTREE.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/BBTREE.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/BINARY.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/BINARY.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/BOP.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/BOP.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/BSTREE.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/BSTREE.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CARD.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CARD.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CARTEN.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CARTEN.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CCLASS.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CCLASS.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CHAR.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CHAR.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CLIF.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CLIF.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/COMPLEX.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/COMPLEX.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CONTFRAC.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CONTFRAC.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CPHelp.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CYCLES.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/CYCLES.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/DECIMAL.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/DECIMAL.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/DERHAM.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/DERHAM.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/DFLOAT.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/DFLOAT.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/DMP.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/DMP.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/EQ.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/EQ.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/EQTBL.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/EQTBL.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/EXIT.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/EXIT.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/EXPR.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/EXPR.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FARRAY.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FARRAY.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FILE.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FILE.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FLOAT.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FLOAT.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FNAME.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FNAME.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FPARFRAC.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FPARFRAC.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FR.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FR.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FR2.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FR2.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FRAC.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/FRAC.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/GBF.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/GBF.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/GSTBL.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/GSTBL.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HEAP.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HEAP.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HEXADEC.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HEXADEC.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXAdvPage1.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXAdvPage2.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXAdvPage3.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXAdvPage4.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXAdvPage5.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXAdvPage6.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXAdvTopPage.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXFormatPage1.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXFormatPage2.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXFormatPage3.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXFormatPage4.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXFormatPage5.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXFormatPage6.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXFormatPage7.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXFormatPage8.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXFormatTopPage.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXIntroPage1.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXIntroPage2.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXIntroPage3.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXIntroTopPage.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXLinkPage1.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXLinkPage2.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXLinkPage3.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXLinkPage4.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXLinkPage5.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXLinkPage6.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXLinkTopPage.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXTopPage.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXTryPage.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/HTXplay.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/INT.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/INT.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/INTHEORY.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/INTHEORY.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/KAFILE.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/KAFILE.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/KERNEL.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/KERNEL.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LAZM3PK.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LAZM3PK.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LEXP.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LEXP.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LEXTRIPK.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LEXTRIPK.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LIB.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LIB.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LIST.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LIST.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LODO.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LODO.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LODO1.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LODO1.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LODO2.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LODO2.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LPOLY.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LPOLY.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LWORD.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/LWORD.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/Link.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/MAGMA.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/MAGMA.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/MAPPKG1.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/MAPPKG1.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/MATRIX.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/MATRIX.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/MKFUNC.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/MKFUNC.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/MPOLY.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/MPOLY.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/MSET.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/MSET.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/NONE.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/NONE.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/OCT.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/OCT.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ODPOL.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ODPOL.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/OP.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/OP.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/OVAR.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/OVAR.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/PERMAN.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/PERMAN.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/PFR.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/PFR.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/POLY.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/POLY.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/QUAT.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/QUAT.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/QUAT2.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/QUAT2.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/RADIX.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/RADIX.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/RECLOS.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/RECLOS.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/REGSET.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/REGSET.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ROMAN.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ROMAN.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SEG.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SEG.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SEGBIND.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SEGBIND.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SET.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SET.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SINT.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SINT.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SQMATRIX.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SQMATRIX.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SREGSET.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SREGSET.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/STBL.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/STBL.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/STREAM.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/STREAM.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/STRING.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/STRING.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/STRTBL.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/STRTBL.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SYMBOL.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/SYMBOL.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/TABLE.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/TABLE.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/TEXTFILE.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/TEXTFILE.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/UNISEG.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/UNISEG.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/UP.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/UP.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/VECTOR.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/VECTOR.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/VOID.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/VOID.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/WUTSET.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/WUTSET.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/XPBWPOLY.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/XPBWPOLY.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/XPOLY.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/XPOLY.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/XPR.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/XPR.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ZDSOLVE.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ZDSOLVE.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ZLINDEP.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ZLINDEP.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/algebra.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/aspex.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/basic.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/bmcat.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/coverex.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/coverex.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/evalex.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/evalex.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exdiff.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exdiff.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exint.ht
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exint.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exlap.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exlap.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exlimit.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exlimit.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exmatrix.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exmatrix.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/explot2d.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/explot2d.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/explot3d.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/explot3d.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/expose.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exseries.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exseries.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exsum.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/exsum.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/function.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/function.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/gloss.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/graphics.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/graphics.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/grpthry.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/grpthry.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/help.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ht.db
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/hyperdoc.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/man0.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/mapping.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/newuser.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/numbers.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/numbers.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/patch.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/polys.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/polys.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/record.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/releaseNotes.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/rootpage.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/srchkey.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/topics.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/type.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug01.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug01.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug02.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug02.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug03.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug03.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug04.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug04.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug05.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug05.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug06.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug06.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug07.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug07.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug08.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug08.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug10.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug10.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug11.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug11.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug12.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug12.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug13.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug13.pht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug14.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug15.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug16.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug21.ht
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/ug22.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/union.ht
lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/util.ht
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/xmpexp.ht
lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/msgs/s2-us.msgs
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/3DObjectGraphicsPage9.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/3DObjectGraphicsPage9.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/3DObjectGraphicsPage9.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage3.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage3.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage3.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage3.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage5.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage6.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage6.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage6.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/AssortedGraphicsExamplePage6.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DAlgebraic1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DAlgebraic1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DAlgebraic1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DAlgebraic1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DFunctions1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DFunctions1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DFunctions1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DFunctions1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DParametric1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DParametric1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DParametric1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DParametric1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DPolar1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DPolar1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DPolar1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot2DPolar1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DFunctions1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DFunctions1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DFunctions1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DParametricCurve1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DParametricCurve1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DParametricCurve1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DParametricCurve2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DParametricCurve2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DParametricCurve2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DParametricSurface1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DParametricSurface1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DParametricSurface1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DParametricSurface2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DParametricSurface2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ExPlot3DParametricSurface2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage4.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage6.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage6.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage6.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsExamplePage6.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsPage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ImplicitCurveGraphicsPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ListPointsGraphicsExamplePage24.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ListPointsGraphicsExamplePage24.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ListPointsGraphicsExamplePage24.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ListPointsGraphicsExamplePage24.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ListPointsGraphicsPage24.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ListPointsGraphicsPage24.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ListPointsGraphicsPage24.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ListPointsGraphicsPage24.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d3.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d3.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d3.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d3.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d4.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot2d4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d3.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d3.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d3.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/Menuexplot3d5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage3.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage3.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage3.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage3.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage4.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsExamplePage4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage4.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage5.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/OneVariableGraphicsPage5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage3.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage3.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage3.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage3.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage4.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsExamplePage4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage5.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage6.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage6.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage6.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage6.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage7.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage7.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage7.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricCurveGraphicsPage7.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricSurfaceGraphicsPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricSurfaceGraphicsPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricSurfaceGraphicsPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricSurfaceGraphicsPage5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricSurfaceGraphicsPage5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricSurfaceGraphicsPage5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricTubeGraphicsPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricTubeGraphicsPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricTubeGraphicsPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricTubeGraphicsPage5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricTubeGraphicsPage5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ParametricTubeGraphicsPage5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage3.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage3.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage3.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage3.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage4.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsExamplePage4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage4.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage5.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/PolarGraphicsPage5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/SegmentBindingXmpPage3.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/SegmentBindingXmpPage3.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/SegmentBindingXmpPage3.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/SegmentBindingXmpPage3.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/SpaceCurveGraphicsPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/SpaceCurveGraphicsPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/SpaceCurveGraphicsPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/SpaceCurveGraphicsPage5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/SpaceCurveGraphicsPage5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/SpaceCurveGraphicsPage5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ThreeDimensionalGraphicsExamplePage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ThreeDimensionalGraphicsExamplePage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ThreeDimensionalGraphicsExamplePage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ThreeDimensionalGraphicsExamplePage10.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ThreeDimensionalGraphicsExamplePage10.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ThreeDimensionalGraphicsExamplePage10.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ThreeDimensionalGraphicsExamplePage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ThreeDimensionalGraphicsExamplePage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ThreeDimensionalGraphicsExamplePage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ThreeDimensionalGraphicsExamplePage6.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ThreeDimensionalGraphicsExamplePage6.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ThreeDimensionalGraphicsExamplePage6.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/TwoVariableGraphicsPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/TwoVariableGraphicsPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/TwoVariableGraphicsPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/TwoVariableGraphicsPage3.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/TwoVariableGraphicsPage3.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/TwoVariableGraphicsPage3.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ViewportPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ViewportPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ViewportPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/mobius.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/mobius.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/mobius.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphClipPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphClipPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphClipPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphColorPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphColorPage1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphColorPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphColorPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphColorPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphColorPage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphColorPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphColorPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphColorPalettePage5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphColorPalettePage5.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphColorPalettePage5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphColorPalettePage5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphCoordPage13.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphCoordPage13.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphCoordPage13.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphCoordPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphCoordPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphCoordPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphCoordPage4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphCoordPage4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphCoordPage4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphCoordPage6.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphCoordPage6.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphCoordPage6.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphMakeObjectPage4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphMakeObjectPage4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphMakeObjectPage4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDBuildPage10.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDBuildPage10.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDBuildPage10.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDBuildPage28.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDBuildPage28.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDBuildPage28.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage10.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage10.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage10.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage11.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage11.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage11.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage12.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage12.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage12.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage13.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage13.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage13.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage16.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage16.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage16.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage17.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage17.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage17.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage20.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage20.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage20.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage6.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage6.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage6.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage8.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage8.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDOptionsPage8.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDParPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDParPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDParPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDParPage6.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDParPage6.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDParPage6.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDParmPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDParmPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDParmPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDParmPage5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDParmPage5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDParmPage5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDPlotPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDPlotPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDPlotPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDPlotPage3.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDPlotPage3.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphThreeDPlotPage3.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage10.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage10.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage10.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage10.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage3.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage3.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage3.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage3.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage4.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage5.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage6.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage6.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage6.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage6.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage7.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage7.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage7.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage7.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage8.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage8.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage8.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage8.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage9.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage9.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage9.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDOptionsPage9.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage5.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage6.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage6.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage6.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDParPage6.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlanePage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlanePage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlanePage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlanePage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlotPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlotPage1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlotPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlotPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlotPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlotPage2.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlotPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlotPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlotPage4.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlotPage4.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlotPage4.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDPlotPage4.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDappendPage5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDappendPage5.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDappendPage5.VIEW/graph1
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDappendPage5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDappendPage5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDbuildPage24.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDbuildPage24.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDbuildPage24.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDbuildPage24.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDbuildPage38.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDbuildPage38.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDbuildPage38.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDbuildPage38.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDbuildPage43.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDbuildPage43.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDbuildPage43.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugGraphTwoDbuildPage43.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgColorArrPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgColorArrPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgColorArrPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgCompFunsPage3.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgCompFunsPage3.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgCompFunsPage3.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgDrawingPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgDrawingPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgDrawingPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgDrawingPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgDrawingPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgDrawingPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgDrawingPage5.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgDrawingPage5.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgDrawingPage5.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgNewtonPage10.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgNewtonPage10.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgNewtonPage10.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgNewtonPage11.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgNewtonPage11.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgNewtonPage11.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgPLCPage10.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgPLCPage10.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgPLCPage10.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgRibbonPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgRibbonPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgRibbonPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgVecFieldsPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgVecFieldsPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntProgVecFieldsPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntroGraphicsPage1.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntroGraphicsPage1.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntroGraphicsPage1.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntroGraphicsPage1.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntroGraphicsPage2.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntroGraphicsPage2.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugIntroGraphicsPage2.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugPackagesPackagesPage7.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugPackagesPackagesPage7.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugPackagesPackagesPage7.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage26.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage26.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage26.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage27.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage27.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage27.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage28.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage28.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage28.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage29.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage29.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage29.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage30.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage30.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage30.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage31.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage31.VIEW/graph0
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage31.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage31.VIEW/image.xpm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage32.VIEW/data
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage32.VIEW/image.bm
${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/viewports/ugProblemNumericPage32.VIEW/image.xpm
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/acplot.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/aggcat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/aggcat2.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/algcat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/algext.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/algfact.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/algfunc.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/allfact.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/alql.spad.pamphlet
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/amodgcd.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/any.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/array1.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/array2.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/attribs.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/bags.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/bezout.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/boolean.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/brill.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/card.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/carten.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/catdef.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/cden.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/clifford.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/clip.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/cmplxrt.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/coerce.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/color.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/combfunc.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/combinat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/complet.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/computation.spad.pamphlet
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/computil.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/constant.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/contfrac.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/coordsys.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/cra.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/crfp.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/curve.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/cycles.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/cyclotom.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ddfact.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/defaults.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/defintef.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/defintrf.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/degred.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/derham.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/dhmatrix.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/dirichlet.spad.pamphlet
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/distro.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/divisor.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/dpolcat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/draw.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/drawopt.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/drawpak.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/efstruc.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/efuls.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/efupxs.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/eigen.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/elemntry.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/elfuts.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/equation1.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/equation2.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/error.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/expexpan.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/export3D.spad.pamphlet
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/expps.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/expr.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/expr2ups.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/exprode.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/facutil.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ffcat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ffcg.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fff.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fffg.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ffhom.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ffnb.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ffp.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ffpoly.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ffpoly2.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ffx.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/files.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/float.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fmod.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fname.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fnla.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/formula.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fortcat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fortmac.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fortpak.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fortran.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/forttyp.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fourier.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fparfrac.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fr.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fraction.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/free.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fs2expxp.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fs2ups.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/fspace.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/funcpkgs.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/galfact.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/galfactu.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/galpolyu.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/galutil.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/gaussfac.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/gaussian.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/gb.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/gbeuclid.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/gbintern.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/gdirprod.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/gdpoly.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/geneez.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/generic.spad.pamphlet
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/genser.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/genufact.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/genups.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ghensel.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/gpgcd.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/gpol.spad.pamphlet
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/graph.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/grdef.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/groebf.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/groebsol.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/gseries.spad.pamphlet
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/hashstate.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/html.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ideal.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/idecomp.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/indexedp.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/infprod.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/intaf.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/intalg.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/intaux.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/intclos.spad.pamphlet
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/intden.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/intef.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/integer.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/integrat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/interval.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/intfact.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/intpm.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/intrf.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/irexpand.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/irsn.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ituple.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/jet.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/kl.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/kovacic.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/laplace.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/laurent.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/leadcdet.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/lie.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/limitps.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/lindep.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/lingrob.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/liouv.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/list.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/listgcd.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/lmdict.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/lodo.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/lodof.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/lodop.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/manip.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/mantepse.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/mappkg.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/matcat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/matfuns.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/matrix.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/matstor.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/mesh.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/mfinfact.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/misc.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/mkfunc.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/mkrecord.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/mlift.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/moddfact.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/modgcd.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/modhpsol.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/modmon.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/modmonom.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/modring.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/moebius.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/mring.spad.pamphlet
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/mrv_limit.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/mset.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/mts.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/muldep.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/multfact.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/multpoly.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/multsqfr.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/naalg.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/naalgc.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/newdata.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/newpoint.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/newpoly.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/nlinsol.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/nlode.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/npcoef.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/nregset.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/nsregset.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/numarr.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/numeigen.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/numeric.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/numode.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/numquad.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/numsolve.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/numtheor.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/oct.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/odealg.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/odeef.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/oderf.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/omcat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/omdev.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/omerror.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/omserver.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/op.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/opalg.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/openmath.spad.pamphlet
Update to FriCAS 1.1.6 Notable changes in FriCAS 1.1.6 (compared to version 1.1.5): - Added experimental graph theory package. - Added power series expanders for Weierstrass elliptic functions at 0. - New functions: kroneckerProduct and kroneckerSum for matrices, numeric weierstrassInvariants and modularInvariantJ, symbolic Jacobi Zeta, double float numeric elliptic integrals. - New domains for vectors and matrices of unsigned 8 and 16 bit integers. - Changes to Spad compiler: underscores which are not needed as escape are now significant in Spad names and strings, macros with parameters are supported, added partial support for exceptions, braces can be used for grouping. - A few speedups. - Reduced disc space usage during build. Bug fixes, in particular: - Fixed eval of hypergeometricF at 0 - Fixed problem with scope of macros. - Worked around problems with openinig named pipes in several Lisp implementations. - Fixed a problem with searching documentation via HyperDoc. - Fixed build problem on Mac OSX. Notable changes in FriCAS 1.1.5 (compared to version 1.1.4): - Added numeric version of lambertW. - New function 'rootFactor' which tries to write roots of products as products of roots. - 'try', 'catch' and 'finally' are now Spad keywords. - Experimental support for using gmp with Closure CL (64-bit Intel/Amd only). - New categoris CoercibleFrom and ConvertibleFrom. New domain for ordinals up to epsilon0. New domain for matrices of machine integers. New package for solving linear equations written as expressions (faster then general expression solver). - Functions exported by Product() are now called 'construct', 'first' and 'second' (instead of 'makeprod', 'selectfirst' and 'selectsecond' respectively). - Some functions are now much faster, in particular bivariate factorization over small finite fields. - When using sbcl FriCAS now tries to preload statistical profiler. Bug fixes, in particular: - Fixed handling of Control-C in FriCAS compiled by recent sbcl. - Fixed HyperDoc crash due to bad handling of '#'. - Fixed power series expanders for elliptic integrals. - Fixed 'possible wild ramifcation' problem with algebraic integrals. - 'has' in interpreter now correctly handles '%'. - Spad compiler can now handle single '=>' at top level of a function. - Fixed few problems with conditional types in Spad compiler. Notable changes in FriCAS 1.1.4 (compared to version 1.1.3): - New domains for combinatorial probability theory by Franz Lehner. - Improved integration of algebraic functions. - Initial support for semirings. - Updated framework for theory of computations. - In Spad parser '**', '^' and '->' are now right-associative. - Spad parser now longer transforms relational operators. - Join of categories is faster which speeds up Spad compiler. Bug fixes, in particular: - Retraction of 'rootOf' from Expression(Integer) to AlgebraicNumber works now. - Attempt to print error message about invalid type no longer crash (SF 2977357). - Fixed few problems in Spad compiler dealing with conditional exports. - HyperDoc now should find all function descriptions (previously it missed several).
2012-02-23 20:24:34 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ordinal.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ore.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/out.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/outform.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pade.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/padic.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/padiclib.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/paramete.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/partperm.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/patmatch1.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/patmatch2.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pattern.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pcurve.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pdecomp.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/perm.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/perman.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/permgrps.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pf.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pfbr.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pfo.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pfr.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pgcd.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pgrobner.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pinterp.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pleqn.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/plot.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/plot3d.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/plottool.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/polset.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/poltopol.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/poly.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/polycat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/primelt.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/print.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/product.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/prs.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/prtition.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pscat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/pseudolin.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ptranfn.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/puiseux.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/qalgset.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/quat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/radeigen.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/radix.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/random.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ratfact.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/rdeef.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/rderf.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/rdesys.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/real0q.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/realzero.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/rec.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/reclos.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/regset.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/rep1.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/rep2.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/resring.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/retract.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/rf.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/riccati.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/rinterp.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/rule.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/scene.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/seg.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/serexp.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/setorder.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/sets.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/sex.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/sf.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/sgcf.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/si.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/sign.spad.pamphlet
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/skpol.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/smith.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/solvedio.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/solvefor.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/solvelin.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/solverad.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/sortpak.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/space.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/special.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/special2.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/sregset.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ssolve.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/stream.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/string.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/sttaylor.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/sttf.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/sturm.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/suchthat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/suls.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/sum.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/sups.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/supxs.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/suts.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/symbol.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/syssolp.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/system.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/table.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/tableau.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/taylor.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/tensor.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/tex.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/texmacs.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/transsolve.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/tree.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/trigcat.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/triset.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/tube.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/twofact.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/u32vec.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/unifact.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/updecomp.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/updivp.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/utsode.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/variable.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/vecrec.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/vector.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/view2D.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/view3D.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/viewDef.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/viewpack.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/void.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/vsbasis.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/weier.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/wtpol.spad.pamphlet
Update to FriCAS 1.1.8 Notable changes in FriCAS 1.1.8 (compared to version 1.1.7): - Improvements of pattern matching integrator, it can now integrate in terms of Fresnel integrals and better handles integrals in terms of Si and Ci. - Better integration of symbolic derivatives. - Better normalization of Liouvillian functions. - New package for computing limits using Gruntz algorithm. - Faster removal of roots from denominators. - New domains for mutivariate Ore algebras and partial differential operators. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - New package for noncommutative Groebner bases. - New domain for univariate power series with arbitrary exponents. - New special functions: Shi and Chi. - Several aggregates (in particular tables) allow more general parameter types. - New domain for hash tables using equality from underlying domain. Bug fixes, in particular: - Fixed problem with gcd failing due to bad reduction. - Fixed series of 'acot' and Puiseux series of several special functions. - Fixed wrong factorization of differential operators. - Fixed build problem on recent Mac OS X. Notable changes in FriCAS 1.1.7 (compared to version 1.1.6): - Improved integration in terms of special functions. - Updated new graphics framework and graph theory package. - Added routines for numerical evaluation of several special functions. - Added modular method for computing polynomial gcd over algebraic extensions. - Derivatives of fresnelC and fresnelS are changed to agree with established convention. - When printing floats groups of digits are now separated by underscores (previously were separated by spaces). - Added C code for removing directories, this speeds up full build and should avoid build problems on Mac OSX. Bug fixes, in particular: - Series expansion now handle poles of Gamma. - Fixed derivatives of meijerG.
2012-12-08 16:26:57 +01:00
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/xhash.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/xlpoly.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/xpoly.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/ystream.spad.pamphlet
lib/fricas/target/${MACHINE_GNU_PLATFORM}/src/algebra/zerodim.spad.pamphlet
@pkgdir lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/texmf/tex