2006-08-10 Nicolas M. Thiéry * BUGS, config/mupad.m4, src/GLIP/config/mupad.m4, src/MAPITL/config/mupad.m4: configure now output a meaningful message when $MUPADdir contains a space. Detailed workaround described in the BUGS file. * lib/COMBINAT/DOC/words.mupdoc: Proofreading and indentation. * lib/init.mu: Fixed missing adaptIndets in Dom::PolynomialPoly::divide for Dom::Polynomial * lib/ADT/TEST/Stack.tst, lib/ADT/Stack.mu: New method op() to get the content of an adt::Stack. * lib/COMBINAT/tableaux.mu: Experimental implementation of optional English versus French pretty printing of tableaux. See combinat::tableaux::setNotation. * lib/DOC/guidedTour-predefinedCombinatorialAlgebras.mupdoc: Fixed output of math formula. * lib/DOMAINS/CATEGORY/CombinatorialClassWith2DBoxedRepresentation.mu: toArrayVerticalAlignment is now supposed to be a function; constants are temporarily accepted for backward compatibility. * lib/MUPADBACKPORT/DOMAINS/DOMAIN/PolynomialPoly.mu: Fixed missing adaptIndets for divide and Dom::Polynomial. * lib/OPERATORS/overloaded.mu: Fixed return value of operators::_mult() to be 1 and not 0. * lib/IPC/GAP.mu: Fixed non local variables. * lib/DOMAINS/CATEGORY/SemiGroup.mu: Standard automatic overloading initialization for SemiGroup's in Cat::UseOverloading. * lib/COMBINAT/DOC/partitions.mupdoc: Indentation. 2006-08-08 aschilling * lib/COMBINAT/TEST/crystalOperators.tst: added a function that lists all tableaux of a given shape for the various types * lib/COMBINAT/crystalOperators.mu: added a function that lists all tableaux of a given shape for various types 2006-08-08 Nicolas M. Thiéry * lib/COMBINAT/TEST/crystalOperators.tst, lib/COMBINAT/crystalOperators.mu, lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu: New methods: revert, isRectangular New type: typeRectangularFilling (fixed from typeRectangular) Shorter implementation of rotatedTableau 2006-08-07 aschilling * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu: type checking for rectangular tableaux and rotation of rectangular tableaux added * lib/COMBINAT/TEST/crystalOperators.tst, lib/COMBINAT/crystalOperators.mu: Nicolas' comments incorporated 2006-08-07 Nicolas M. Thiéry * BUGS: Added workaround for bug #30 (configure and spaces in MuPAD directory name) 2006-08-04 fdescouens * lib/COMBINAT/ribbonsTableaux.mu: bug fixes in cospinPolynom * lib/EXAMPLES/SymmetricFunctions.mu: LLT with two stats added. Bug fixes. * lib/COMBINAT/TEST/skewPartitions.tst, lib/COMBINAT/skewPartitions.mu: modifications for special cases added. * lib/COMBINAT/TEST/skewPartitions.tst: tests for translation functions added. * lib/COMBINAT/skewPartitions.mu: translation function added. * lib/COMBINAT/ribbonsTableaux.mu: bugs fixed in cospin polynomial functions (technical manipulation of expression with power an half integer) 2006-08-03 aschilling * lib/COMBINAT/TEST/crystalOperators.tst, lib/COMBINAT/crystalOperators.mu: slightly different implementation of sigmaInverseTypeA 2006-08-01 aschilling * lib/COMBINAT/TEST/crystalOperators.tst, lib/COMBINAT/crystalOperators.mu: added affine crystal operators for type A 2006-07-27 fdescouens * lib/COMBINAT/TEST/skewPartitions.tst: test added for addColumn * lib/COMBINAT/skewPartitions.mu: addColumn added. * lib/EXAMPLES/SymmetricFunctions.mu: Change of base between s and tkSchur disable. 2006-07-26 fdescouens * lib/COMBINAT/skewRiggings.mu: generalization of skew riggings added (now riggings can have more than 2 arguments) 2006-07-25 fdescouens * lib/COMBINAT/words.mu: function minLex added in the interface * lib/COMBINAT/words.mu: function which computes the minimal element of list of words for the lexicographic order added. * lib/EXAMPLES/SymmetricFunctions.mu: Conversion tkSchur -> schur improved using lambda katabolism. * lib/COMBINAT/TEST/tableaux.tst: test added for kAtom. * lib/COMBINAT/tableaux.mu: Bugs fixed in lambda katabolism and kAtom. Names added in the interface. * lib/COMBINAT/tableaux.mu: promotion operator on tableau added. * lib/COMBINAT/tableaux.mu: Function fromChain added. lambda katabolism (generalization of katabolism ) added. 2006-07-24 fdescouens * lib/EXAMPLES/SymmetricFunctions.mu: computation improved between h and s and h and p. 2006-07-23 hivert * lib/COMBINAT/TEST/tools.tst, lib/COMBINAT/tools.mu: Wrote functions for manipulating remember tables and some tests. 2006-07-22 hivert * lib/COMBINAT/tools.mu: I forgot to delete FAIL. * lib/COMBINAT/tools.mu: Faster version of transitiveIdealCycles. 2006-07-22 aschilling * lib/COMBINAT/TEST/crystalOperators.tst: bug fixed in positionsOfUnmatchedClosing * lib/COMBINAT/crystalOperators.mu: bug fixed on positionsOfUnmatchedClosing 2006-07-22 fdescouens * lib/DOMAINS/CATEGORY/TEST/CombinatorialModule.tst: Test added for dot procedure. * lib/DOMAINS/CATEGORY/CombinatorialModule.mu: Bug fix in dot procedure. * lib/COMBINAT/TEST/tableaux.tst: Elementary tests added for the charge and cocharge. * lib/COMBINAT/tools.mu: Take into account now that operators can return FAIL instead of NIL. * lib/COMBINAT/partitions.mu: More explicit name for kCore bijection. Alias added in order to call it quickly. * lib/COMBINAT/tableaux.mu: Now the good definition of charge and cocharge. Change due to change of name of the kCore bijection on partitions. * lib/DOMAINS/CATEGORY/CombinatorialModule.mu: Take in account that a operator which doesn't act returns FAIL now. 2006-07-21 hivert * lib/EXAMPLES/WordQuasiSymmetricFunctions.mu: Better implementation of the product and removed a commented-out wrong code. * lib/EXAMPLES/NonCommutativeSymmetricFunctions.mu: Local Var. 2006-07-21 fdescouens * lib/EXAMPLES/TEST/SymmetricFunctionsBases.tst: test for newBasis added. * lib/EXAMPLES/SymmetricFunctions.mu: newBasis modified in order function print nothing at the end 2006-07-21 aschilling * lib/COMBINAT/TEST/crystalOperators.tst: operators now return FAIL instead of NIL when they cannot operate; added functions to go to highest weight vectors * lib/COMBINAT/crystalOperators.mu: operators now return FAIL instead of NIL when they cannot act; added functions to go to highest weight vectors 2006-07-21 fdescouens * lib/EXAMPLES/SymmetricFunctions.mu: some basis name better declared. Stuff to add new basis added. * createDomain: added at the end of the creation of the documentation file. Now empty doc file will not break doc compilation * lib/EXAMPLES/DOC/InternalProductAlgebra.mupdoc: remove which broke the compilation of the doc 2006-07-21 aschilling * lib/COMBINAT/DOC/crystalOperators.mupdoc: removed unused at the end of the file 2006-07-21 fdescouens * lib/EXAMPLES/SymmetricFunctions.mu: kSchur functions added. Parabolic Jing operators added. skew LLT polynomials added. 2006-07-21 hivert * lib/EXAMPLES/WordQuasiSymmetricFunctionsDual.mu: Typos. * lib/LIBFILES/examples.mu: Added the needed link to internalProductComplete. * lib/EXAMPLES/WordQuasiSymmetricFunctionsDual.mu, lib/EXAMPLES/WordSymmetricFunctionsDual.mu: Updated to the new internal product category. * lib/EXAMPLES/NonCommutativeSymmetricFunctions.mu: Updated to the new internal product system. * lib/EXAMPLES/SymmetricFunctions.mu, lib/EXAMPLES/TEST/SymmetricFunctionsOperators.tst: Use of the new category for internal products. * lib/EXAMPLES/FreeQuasiSymmetricFunctions.mu: Minor improvements. * lib/EXAMPLES/DOC/index.mupdoc, lib/LIBFILES/examples.mu: New category in examples InternalProductAlgebra * lib/EXAMPLES/DOC/InternalProductAlgebra.mupdoc, lib/EXAMPLES/TEST/InternalProductAlgebra.tst, lib/EXAMPLES/InternalProductAlgebra.mu: Some categories for algebras with an internal product. 2006-07-21 fdescouens * lib/COMBINAT/tools.mu: transitive ideals modified for operators which don't act on all the elements. 2006-07-20 aschilling * lib/COMBINAT/TEST/crystalOperators.tst, lib/COMBINAT/crystalOperators.mu: crystal operators on tensor products added 2006-07-20 fdescouens * lib/DOMAINS/CATEGORY/CombinatorialModule.mu: Some unuseful quotes removed. * lib/DOMAINS/CATEGORY/TEST/CombinatorialModule.tst: Test added in the case where some elements don't act on every elements. * lib/DOMAINS/CATEGORY/CombinatorialModule.mu: Test added in order to compute on modules in which some operators don't act on every elements. Unused variables removed. * lib/LIBFILES/combinat.mu: itereractive -> interative. 2006-07-20 aschilling * lib/COMBINAT/TEST/crystalOperators.tst, lib/COMBINAT/crystalOperators.mu: crystal operators on tableaux added 2006-07-20 fdescouens * lib/COMBINAT/tableaux.mu: change of name for reading tableaux toWordByRow toWordByColumn (according to Nicolas suggestion) * lib/COMBINAT/tableaux.mu: Column reading of a tableau added. * lib/COMBINAT/tableaux.mu: listing and counting of filling of a given shape and a given evaluation added. * lib/COMBINAT/tableaux.mu: counting functions for k tableaux added. Commentaries updated. * lib/COMBINAT/tableaux.mu: update of the interface and some commented lines removed (commented by mistake ...) * lib/COMBINAT/tableaux.mu: computation of kKostka number added. 2006-07-20 Nicolas M. Thiéry * AUTHORS: Added Anne Schilling :-) 2006-07-20 teresamu * lib/DOMAINS/CATEGORY/CombinatorialModule.mu, lib/DOMAINS/CATEGORY/TEST/CombinatorialModule.tst: dot works better * lib/DOMAINS/CATEGORY/CombinatorialModule.mu, lib/DOMAINS/CATEGORY/TEST/CombinatorialModule.tst: new: combinatorial module, list + dot works * lib/init.mu: new: combinatorial module * lib/LIBFILES/combinat.mu: transitiveIdeal -> Cycles + Iterative 2006-07-20 aschilling * lib/COMBINAT/TEST/crystalOperators.tst, lib/COMBINAT/crystalOperators.mu: type B,C added 2006-07-19 aschilling * lib/COMBINAT/TEST/crystalOperators.tst: new tests for action on words and more generic design for parenthesis matching * lib/COMBINAT/crystalOperators.mu: added crystal operator actions on words; functions on matching of closing and opening parentheses are now generic 2006-07-19 Nicolas M. Thiéry * lib/COMBINAT/TEST/tableaux.tst: Fixed tests for crystalE (missing variable definition). Grouped all export in one sentence. * lib/COMBINAT/permutations.mu: Moved fromCycles to interfaceAddIfExists (it won't exist in domains inheriting from that one). 2006-07-18 aschilling * createDomain: added anne * lib/COMBINAT/DOC/index.mupdoc: entry for combinat::crystalOperators added * lib/COMBINAT/DOC/crystalOperators.mupdoc: empty doc file created for combinat::crystalOperators * lib/LIBFILES/combinat.mu: domain combinat::crystalOperators added * lib/COMBINAT/TEST/crystalOperators.tst: new tests added for new design * lib/COMBINAT/crystalOperators.mu: new design with table for onLetters function; some tests added 2006-07-18 Nicolas M. Thiéry * experimental/2006-06-27-Omega.mu: Quite working prototype, but I still get a result which is inconsistant with Guoce Xin; probably something too loose is happening somewhere. * lib/COMBINAT/TEST/words.tst: Fixed test (missing export of combinat::tableaux) * lib/DOMAINS/CATEGORY/SemiGroup.mu: Implemented groupMorphism from groupToListSparse. Standard dom fix for MuPAD < 3.0.0 2006-07-18 aschilling * lib/COMBINAT/TEST/crystalOperators.tst, lib/COMBINAT/crystalOperators.mu: added crystal operators on letters for type A and D 2006-07-17 Nicolas M. Thiéry * CompilationOnWindows/Notes: More details and fix for MuPAD 4.0.0. 2006-07-17 teresamu * lib/COMBINAT/DOC/PICTURES/cyclage442870.png, lib/COMBINAT/DOC/PICTURES/cyclage490139.png, lib/COMBINAT/DOC/tableaux.mupdoc: doc for cyclage and cocyclage graphs with pictures * lib/COMBINAT/TEST/tableaux.tst: bug in test solved * lib/COMBINAT/TEST/tableaux.tst: typo 2006-07-16 hivert * lib/EXAMPLES/FreeQuasiSymmetricFunctions.mu: Added moebius function of permutohedron for basis change G -> S. 2006-07-16 Nicolas M. Thiéry * QuickInstall: Update w.r.t. MuPAD 4.0.0 and XML documentation 2006-07-15 Nicolas M. Thiéry * lib/COMBINAT/tools.mu: Fixed non-local / unused variables. 2006-07-14 hivert * lib/EXAMPLES/FreeQuasiSymmetricFunctions.mu: Wrote the internal product of FreeQuasiSymmetricFunctions. * lib/EXAMPLES/NonCommutativeSymmetricFunctions.mu, lib/EXAMPLES/QuasiSymmetricFunctions.mu: Renamed makeLinearConversion to makeModuleConversion * lib/COMBINAT/DOC/generators.mupdoc, lib/COMBINAT/DOC/permutations.mupdoc, lib/COMBINAT/TEST/permutations.tst, lib/COMBINAT/permutations.mu: Wrote permutations::fromCycleType. * lib/COMBINAT/generators.mu: Wrote a doc for generators::singleton. 2006-07-14 sedrikov * lib/COMBINAT/guess.mu, lib/init.mu, lib/COMBINAT/GUESS/lin_rec.mu, lib/COMBINAT/GUESS/prod.mu, lib/COMBINAT/GUESS/rat_interp.mu, lib/COMBINAT/GUESS/sum.mu: Just replacing Addit_Ind option by AdditInd * lib/COMBINAT/GUESS/Pi.mu, lib/COMBINAT/GUESS/Rat.mu, lib/COMBINAT/GUESS/Rec.mu, lib/COMBINAT/GUESS/Sigma.mu, lib/COMBINAT/GUESS/lin_rec.mu, lib/COMBINAT/GUESS/prod.mu, lib/COMBINAT/GUESS/rat_interp.mu, lib/COMBINAT/GUESS/sum.mu, lib/COMBINAT/guess.mu: combinat::guess doesn't return a 'combinat::guess' value, but a 'Type::ListOf(combinat::guess)', for easier use 2006-07-13 Nicolas M. Thiéry * experimental/2006-06-27-Omega.mu: Experiments around MacMahon's Omega operator. 2006-07-13 sedrikov * lib/COMBINAT/TEST/guess.tst, lib/COMBINAT/guess.mu, lib/init.mu, lib/COMBINAT/GUESS/Pi.mu, lib/COMBINAT/GUESS/Rat.mu, lib/COMBINAT/GUESS/Rec.mu, lib/COMBINAT/GUESS/Sigma.mu, lib/COMBINAT/GUESS/lin_rec.mu, lib/COMBINAT/GUESS/prod.mu, lib/COMBINAT/GUESS/rat_interp.mu, lib/COMBINAT/GUESS/sum.mu: *** empty log message *** 2006-07-13 teresamu * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu: TODO note added + new test with transitiveIdeal 2006-07-13 Nicolas M. Thiéry * lib/COMBINAT/tools.mu: Added usage example from Florent, little benchmark, and alternative implementations. * lib/COMBINAT/TEST/decomposableObjects.tst, lib/COMBINAT/decomposableObjects.mu: Fixed standardization of A = Prod(). 2006-07-12 mcld * experimental/2005-09-08-David.mu: Use setPrintMaxSize to always display large matrices 2006-07-12 sedrikov * lib/COMBINAT/DOC/guess.mupdoc, lib/COMBINAT/GUESS/Pi.mu, lib/COMBINAT/GUESS/Rat.mu, lib/COMBINAT/GUESS/Rec.mu, lib/COMBINAT/GUESS/Sigma.mu, lib/COMBINAT/GUESS/bezout.mu, lib/COMBINAT/GUESS/lin_rec.mu, lib/COMBINAT/GUESS/prod.mu, lib/COMBINAT/GUESS/rat_interp.mu, lib/COMBINAT/GUESS/sum.mu, lib/COMBINAT/guess.mu: *** empty log message *** 2006-07-12 Nicolas M. Thiéry * lib/COMBINAT/DOC/index.mupdoc, lib/COMBINAT/TEST/guess.tst, lib/LIBFILES/combinat.mu: Added test file and autoload stuf for combinat::guess 2006-07-11 teresamu * lib/COMBINAT/TEST/tableaux.tst: off with "new" * lib/COMBINAT/tableaux.mu: changed default restriction for cyclage graphs * lib/DOMAINS/CATEGORY/CombinatorialClassWith2DBoxedRepresentation.mu: dot procedures added 2006-07-11 Nicolas M. Thiéry * lib/COMBINAT/TEST/words.tst: Experimental code for generic crystal operators for all types (A, B, ...) 2006-07-11 chapoton * lib/EXAMPLES/DOC/DendriformOperad.mupdoc: a simple example, to show what the user can do * lib/EXAMPLES/DOC/PreLieOperad.mupdoc: a better example, replacing the previous one 2006-07-10 teresamu * lib/COMBINAT/DOC/tableaux.mupdoc: more doc for cyclage (not completed jet) 2006-07-07 Nicolas M. Thiéry * lib/COMBINAT/TEST/tableaux.tst: Added tests about crystalE operators. * lib/COMBINAT/tableaux.mu: Increased the number of default colors for crystal graph, and use black when there are not enough instead of producing an incorrect dot file. Added comments about the data structure of tableaux. * lib/COMBINAT/words.mu: Experimental code for generic crystal operators for all types (A, B, ...) 2006-07-06 teresamu * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/TEST/words.tst: one vi command :-) * lib/COMBINAT/DOC/tableaux.mupdoc: more doc 2006-07-06 Nicolas M. Thiéry * lib/COMBINAT/permutationsSigned.mu: Fixed non local variable. 2006-07-05 teresamu * lib/COMBINAT/DOC/partitions.mupdoc, lib/COMBINAT/DOC/words.mupdoc: fixed pb for documentation 2006-07-04 teresamu * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu: another typeFilling pb * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu: typeTabloid added to type argument of size * lib/COMBINAT/DOC/partitions.mupdoc: typo * lib/COMBINAT/DOC/partitions.mupdoc: mention of coordinate system 2006-07-03 teresamu * lib/COMBINAT/tableaux.mu: mu is of type integerVectors * lib/COMBINAT/DOC/words.mupdoc: coplactic operators * lib/COMBINAT/DOC/chooseNK.mupdoc: BaseDomain 2006-06-30 Nicolas M. Thiéry * lib/IPC/GAP.mu: New functions IPC::GAP::WeylGroupGenerators, WeylGroupSize * lib/init.mu: Fixes for prog::test on MuPAD 2.5.3 Note about Zaurus * lib/DOC/tutorials/AlgebraWithSeveralBases.tex, lib/DOC/demo/mupad.tex, lib/DOC/demo/lodayRonco.tex, lib/DOC/demo/combinat.tex: Update after FPSAC presentation. 2006-06-30 hivert * lib/EXAMPLES/SymmetricFunctions.mu: Improved some comments. 2006-06-30 Nicolas M. Thiéry * experimental/2006-06-27-HeckeCoxeter.mu: Experiments around HeckeSg and Coxeter groups. * lib/COMBINAT/DOC/index.mupdoc, lib/COMBINAT/DOC/permutationsSigned.mupdoc, lib/COMBINAT/TEST/permutationsSigned.tst, lib/COMBINAT/permutationsSigned.mu, lib/LIBFILES/combinat.mu: New combinatorial class combinat::permutationsSigned. 2006-06-30 teresamu * lib/COMBINAT/DOC/words.mupdoc: proof read 2006-06-28 hivert * lib/EXAMPLES/SymmetricFunctions.mu, lib/EXAMPLES/TEST/SymmetricFunctionsOperators.tst: Added the rule for internal product of powerSums. 2006-06-20 Nicolas M. Thiéry * make.sh: Make sure the dynamic modules are world readable. * NEWS: Update * lib/MUPADBACKPORT/DOMAINS/DOMAIN/SqMatrix.mu: Dom::SquareMatrix is now a FiniteDimensionalAlgebraWithBasis Added mult2 implementation to work around infinite loop with operators::overloaded (TODO: understand precisely what was going on). * lib/EXAMPLES/WordSymmetricFunctions.mu: makeLinear -> moduleMorphism * lib/DOMAINS/CATEGORY/AlgebraWithBasis.mu: mult2 default implementation in terms of operators now uses the more appropriate operators::mult2 and not operators::_mult. * lib/COMBINAT/DOC/partitions.mupdoc: Reindentation Added doc for z, and reference to MacDonald and symmetric functions * lib/COMBINAT/partitions.mu: Added alias z for centralizerSize. * lib/init.mu: mult2 fix for Dom::SquareMatrix (beware: in MUPADBACKPORT) help() improvement (remove garbage before and after the help item) 2006-06-16 Nicolas M. Thiéry * NEWS: Note on the precompiled distribution for all platforms. * README, README.in, index.html.in: Fixes suggested by Andreas (MuPAD latest version, ...). News of the release. 2006-06-14 teresamu * lib/COMBINAT/tableaux.mu: pb with mupad 2.5.3 solved 2006-06-13 hivert * lib/COMBINAT/treesGeneric.mu: Fixed non declared local variables. 2006-06-13 Nicolas M. Thiéry * Makefile.am, Makefile.in: Included information and tools for the compilation on windows in the distribution. * src/RiggedConfigurationsPaths/Makefile.in, test/Makefile.in: Update of the autotools build system. * README, README.in: Update of the requirements (java / XTools) * lib/init.mu: Update of the header. * CompilationOnWindows/configure_call: Moved info to the Notes file. * CompilationOnWindows/Notes: Complete instructions for MuPAD 3.1.1 and 4.0.0. * CompilationOnWindows/Notes.qemu: Added notes for ssh connection. * lib/MUPADBACKPORT/MISC/maprec.mu: Fixed backport of misc::maprec for MuPAD < 3.0.0 * src/nauty-module/Makefile.am, src/nauty-module/Makefile.in: Fixed cleanup of source files copied from ../nauty. * configure, configure.ac: Disabled the now useless (and in fact broken in VPATH builds) configure test for src/nauty directory. 2006-06-12 Nicolas M. Thiéry * src/nauty/geng.c: Workaround for compilation of nauty on Windows: disabled timing computations which we don't care about and which require the undefined CPUTIME macro. * src/nauty/gtools.c: Fixed nauty sources for compilation on windows (broken quotes) 2006-06-09 Nicolas M. Thiéry * CompilationOnWindows/link, CompilationOnWindows/cl: Fixed regexp to strip out unknown arguments for cl and link (was too loose) * doc/en/Makefile.am, doc/en/Makefile.in, doc/en/template.mk.in: Don't use mkdirhier; it is not portable. * test/Makefile.am: Darwin compatibility fix with tee. * config/mupad.m4, configure, src/GLIP/config/mupad.m4, src/MAPITL/config/mupad.m4: The sed script to extract MUPAD_MMG_LDFLAGS from the mmg output was still broken. Fixed to something much simpler, and hopefully more robust. 2006-06-08 Nicolas M. Thiéry * Makefile.am, Makefile.in: Improved dist-binary * configure, configure.ac: Fixed Microsoft Visual C++ compiler detection. * config/mupad.m4, configure, src/GLIP/config/mupad.m4, src/MAPITL/config/mupad.m4: Don't use extended regexps with sed, as they are not supported by default on Darwin's BSD sed. * CompilationOnWindows/Notes: Added material for compilation on windows. * CompilationOnWindows/Notes.qemu, CompilationOnWindows/cl, CompilationOnWindows/lib, CompilationOnWindows/link: Added material for compilation on windows * Makefile.in, doc/en/Makefile.am, doc/en/Makefile.in, src/Makefile.in: Update of the autotools build system. * doc/XSL/cmds2helpindextty.xsl, doc/XSL/prepHTML.xsl: Added new XSL files from MuPAD's CVS. * Makefile.am: dist-binary depends on all make clean-module-sources don't fail when run twice in a row * src/Makefile.am: Added src/nauty to the distribution. * lib/DOMAINS/CATEGORY/DOC/index.mupdoc: Fixed which currently still requires a content (unlike stated in the DOCBOOK DTD). * lib/DOC/index.mupdoc: Fixed broken ulink 2006-06-07 Nicolas M. Thiéry * doc/XSL/MuPADdoc2mn.xsl, doc/XSL/MuPADdoc2whatever.xsl, doc/XSL/index2content.xsl: Update XSL files from MUPAD's CVS. * src/gordan/Makefile.in, src/lrcalc-module/Makefile.in, src/lrcalc/Makefile.in, src/lrcalc/compat/Makefile.in, src/lrcalc/lrcoef/Makefile.in, src/lrcalc/mathlib/Makefile.in, src/nauty-module/Makefile.in, test/Makefile.in, doc/Makefile.in, doc/en/Makefile.in, src/GLIP-module/Makefile.in, src/GLIP/Makefile.in, src/IPC/Makefile.in, src/MAPITL/Makefile.in, src/MachineIntegerListsLex/Makefile.in, src/Makefile.in, src/RiggedConfigurationsPaths/Makefile.in, src/Symmetrica-module/Makefile.in, src/Symmetrica/Makefile.in, Makefile.in, Papers/Makefile.in, configure: Update of the autotools build system. * BUGS: Update. * TODO: Removed TODO things for the release. * TODO: Update * lib/EXPERIMENTAL/CQSym.mu: Fixed unused / non local variables. * lib/EXAMPLES/HeckeAlgebra.mu: Added comment. * test/Makefile.am: Extracted new rule 'make summary' Now 'make bla.res' does not rerun the test if the bla.res is already up to date. 'Use make bla.check instead' to force the rerun (for consistency with the rules in doc/en). * lib/init.mu: Backport of the full prog::test machinery from MuPAD 4.0.0. Rationale: - We will want to use its new features in our test - The old one is incompatible with prog::getOptions from MuPAD 4.0.0 which we already backported Finalized the backport of Dom::UnivariateSkewPolynomial and polylib::sortMonomials Added declaration of some options. Provide a stupid default definition for stringlib::collapseWhitespace * lib/MUPADBACKPORT/PROG/test.mu, lib/MUPADBACKPORT/PROG/testcall.mu, lib/MUPADBACKPORT/PROG/testerrors.mu, lib/MUPADBACKPORT/PROG/testexit.mu, lib/MUPADBACKPORT/PROG/testfunc.mu, lib/MUPADBACKPORT/PROG/testinit.mu, lib/MUPADBACKPORT/PROG/testmethod.mu, lib/MUPADBACKPORT/PROG/testnum.mu, lib/MUPADBACKPORT/PROG/testtime.mu: Backport of the full prog::test machinery from MuPAD 4.0.0. Rationale: - We will want to use its new features in our test - The old one is incompatible with prog::getOptions from MuPAD 4.0.0 which we already backported * lib/MUPADBACKPORT/PROG/sort.mu: Fixed completely broken compatibility patch for MuPAD < 3.0.0 * doc/TOOLS/srchidx.pl, doc/en/template.mk.in, doc/en/Makefile.am: In Paderborn, we want to use the binary srchidx provided in the PATH. See discussion on mupad-combinat-devel around 02/06/06. Fixed srchidx.pl to be fully compatible with the binary one: - syntax for specifying the input and output file name - New language feature in the output Fixed srchidx calls Added configure check for srchidx * config/mupad.am, src/GLIP/config/mupad.am, src/MAPITL/config/mupad.am: Ignore lines in the tests output containing "during evaluation of" not only for MuPAD 2.0.0, but for all versions 2.* * config/mupad.m4, src/GLIP/config/mupad.m4, src/MAPITL/config/mupad.m4: Added check for srchidx Changed MUPADpkgmdmdir to depend on MuPAD's version * config/packages.am, src/GLIP/config/packages.am, src/MAPITL/config/packages.am: Changed EPM_BUILDIR to be in /dev/shm Fixed EPM_BUILDIR (depends on MuPAD-Combinat's version, not MuPAD's) Removed old rpm package building mechanism now fully deprecated by epm. * Makefile.am: Added experimental rule to build a multi-platform binary distribution * lib/MUPADBACKPORT/DOMAINS/CONSTR/getEntryFrom.mu: Typo fix in a variable name! * lib/TEST/mupad.tst, lib/IPC/TEST/GAP.tst, lib/MUPADBACKPORT/DOMAINS/DOMAIN/MultPoly.mu, lib/MUPADBACKPORT/DOMAINS/DOMAIN/PolynomialPoly.mu, lib/MUPADBACKPORT/DOMAINS/DOMAIN/TEST/MultPoly.tst, lib/MUPADBACKPORT/DOMAINS/DOMAIN/TEST/Polynomial.tst, lib/PROG/TEST/partialSpecialization.tst, lib/COMBINAT/TEST/countingFunctions.tst, lib/COMBINAT/TEST/permutations.tst, lib/COMBINAT/TEST/qAnalogues.tst, lib/COMBINAT/TEST/skewPartitions.tst, lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/TEST/words.tst, lib/COMBINAT/alternatingSignMatrices.mu, lib/COMBINAT/countingFunctions.mu, lib/COMBINAT/decomposableObjects.mu, lib/COMBINAT/qAnalogues.mu, lib/COMBINAT/skewTableaux.mu, lib/COMBINAT/tableaux.mu, lib/COMBINAT/trees.mu, lib/DOMAINS/CATEGORY/AlgebraWithBasis.mu, lib/DOMAINS/CATEGORY/GradedModuleWithBasis.mu, lib/DOMAINS/CATEGORY/ModuleWithBasis.mu, lib/DOMAINS/DOMAIN/TEST/FreeModule.tst, lib/DOMAINS/DOMAIN/TEST/GroupAlgebra.tst, lib/DOMAINS/DOMAIN/TEST/SemiRing.tst, lib/DOMAINS/DOMAIN/WeightedAutomaton.mu, lib/EXAMPLES/TEST/HeckeAlgebra.tst, lib/EXAMPLES/TEST/SymmetricFunctionsBases.tst, lib/EXAMPLES/TEST/SymmetricFunctionsOperators.tst: Make the tests pass with MuPAD 2.5.3: - Standard DOM hack - String indexing starting from 0 instead of 1 - Fixed semi-colons in test files which produced spurious lines in the output - Fixed some tests that were over-specifying the output order (by comparing sort(result) with sort(expected) - Fixed some tests that were over-specifying the actual form of the returned expression (using iszero(normal(result-expected))) - ... Added some comments here and there 2006-06-06 elaugerot * lib/DOMAINS/DOMAIN/DOC/SemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/WeightedAutomaton.mupdoc, lib/DOMAINS/DOMAIN/WeightedAutomaton.mu: Modified Files: WeightedAutomaton.mu DOC/SemiRing.mupdoc DOC/WeightedAutomaton.mupdoc 2006-06-01 elaugerot * lib/DOC/guidedTour-SemiRing.mupdoc: Added Files: guidedTour-SemiRing.mupdoc * lib/DOC/guidedTour-WeightedAutomaton.mupdoc: Added Files: guidedTour-WeightedAutomaton.mupdoc 2006-05-31 Nicolas M. Thiéry * src/RiggedConfigurationsPaths/Makefile.in: Update of the autotools build system. * lib/COMBINAT/DOC/integerVectorsWeighted.mupdoc: Fixed broken XML. Groumph. * README, TODO, configure, configure.ac, lib/config.mu, src/RiggedConfigurationsPaths/Makefile.in: Update to 1.3.2 stable! * lib/COMBINAT/integerVectorsModPermutationGroup.mu: This is a graded combinatorial class. 2006-05-31 teresamu * lib/COMBINAT/DOC/integerVectorsWeighted.mupdoc: proof read 2006-05-31 Nicolas M. Thiéry * lib/COMBINAT/DOC/graphPaths.mupdoc: Typo fix. Groumph. 2006-05-31 teresamu * lib/COMBINAT/DOC/independentSetsOfVectorSpace.mupdoc: proof read 2006-05-31 Nicolas M. Thiéry * lib/OPERATORS/DOC/index.mupdoc: Proof reading * lib/OPERATORS/DOC/predefined.mupdoc: Proofreading. 2006-05-31 teresamu * lib/COMBINAT/DOC/graphs.mupdoc, lib/COMBINAT/DOC/graphPaths.mupdoc: proofread 2006-05-31 hivert * lib/OPERATORS/DOC/index.mupdoc, lib/OPERATORS/DOC/predefined.mupdoc: Added some notes on predefioned operators in predefined.mupdoc 2006-05-31 Nicolas M. Thiéry * lib/COMBINAT/DOC/integerVectorsOfLength.mupdoc: Little fixes. * lib/COMBINAT/DOC/integerVectorsModPermutationGroup.mupdoc, lib/COMBINAT/DOC/index.mupdoc: Added doc for combinat::integerVectorsModPermutationGroup 2006-05-31 hivert * lib/COMBINAT/DOC/subClass.mupdoc: Wrote some examples. For some reason unrank is broken. 2006-05-31 teresamu * lib/COMBINAT/DOC/decomposableObjects.mupdoc, lib/COMBINAT/DOC/linearExtensions.mupdoc: cmd instead expr for FAIL * lib/COMBINAT/DOC/decomposableObjects.mupdoc, lib/COMBINAT/DOC/integerMatrices.mupdoc: cmd instead expr for DOM_LIST, TRUE, FALSE 2006-05-31 Nicolas M. Thiéry * doc/TOOLS/htmlpostprocess.pl: Bug fix: 'muphlp' hrefs may have a '-' after the '#' * doc/en/Makefile.am, doc/en/Makefile.in: Removed debugging stuff. * doc/en/Makefile.am, doc/en/Makefile.in: ascii.tar was not cleaned up (typo in $(dist_ascii_DATA)). Pictures were not copied to the distribution if they did not exist at the time make was called. * lib/COMBINAT/DOC/permutations.mupdoc: Backport of some reindentation and doc output improvements by CCR. 2006-05-31 elaugerot * lib/DOMAINS/DOMAIN/DOC/SemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/WeightedAutomaton.mupdoc, lib/DOMAINS/DOMAIN/SemiRing.mu: Modified Files: SemiRing.mu DOC/SemiRing.mupdoc DOC/WeightedAutomaton.mupdoc 2006-05-31 Nicolas M. Thiéry * lib/COMBINAT/DOC/index.mupdoc: CCR: sortkey for "official" version: 0090 * doc/en/Makefile.am, doc/en/Makefile.in, doc/en/template.mk.in: Fixed inclusion of the pictures for the html documentation in the distribution. In particular, pictures in combinat/PICTURES/ are precious. * lib/COMBINAT/DOC/splitNK.mupdoc: Fixed typesetting of (k,n-k) * lib/COMBINAT/DOC/integerVectorsOfLength.mupdoc, lib/COMBINAT/DOC/index.mupdoc: Added documentation for combinat::integerVectorsOfLength * doc/en/template.mk.in: Removed all? make dependencies on the documentation tools (XSL, scripts, ...) * lib/COMBINAT/DOC/finiteClass.mupdoc: Proofreading. 2006-05-31 hivert * lib/COMBINAT/DOC/finiteClass.mupdoc, lib/COMBINAT/DOC/index.mupdoc, lib/COMBINAT/DOC/subClass.mupdoc: Wrote subClass and finiteClass. Still needs to write examples for subClass. 2006-05-31 Nicolas M. Thiéry * doc/en/Makefile.am, doc/en/Makefile.in: Extracted new variables: DOCHTML and DOCHTML_PICTURES Otherwise, the $(wildcard ) in their content was partially evaluated by automake, and make distdir got confused. 2006-05-30 Nicolas M. Thiéry * doc/en/Makefile.am, doc/en/Makefile.in: Added the html and ascii documentation to the distribution. * Makefile.am, Makefile.in: Added .png files in lib/ to the distribution. Removed the Wiki/ files from the distribution as they are too outdated. * ChangeLog: Update. * doc/en/Makefile.am, doc/en/Makefile.in, doc/Makefile.am, doc/Makefile.in: Added! doc/index.html and doc/en/index.html to the distribution. * doc/en/Makefile.am, doc/en/template.mk.in: Added autoconf checks for perl, ruby, java for the XML documentation building. Removed all? make dependencies on the documentation tools (XSL, scripts, ...) 2006-05-30 hivert * lib/COMBINAT/DOC/index.mupdoc: Corrected some typos. * lib/COMBINAT/DOC/tableaux.mupdoc: Wrote the doc of printPretty. * lib/COMBINAT/DOC/permutations.mupdoc, lib/COMBINAT/permutations.mu: Put in the interface an documented reducedWordLexMin. 2006-05-30 Nicolas M. Thiéry * doc/en/Makefile.am, doc/en/template.mk.in: Fixed script call (was calling perl and ruby simultaneously :-) ) * src/nauty-module/nauty.patch: The nauty configure script regenerated from configure.in by the current autoconf work right away without patch! * src/nauty/gtools.h, src/nauty/makefile, src/nauty/naututil.h, src/nauty/nauty.h: Removed configure-generated headers and makefile * src/nauty/configure: The nauty configure script regenerated from configure.in by the current autoconf works right away without patch * doc/en/Makefile.am: The building of the doublecmds.xml file is sloooooow, and only useful for checking for duplicate commands. It is now only built on demand, or in make check. * lib/COMBINAT/DOC/splitNK.mupdoc: Proofreading * src/GLIP-module/Makefile.in, src/IPC/Makefile.in, src/MAPITL/Makefile.in, src/MachineIntegerListsLex/Makefile.in, src/Makefile.in, src/RiggedConfigurationsPaths/Makefile.in, src/Symmetrica-module/Makefile.in, src/Symmetrica/Makefile.in, src/gordan/Makefile.in, src/lrcalc-module/Makefile.in, src/lrcalc/Makefile.in, src/lrcalc/compat/Makefile.in, src/lrcalc/lrcoef/Makefile.in, src/lrcalc/mathlib/Makefile.in, src/nauty-module/Makefile.in, test/Makefile.in, Makefile.in, Papers/Makefile.in, configure, doc/Makefile.in, doc/en/Makefile.in, src/GLIP/Makefile.in: Added autoconf checks for perl, ruby, java for the XML documentation building. * lib/COMBINAT/DOC/skewRiggings.mupdoc, lib/COMBINAT/DOC/singleton.mupdoc, lib/COMBINAT/DOC/riggedConfigurations.mupdoc, lib/COMBINAT/DOC/LattE.mupdoc: Disabled links to experimental help pages not listed in index.mupdoc * config/mupad.m4, src/GLIP/config/mupad.m4, src/MAPITL/config/mupad.m4: Added checks for perl, ruby, java for the XML documentation building. * README.in: Mentioned dependency on perl. * README: Update. * lib/EXPERIMENTAL/TEST/CQSym.tst, lib/EXPERIMENTAL/CQSym.mu: Reorganized the code to fix global variables and so on. Absolutely no guarantees that it still works (sorry, no test to rely on!) * lib/COMBINAT/DOC/necklaces_content.mupdoc: Fix: combinat::necklaces::fromContent is a datatype, not a function Reindentation -> * lib/COMBINAT/DOC/lyndonWords_content.mupdoc: Fix: combinat::LyndonWords::fromContent is a datatype, not a function Reindentation -> * doc/en/template.mk.in: The html generation is now done by packing each xml document into its own independent MuPAD notebook. Advantages: - No more useless dependency on all the other .xml files - Experimental documentation files that are not listed in the index.mupdoc's can still be converted to html - Slightly faster? * doc/en/Makefile.am, doc/en/Makefile.in, doc/en/template.mk.in: Autodetection of ruby by autoconf. Fixed html data (was broken: no rule to make index/PICTURES) * doc/XSL/translations.xml, doc/XSL/MuPADdoc2mn.xsl, doc/XSL/MuPADdoc2whatever.xsl, doc/XSL/collectOptions.xsl, doc/XSL/collectcmds.xsl: Update of XSL documentation tools from MuPAD's CVS * configure.ac, README.in: Inclusion of the Nauty sources in the distribution. * src/nauty-module/nauty.patch: Updated Nauty patch for Nauty 22 (stable). * src/nauty/configure, src/nauty/geng.c, src/nauty/gtools-h.in: Applied src/nauty-module/nauty.patch: - Compliance with ./configure call from the top-level MuPAD-Combinat configure - Declaration of OUTPROC (ANSI declaration of argument types) - Conflict fix for getline * lib/DOMAINS/DOMAIN/DOC/TensorProductOfFreeModules.mupdoc: Added comment about typesetting error. * lib/COMBINAT/DOC/words.mupdoc: Fixed type. Thanks Florent. 2006-05-30 hivert * lib/COMBINAT/DOC/dyckWords.mupdoc: Wrote a doc and an example for printPretty. * lib/COMBINAT/DOC/binaryTrees.mupdoc: The (obviously untested) result of random was pretty printed with the old version of the printer and therefore ugly. I chose a new one. 2006-05-30 Nicolas M. Thiéry * lib/COMBINAT/DOC/words.mupdoc: Added doc for combinat::words::shuffle::* * lib/PROG/DOC/timeThis.mupdoc: Added anchor for prog::timeThese. * lib/PROG/DOC/testUnit.mupdoc: Fixed cross links with prog::testUnit* * lib/MUEC/SYMF/DOC/SfMat.mupdoc, lib/MUEC/SYMF/DOC/index.mupdoc, lib/MUEC/SYMF/DOC/DualBas.mupdoc, lib/MUEC/SYMF/DOC/AddBasis.mupdoc, lib/MUEC/SFA/DOC/index.mupdoc: Removed refs to non implemented muEC::SYMF::SfAddBasis and muEC::SYMF::SfDualBasis. Added anchors and links for muEC::SYMF::SYMFBases and muEC::SFA::SFABases. * lib/EXAMPLES/DOC/WordQuasiSymmetricFunctionsDual.mupdoc: Fixed broken Micro improvement. * lib/DOC/introduction.mupdoc, lib/DOC/guidedTour-definingCombinatorialClasses.mupdoc, lib/DOC/guidedTour-definingCombinatorialAlgebras.mupdoc, lib/DOC/design.mupdoc: Removed refs to not yet documented nor implemented combinat::permutations::fromCycleType Renamed anchors: index::design* -> index::design:* * lib/COMBINAT/DOC/words.mupdoc: Added anchors for combinat::words::shuffle::count and friends * lib/COMBINAT/DOC/trees.mupdoc: Removed a ref to not yet documented combinat::labelledTrees Mini improvement * lib/COMBINAT/DOC/LattE.mupdoc: Just an advertisement for the future :-) 2006-05-30 Nicolas M. Thiéry * doc/en/Makefile.am, doc/en/Makefile.in, doc/Makefile.am, doc/Makefile.in: Added! doc/index.html and doc/en/index.html to the distribution. * doc/en/Makefile.am, doc/en/template.mk.in: Added autoconf checks for perl, ruby, java for the XML documentation building. Removed all? make dependencies on the documentation tools (XSL, scripts, ...) 2006-05-30 hivert * lib/COMBINAT/DOC/index.mupdoc: Corrected some typos. * lib/COMBINAT/DOC/tableaux.mupdoc: Wrote the doc of printPretty. * lib/COMBINAT/DOC/permutations.mupdoc, lib/COMBINAT/permutations.mu: Put in the interface an documented reducedWordLexMin. 2006-05-30 Nicolas M. Thiéry * doc/en/Makefile.am, doc/en/template.mk.in: Fixed script call (was calling perl and ruby simultaneously :-) ) * src/nauty-module/nauty.patch: The nauty configure script regenerated from configure.in by the current autoconf work right away without patch! * src/nauty/gtools.h, src/nauty/makefile, src/nauty/naututil.h, src/nauty/nauty.h: Removed configure-generated headers and makefile * src/nauty/configure: The nauty configure script regenerated from configure.in by the current autoconf works right away without patch * doc/en/Makefile.am: The building of the doublecmds.xml file is sloooooow, and only useful for checking for duplicate commands. It is now only built on demand, or in make check. * lib/COMBINAT/DOC/splitNK.mupdoc: Proofreading * src/GLIP-module/Makefile.in, src/IPC/Makefile.in, src/MAPITL/Makefile.in, src/MachineIntegerListsLex/Makefile.in, src/Makefile.in, src/RiggedConfigurationsPaths/Makefile.in, src/Symmetrica-module/Makefile.in, src/Symmetrica/Makefile.in, src/gordan/Makefile.in, src/lrcalc-module/Makefile.in, src/lrcalc/Makefile.in, src/lrcalc/compat/Makefile.in, src/lrcalc/lrcoef/Makefile.in, src/lrcalc/mathlib/Makefile.in, src/nauty-module/Makefile.in, test/Makefile.in, Makefile.in, Papers/Makefile.in, configure, doc/Makefile.in, doc/en/Makefile.in, src/GLIP/Makefile.in: Added autoconf checks for perl, ruby, java for the XML documentation building. * lib/COMBINAT/DOC/skewRiggings.mupdoc, lib/COMBINAT/DOC/singleton.mupdoc, lib/COMBINAT/DOC/riggedConfigurations.mupdoc, lib/COMBINAT/DOC/LattE.mupdoc: Disabled links to experimental help pages not listed in index.mupdoc * config/mupad.m4, src/GLIP/config/mupad.m4, src/MAPITL/config/mupad.m4: Added checks for perl, ruby, java for the XML documentation building. * README.in: Mentioned dependency on perl. * README: Update. * lib/EXPERIMENTAL/TEST/CQSym.tst, lib/EXPERIMENTAL/CQSym.mu: Reorganized the code to fix global variables and so on. Absolutely no guarantees that it still works (sorry, no test to rely on!) * lib/COMBINAT/DOC/necklaces_content.mupdoc: Fix: combinat::necklaces::fromContent is a datatype, not a function Reindentation -> * lib/COMBINAT/DOC/lyndonWords_content.mupdoc: Fix: combinat::LyndonWords::fromContent is a datatype, not a function Reindentation -> * doc/en/template.mk.in: The html generation is now done by packing each xml document into its own independent MuPAD notebook. Advantages: - No more useless dependency on all the other .xml files - Experimental documentation files that are not listed in the index.mupdoc's can still be converted to html - Slightly faster? * doc/en/Makefile.am, doc/en/Makefile.in, doc/en/template.mk.in: Autodetection of ruby by autoconf. Fixed html data (was broken: no rule to make index/PICTURES) * doc/XSL/translations.xml, doc/XSL/MuPADdoc2mn.xsl, doc/XSL/MuPADdoc2whatever.xsl, doc/XSL/collectOptions.xsl, doc/XSL/collectcmds.xsl: Update of XSL documentation tools from MuPAD's CVS * configure.ac, README.in: Inclusion of the Nauty sources in the distribution. * src/nauty-module/nauty.patch: Updated Nauty patch for Nauty 22 (stable). * src/nauty/configure, src/nauty/geng.c, src/nauty/gtools-h.in: Applied src/nauty-module/nauty.patch: - Compliance with ./configure call from the top-level MuPAD-Combinat configure - Declaration of OUTPROC (ANSI declaration of argument types) - Conflict fix for getline * lib/DOMAINS/DOMAIN/DOC/TensorProductOfFreeModules.mupdoc: Added comment about typesetting error. * lib/COMBINAT/DOC/words.mupdoc: Fixed type. Thanks Florent. 2006-05-30 hivert * lib/COMBINAT/DOC/dyckWords.mupdoc: Wrote a doc and an example for printPretty. * lib/COMBINAT/DOC/binaryTrees.mupdoc: The (obviously untested) result of random was pretty printed with the old version of the printer and therefore ugly. I chose a new one. 2006-05-30 Nicolas M. Thiéry * lib/COMBINAT/DOC/words.mupdoc: Added doc for combinat::words::shuffle::* * lib/PROG/DOC/timeThis.mupdoc: Added anchor for prog::timeThese. * lib/PROG/DOC/testUnit.mupdoc: Fixed cross links with prog::testUnit* * lib/MUEC/SYMF/DOC/SfMat.mupdoc, lib/MUEC/SYMF/DOC/index.mupdoc, lib/MUEC/SYMF/DOC/DualBas.mupdoc, lib/MUEC/SYMF/DOC/AddBasis.mupdoc, lib/MUEC/SFA/DOC/index.mupdoc: Removed refs to non implemented muEC::SYMF::SfAddBasis and muEC::SYMF::SfDualBasis. Added anchors and links for muEC::SYMF::SYMFBases and muEC::SFA::SFABases. * lib/EXAMPLES/DOC/WordQuasiSymmetricFunctionsDual.mupdoc: Fixed broken Micro improvement. * lib/DOC/introduction.mupdoc, lib/DOC/guidedTour-definingCombinatorialClasses.mupdoc, lib/DOC/guidedTour-definingCombinatorialAlgebras.mupdoc, lib/DOC/design.mupdoc: Removed refs to not yet documented nor implemented combinat::permutations::fromCycleType Renamed anchors: index::design* -> index::design:* * lib/COMBINAT/DOC/words.mupdoc: Added anchors for combinat::words::shuffle::count and friends * lib/COMBINAT/DOC/trees.mupdoc: Removed a ref to not yet documented combinat::labelledTrees Mini improvement * lib/COMBINAT/DOC/LattE.mupdoc: Just an advertisement for the future :-) 2006-05-29 Nicolas M. Thiéry * src/nauty/NRswitchg.c, src/nauty/README, src/nauty/addedgeg.c, src/nauty/amtog.c, src/nauty/biplabg.c, src/nauty/catg.c, src/nauty/checks6.c, src/nauty/complg.c, src/nauty/config.guess, src/nauty/config.sub, src/nauty/config.txt, src/nauty/configure, src/nauty/configure.in, src/nauty/copyg.c, src/nauty/deledgeg.c, src/nauty/directg.c, src/nauty/dreadnaut.c, src/nauty/dreadtest.c, src/nauty/dretog.c, src/nauty/formats.txt, src/nauty/genbg.c, src/nauty/geng.c, src/nauty/genrang.c, src/nauty/gread.me, src/nauty/gtnauty.c, src/nauty/gtools-h.in, src/nauty/gtools.c, src/nauty/gtools.h, src/nauty/gutil1.c, src/nauty/gutil2.c, src/nauty/gutils.h, src/nauty/install-sh, src/nauty/labelg.c, src/nauty/listg.c, src/nauty/makefile, src/nauty/makefile.basic, src/nauty/makefile.in, src/nauty/multig.c, src/nauty/naugraph.c, src/nauty/naugroup.c, src/nauty/naugroup.h, src/nauty/nautaux.c, src/nauty/nautaux.h, src/nauty/nautest.c, src/nauty/nautest2.c, src/nauty/nautil.c, src/nauty/nautinv.c, src/nauty/nautinv.h, src/nauty/naututil-h.in, src/nauty/naututil.c, src/nauty/naututil.h, src/nauty/nauty-h.in, src/nauty/nauty.c, src/nauty/nauty.h, src/nauty/nautyex.c, src/nauty/nautyex2.c, src/nauty/nautyex3.c, src/nauty/newedgeg.c, src/nauty/nug.pdf, src/nauty/rng.c, src/nauty/rng.h, src/nauty/shortg.c, src/nauty/showg.c, src/nauty/splay.c, src/nauty/sumlines.c, src/nauty/testB.dre, src/nauty/testL.dre, src/nauty/testM.dre, src/nauty/testS.dre, src/nauty/testW.dre, src/nauty/testa.dre, src/nauty/testg.c, src/nauty/testlab.c: Import of the pristine Nauty 2.2 (final) sources from nauty22.tar.gz, as downloaded on May 29th 2006. * doc/Makefile.am, doc/Makefile.in, doc/en/Makefile.am, doc/en/Makefile.in: Include doc/index.html, doc/en/index.html, and pictures in the installation when --enable-html-documentation is on. 2006-05-28 fdescouens * AUTHORS: Author of the module on unrestricted rigged configurations added. 2006-05-26 Nicolas M. Thiéry * doc/en/Makefile.am, doc/en/Makefile.in, doc/en/template.mk.in: Fixed READPATH while checking the documentation in VPATH build (e.g. make distcheck). Checking the documentation did not actually require to compile it first! make combinat/bla.check is now much faster. * TODO: Update. * lib/MUPADBACKPORT/TYPE/TEST/Enumeration.tst: Fixed .res file name in testinit. * doc/en/Makefile.am, doc/en/Makefile.in: Fixed make clean (the ascii doc and a few other files were not removed). * lib/COMBINAT/DOC/trees.mupdoc: Update of the output of documentation examples to the new TEXTWIDTH of 120. * src/Symmetrica-module/Makefile.in, src/gordan/Makefile.in, src/lrcalc-module/Makefile.in, src/nauty-module/Makefile.in, src/GLIP-module/Makefile.in, src/IPC/Makefile.in, src/MAPITL/Makefile.in, src/MachineIntegerListsLex/Makefile.in, src/RiggedConfigurationsPaths/Makefile.in, test/Makefile.in, Makefile.in, config/mupad.am, src/GLIP/config/mupad.am, src/MAPITL/config/mupad.am: Typo fix. *.checklog.summary files where not appropriately cleaned up in the src/ dynamic modules directories. * TODO: Added specific notes for the release. 2006-05-26 fdescouens * lib/COMBINAT/DOC/index.mupdoc: Slot splitNK added. * lib/COMBINAT/DOC/splitNK.mupdoc: Minimal doc for splitNK domain. 2006-05-26 Nicolas M. Thiéry * NEWS: Update. * lib/DOC/guidedTour-algebrasWithSeveralBases.mupdoc, lib/DOC/guidedTour-combinatorialHopfAlgebras.mupdoc, lib/DOC/guidedTour-predefinedCombinatorialClasses.mupdoc, lib/DOMAINS/CATEGORY/DOC/AlgebraWithSeveralBases.mupdoc, lib/DOMAINS/CATEGORY/DOC/ModuleWithSeveralBases.mupdoc: Standardization of the anchors in the guided tour to index::guidedTour::... * doc/en/Makefile.am, doc/en/Makefile.in, doc/en/template.mk.in: Fixed path to the htmlpostprocess script for VPATH build (e.g. make distcheck) * lib/DOC/exercises-correction.mupdoc, lib/DOC/exercises-correction.tex, lib/DOC/exercises.mupdoc: Moved the Hecke exercise correction in exercices.mupdoc. * lib/DOC/guidedTour-predefinedCombinatorialAlgebras.mupdoc: Standardization of the anchors in the guided tour to index::guidedTour::... * lib/EXAMPLES/DOC/SymmetricFunctions.mupdoc, lib/DOMAINS/DOMAIN/DOC/SparseMatrix_LinBox.mupdoc, lib/DOMAINS/CATEGORY/DOC/ModuleWithSeveralBases.mupdoc, lib/DOMAINS/CATEGORY/DOC/CombinatorialClassWith2DBoxedRepresentation.mupdoc, lib/DOMAINS/CATEGORY/DOC/AlgebraWithSeveralBases.mupdoc, lib/DOC/index.mupdoc, lib/DOC/guidedTour-predefinedCombinatorialClasses.mupdoc, lib/DOC/guidedTour-predefinedCombinatorialAlgebras.mupdoc, lib/DOC/guidedTour-generators.mupdoc, lib/DOC/guidedTour-definingCombinatorialClasses.mupdoc, lib/DOC/guidedTour-definingCombinatorialAlgebras.mupdoc, lib/DOC/guidedTour-combinatorialHopfAlgebras.mupdoc, lib/DOC/guidedTour-algebrasWithSeveralBases.mupdoc, lib/DOC/demonstration.mupdoc, lib/COMBINAT/DOC/integerMatrices.mupdoc, lib/COMBINAT/DOC/index.mupdoc: Fixed some inappropriate to Standardization of the anchors in the guided tour to index::guidedTour::... Moved some links to the guided tour into example sections. 2006-05-26 fdescouens * BUGS: a configure bug added. 2006-05-26 Nicolas M. Thiéry * lib/DOC/motivations.mupdoc: Removed broken and empty motivations.mupdoc file. Maybe at some point we should reuse some of the material in the motivations.tex file. * doc/en/template.mk.in: Fixed the documentation pictures management: - Only copy the pictures themselves in doc/en/*/PICTURES, and not the picture sources, CVS repositories, ... - The xml files have a dependencies on those pictures * doc/en/Makefile.in, doc/en/Makefile.am: Fixed path to docbook catalog for VPATH build (e.g. make distcheck). Otherwise, the xml building required to get the DTD from the internet which was sloooooow. * lib/DOC/demonstration.mupdoc: Added TODO + mini improvement. 2006-05-25 Nicolas M. Thiéry * make.sh: Added xml and ascii documentation to the automatized build for MuPAD nightly tests and distribution. * lib/COMBINAT/DOC/decomposableObjects.mupdoc: Fixed suggested by Ralf: due to a conversion error from TeX to the new format, you will find in DOC/LIB/COMBINAT/decomposableObjects.mupdoc:403 an empty expr ''. It has to be '0' instead. * doc/en/Makefile.am, doc/en/Makefile.in: Added missing commands-mupad.xml to the distribution. * lib/EXPERIMENTAL/DOC/FreeOperad.mupdoc, lib/COMBINAT/DOC/independentSetsOfVectorSpace.mupdoc, lib/COMBINAT/DOC/integerMatrices.mupdoc, lib/COMBINAT/DOC/ribbons.mupdoc, lib/COMBINAT/DOC/ribbonsTableaux.mupdoc, lib/COMBINAT/DOC/skewTableaux.mupdoc, lib/COMBINAT/DOC/tableaux.mupdoc, lib/COMBINAT/DOC/treesGeneric.mupdoc, lib/DOC/demonstration.mupdoc, lib/DOC/exercises-correction.mupdoc, lib/DOC/guidedTour-definingCombinatorialAlgebras.mupdoc, lib/DOC/guidedTour-predefinedCombinatorialClasses.mupdoc, lib/EXAMPLES/DOC/PreLieOperad.mupdoc: Fixed TEXTWIDTH to 120 instead of former 75 for the output of documentation examples. * src/IPC/TODO: Added TODO 2006-05-24 Nicolas M. Thiéry * lib/COMBINAT/DOC/index.mupdoc: Do include independentSetsOfVectorSpace.mupdoc! * lib/COMBINAT/DOC/index.mupdoc: Fixed inclusion of chooseNK. * README, doc/Makefile.in, doc/en/Makefile.in: Update of the autotools build system. * doc/en/Makefile.am: Added FIXHTML definition. * doc/en/template.mk.in: Added TODO for the html post processing * lib/DOMAINS/CATEGORY/DOC/PICTURES/algebraicCats.png, lib/DOMAINS/CATEGORY/DOC/PICTURES/combinatorialCats.png, lib/DOMAINS/CATEGORY/DOC/PICTURES/technicalCats.png: Temporarily copied Cat/*.png to their new appropriate location here. All the remaining files in PICTURES/Cat are to be svn-moved here later on. * doc/XSL/MuPADdoc2mn.xsl, doc/XSL/collectOptions.xsl, doc/XSL/plot2whatever.xsl: Update of the XSL documentation style files from MuPAD's CVS * README.in: Update of the mupad-combinat cvs host on sourceforge. * doc/TOOLS/buildContent.rb, doc/TOOLS/post-html.rb: Update of the ruby documentation scripts from MuPAD's CVS * doc/TOOLS/checkInteractively.rb, doc/TOOLS/mupad.rb: Update of the ruby documenation scripts from MuPAD's CVS. * doc/en/template.mk.in: Bug fix: the category graph pictures are now properly displayed. Added template.mk.in to the distribution. Use the new --initcmd option of checkInteractively.rb Use buildContent.rb to build combinat/_content.xml Only include the files in combinat/_content.xml in combinat.muphlp * doc/en/Makefile.am: Added template.mk.in to the distribution. Use the new --initcmd option of checkInteractively.rb Use buildContent.rb to build combinat/_content.xml * doc/Makefile.am: Added the XSL and DTD subdirectories to the distribution. * lib/COMBINAT/DOC/multisetsNK.mupdoc: Proofreading. * lib/COMBINAT/DOC/index.mupdoc: Micro improvements. * lib/DOMAINS/CATEGORY/DOC/index.mupdoc: Bug fix: the category graph pictures are now properly displayed. * src/Makefile.in, src/Makefile.am: Added RiggedConfigurationsPaths to DIST_SUBDIRS. 2006-05-24 teresamu * lib/COMBINAT/tableaux.mu: bug corrected 2006-05-24 fdescouens * lib/COMBINAT/DOC/index.mupdoc: add the entries chooseNK and multisetsNK. * lib/COMBINAT/DOC/chooseNK.mupdoc, lib/COMBINAT/DOC/multisetsNK.mupdoc: Doc for chooseNK and multisetsNK. 2006-05-24 Nicolas M. Thiéry * lib/EXAMPLES/BasicSemiRing.mu, lib/EXAMPLES/TEST/BasicSemiRing.tst: Finished to remove examples::BasisSemiRing. * lib/init.mu: Added two option names for the crystal graph stuff in combinat::tableaux. 2006-05-24 hivert * BUGS: Crash of Nauty in graphs. 2006-05-24 Nicolas M. Thiéry * BUGS: Update. * src/Symmetrica-module/Makefile.in, test/Makefile.in, Makefile.in, src/GLIP-module/Makefile.in, src/IPC/Makefile.in, src/MAPITL/Makefile.in, src/MachineIntegerListsLex/Makefile.in, src/RiggedConfigurationsPaths/Makefile.in, src/gordan/Makefile.in, src/lrcalc-module/Makefile.in, src/nauty-module/Makefile.in: Update of the autotools build system. * README: Update. * README.in: Update of the prerequisites for the documentation (java, ...). * lib/COMBINAT/graphs.mu: Fixed global/unused local variables. The option MinDegree was mistyped and thus certainly broken. * lib/COMBINAT/decomposableObjects.mu: Fixed global/unused local variables. * Makefile.am: Only commit to MuPAD's CVS those mupdoc files in combinat and operators which are actually referenced by the index.mupdoc's. * config/mupad.am, src/GLIP/config/mupad.am, src/MAPITL/config/mupad.am: Unused variable messages do not cause the tests to fail anymore. 2006-05-24 fdescouens * lib/EXAMPLES/DOC/PreLieOperad.mupdoc, lib/EXAMPLES/DOC/QuiverWithRelationsAlgebra.mupdoc, lib/EXAMPLES/DOC/SymmetricFunctions.mupdoc: Code reindented and TODO removed. 2006-05-24 hivert * lib/DOMAINS/DOMAIN/DOC/WeightedAutomaton.mupdoc: Removed a non working example. 2006-05-24 elaugerot * lib/EXAMPLES/DOC/BasicSemiRing.mupdoc, lib/EXAMPLES/DOC/MemorizedSemiRing.mupdoc, lib/EXAMPLES/DOC/MemorizedSemiRing.tex, lib/EXAMPLES/DOC/index.mupdoc: Removed Unused files. Modified Files: index.mupdoc Removed Files: BasicSemiRing.mupdoc MemorizedSemiRing.mupdoc MemorizedSemiRing.tex 2006-05-24 Nicolas M. Thiéry * lib/EXPERIMENTAL/TEST/LandoHopfAlgebra.tst: Added two minimal tests Workaround a MuPAD bug in allEntries() that triggered an error here. 2006-05-24 fdescouens * lib/COMBINAT/permutations.mu: global indent resolved. * lib/EXAMPLES/QuasiSymmetricFunctions.mu: global ident removed. 2006-05-24 elaugerot * lib/LIBFILES/examples.mu: removed BasicSemiRing 2006-05-24 teresamu * lib/COMBINAT/DOC/countingFunctions.mupdoc: few corrections * lib/COMBINAT/DOC/skewRiggings.mupdoc, lib/COMBINAT/DOC/singleton.mupdoc, lib/COMBINAT/DOC/riggedConfigurations.mupdoc, lib/COMBINAT/DOC/qAnalogues.mupdoc, lib/COMBINAT/DOC/integerVectorsOfLength.mupdoc, lib/COMBINAT/DOC/independentSetsOfVectorSpace.mupdoc, lib/COMBINAT/DOC/alternatingSignMatrices.mupdoc: see list of Help files in index (section 2) 2006-05-24 fdescouens * lib/COMBINAT/tableaux.mu: unused variables and global ident fixes. Not in the options. 2006-05-24 Nicolas M. Thiéry * lib/MUPADBACKPORT/DOMAINS/DOMAIN/MultPoly.mu: Fixed unused local variable. 2006-05-24 fdescouens * lib/COMBINAT/TEST/tableaux.tst: time of checking updated. * lib/EXAMPLES/SymmetricFunctions.mu: Global indent removed, t replace by dom::vHL . * lib/EXAMPLES/TEST/SymmetricFunctions.tst, lib/EXAMPLES/TEST/SymmetricFunctionsAlphabets.tst: Bug fixes in tests. * lib/DOMAINS/DOMAIN/DOC/MaxMinSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/MaxPlusSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/MinMaxSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/MinPlusSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/PermutationGroup.mupdoc, lib/DOMAINS/DOMAIN/DOC/PermutationGroupInvariantRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/SparseMatrix_LinBox.mupdoc, lib/DOMAINS/DOMAIN/DOC/SymmetricGroup.mupdoc, lib/DOMAINS/DOMAIN/DOC/TensorProductOfFreeModules.mupdoc, lib/DOMAINS/DOMAIN/DOC/WeightedAutomaton.mupdoc: Code indented and TODO removed. 2006-05-23 Nicolas M. Thiéry * doc/en/Makefile.in: Little trick: 'make combinat/partitions.checklog' is similar to 'make combinat/partitions.check', but it does not relaunch the test if the checklog file is already up-to-date. 'make combinat.checklog' and 'make checklog' are defined accordingly. * lib/DOMAINS/DOMAIN/DOC/TensorProductOfFreeModules.mupdoc: Micro fixes. * lib/STDLIB/export.mu, lib/ADT/DOC/Stack.mupdoc: Backport of fixes by ccr in MuPAD's CVS. * lib/COMBINAT/DOC/index.mupdoc: Fixed MuPAD-Combinat version. * lib/EXPERIMENTAL/DOC/RQuasiSymmetricFunctions.mupdoc, lib/IPC/DOC/index.mupdoc, lib/OUTPUT/DOC/asciiArt.mupdoc, lib/COMBINAT/DOC/decomposableObjects.mupdoc: Fixed output of documentation examples. * lib/DOMAINS/DOMAIN/DOC/FreeModule.mupdoc: Fixed changes version (4.0 and not 3.4). * lib/COMBINAT/getOptions.mu: combinat::getOptions is not used anymore. * doc/en/template.mk.in, doc/en/Makefile.am: Little trick: 'make combinat/partitions.checklog' is similar to 'make combinat/partitions.check', but it does not relaunch the test if the checklog file is already up-to-date. 'make combinat.checklog' and 'make checklog' are defined accordingly. * lib/DOC/guidedTour-combinatorialHopfAlgebras.mupdoc: Temporarily? disabled output checks for tensor outputs. 2006-05-23 hivert * lib/COMBINAT/DOC/index.mupdoc: Removed a duplicate link to setPartitions 2006-05-23 fdescouens * lib/DOMAINS/CATEGORY/DOC/AlgebraWithSeveralBases.mupdoc, lib/DOMAINS/CATEGORY/DOC/FiniteDimensionalAlgebraWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/FiniteGroupInvariantRing.mupdoc, lib/DOMAINS/CATEGORY/DOC/GradedHopfAlgebraWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/HopfAlgebraWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/HopfAlgebraWithSeveralBases.mupdoc, lib/DOMAINS/CATEGORY/DOC/LeftAModuleWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/ModuleWithSeveralBases.mupdoc, lib/DOMAINS/CATEGORY/DOC/Operad.mupdoc, lib/DOMAINS/CATEGORY/DOC/OperadWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/PermutationGroup.mupdoc, lib/DOMAINS/CATEGORY/DOC/PermutationGroupInvariantRing.mupdoc: TODO corrected removed. 2006-05-23 hivert * lib/COMBINAT/DOC/graphs.mupdoc, lib/COMBINAT/DOC/index.mupdoc: Wrote a resonable graph help file. 2006-05-23 fdescouens * lib/EXAMPLES/DOC/QuiverWithRelationsAlgebra.mupdoc: Tests OK. * lib/DOC/guidedTour-predefinedCombinatorialAlgebras.mupdoc: Tests OK! * lib/EXAMPLES/SymmetricFunctions.mu: Special formula for the expansion of Hall-Littlewood P on a finite alphabet disable. 2006-05-23 hivert * lib/COMBINAT/DOC/lrcalc.mupdoc: Corrected the import from TeX and added some explanations. Incidentally turned into a ... Maybe there should be a better docstyle. 2006-05-23 teresamu * lib/COMBINAT/DOC/ribbons.mupdoc, lib/COMBINAT/DOC/linearExtensions.mupdoc: one TODO off * lib/COMBINAT/DOC/skewTableaux.mupdoc: example deleted 2006-05-23 fdescouens * lib/EXAMPLES/DOC/BasicSemiRing.mupdoc, lib/EXAMPLES/DOC/MemorizedSemiRing.mupdoc, lib/EXAMPLES/DOC/SymmetricFunctions.mupdoc: Import Tex removed. 2006-05-23 novelli * lib/COMBINAT/DOC/index.mupdoc, lib/COMBINAT/DOC/setPartitions.mupdoc, lib/COMBINAT/DOC/setPartitionsOrdered.mupdoc: Added setPartitionsOrdered and modified index and setPartitions accordingly. 2006-05-23 teresamu * lib/COMBINAT/DOC/yamanouchi.mupdoc, lib/COMBINAT/DOC/words.mupdoc, lib/COMBINAT/DOC/warnDeprecated.mupdoc, lib/COMBINAT/DOC/trees.mupdoc, lib/COMBINAT/DOC/treesGeneric.mupdoc, lib/COMBINAT/DOC/tableaux.mupdoc, lib/COMBINAT/DOC/subwords.mupdoc: check doc interactive done * lib/COMBINAT/DOC/subsets.mupdoc: check doc done interactive * lib/COMBINAT/DOC/stirling2.mupdoc, lib/COMBINAT/DOC/stirling1.mupdoc: check doc interactive done 2006-05-23 fdescouens * lib/DOMAINS/DOMAIN/DOC/SemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/WeightedAutomaton.mupdoc: Doc reread (some replace by ) and tests OK. 2006-05-23 Nicolas M. Thiéry * lib/DOC/guidedTour-predefinedCombinatorialClasses.mupdoc, lib/DOC/guidedTour-algebrasWithSeveralBases.mupdoc, lib/DOC/design.mupdoc, lib/DOC/demonstration.mupdoc: Fixed output of documentation examples. * lib/PROG/DOC/testUnit.mupdoc, lib/PROG/DOC/partialSpecialization.mupdoc, lib/PROG/DOC/bless.mupdoc: Fixed output of documentation examples. Fixed function call TODO's. 2006-05-23 teresamu * lib/COMBINAT/DOC/skewTableaux.mupdoc: check doc interactive done 2006-05-23 Nicolas M. Thiéry * lib/POLYLIB/DOC/support.mupdoc, lib/POLYLIB/DOC/coeffRing.mupdoc: Fixed output of documentation examples. Wrote minimal doc for polylib::support. 2006-05-23 teresamu * lib/COMBINAT/DOC/skewPartitions.mupdoc, lib/COMBINAT/DOC/ribbonsTableaux.mupdoc: check doc interactive done * lib/COMBINAT/DOC/ribbons.mupdoc: check interactive doc done * lib/COMBINAT/DOC/permutationsNK.mupdoc: check doc * lib/COMBINAT/DOC/permutations.mupdoc: doc check, still TODO and section problems 2006-05-23 elaugerot * lib/DOMAINS/DOMAIN/DOC/SemiRing.tex, lib/DOMAINS/DOMAIN/DOC/WeightedAutomaton.tex, lib/DOMAINS/DOMAIN/SemiRing.mu, lib/DOMAINS/DOMAIN/WeightedAutomaton.mu: new prog:getOptions in SemiRing.mu 2006-05-23 Nicolas M. Thiéry * lib/PROG/DOC/timeThis.mupdoc: Mini improvement. * lib/OPERATORS/DOC/overloaded.mupdoc, lib/DOC/toFrobenius.mupdoc, lib/DOC/guidedTour-combinatorialHopfAlgebras.mupdoc, lib/DOC/exercises-correction.mupdoc: Fixed output of documentation examples. 2006-05-23 teresamu * lib/COMBINAT/DOC/partitions.mupdoc: check doc * lib/COMBINAT/DOC/parkingFunctions.mupdoc: check doc done * lib/COMBINAT/DOC/nonCrossingPartitions.mupdoc: check interactive done 2006-05-23 Nicolas M. Thiéry * lib/DOC/guidedTour-generators.mupdoc, lib/DOC/guidedTour-definingCombinatorialClasses.mupdoc, lib/DOC/guidedTour-definingCombinatorialAlgebras.mupdoc, lib/DOC/guidedTour-predefinedCombinatorialAlgebras.mupdoc, lib/DOC/exercises.mupdoc, lib/DOC/exercises-correction.mupdoc: Fixed output of documentation examples. * lib/DOC/tutorials/AlgebraWithSeveralBases.tex: Put all paragraphs inside \eng{} + comment. 2006-05-23 hivert * lib/MUEC/SYMF/DOC/AddBasis.mupdoc, lib/MUEC/SYMF/DOC/DualBas.mupdoc, lib/MUEC/SYMF/DOC/Plethysm.mupdoc, lib/MUEC/SYMF/DOC/SfDiff.mupdoc, lib/MUEC/SYMF/DOC/SfEval.mupdoc, lib/MUEC/SYMF/DOC/SfJtMat.mupdoc, lib/MUEC/SYMF/DOC/SfOmega.mupdoc, lib/MUEC/SYMF/DOC/SfScalar.mupdoc, lib/MUEC/SYMF/DOC/SfTheta.mupdoc, lib/MUEC/SYMF/DOC/SfVar.mupdoc, lib/MUEC/SYMF/DOC/Toe.mupdoc, lib/MUEC/SYMF/DOC/Toh.mupdoc, lib/MUEC/SYMF/DOC/Tom.mupdoc, lib/MUEC/SYMF/DOC/Top.mupdoc, lib/MUEC/SYMF/DOC/Tos.mupdoc, lib/MUEC/SYMF/DOC/index.mupdoc: The doc of SYMF should be clean now. 2006-05-23 Nicolas M. Thiéry * src/GLIP/Makefile.in: Update of the autotools build system. 2006-05-23 teresamu * lib/COMBINAT/DOC/necklaces.mupdoc: doc check done 2006-05-23 Nicolas M. Thiéry * doc/en/template.mk.in: Fixed check log file name. * doc/en/Makefile.in: Update of the autotools build system. * lib/PROG/DOC/timeThis.mupdoc, lib/PROG/DOC/partialSpecialization.mupdoc: Fixed documentation examples output. * lib/DOMAINS/CATEGORY/DOC/CombinatorialClass.mupdoc: Little improvements. * lib/DOC/toFrobenius.mupdoc: Fixed missing section title. * lib/COMBINAT/TEST/countingFunctions.tst: New method: shift Divide and _invert implemented in terms of mult2 Doc and tests written. Added comment on the complexity and upcoming of Karatsuba in the doc. Fixed doc examples. 2006-05-23 teresamu * lib/COMBINAT/DOC/necklaces_eval.mupdoc: check doc interactive done 2006-05-23 Nicolas M. Thiéry * lib/COMBINAT/DOC/countingFunctions.mupdoc, lib/COMBINAT/countingFunctions.mu: New method: shift Divide and _invert implemented in terms of mult2 Doc and tests written. Added comment on the complexity and upcoming of Karatsuba in the doc. Fixed doc examples. 2006-05-23 teresamu * lib/COMBINAT/DOC/necklaces_content.mupdoc: check interactive done 2006-05-23 Nicolas M. Thiéry * lib/COMBINAT/DOC/alternatingSignMatrices.mupdoc: Minimal doc written. 2006-05-23 teresamu * lib/COMBINAT/DOC/labelledBinaryTrees.mupdoc: check interacive doc done * lib/EXAMPLES/FreeQuasiSymmetricFunctions.mu: Global idents: {i} 2006-05-22 hivert * lib/MUEC/SYMF/DOC/AddBasis.mupdoc, lib/MUEC/SYMF/DOC/Char2Sf.mupdoc, lib/MUEC/SYMF/DOC/DualBas.mupdoc, lib/MUEC/SYMF/DOC/Internal.mupdoc, lib/MUEC/SYMF/DOC/KostkNum.mupdoc, lib/MUEC/SYMF/DOC/KostkTab.mupdoc, lib/MUEC/SYMF/DOC/Plethysm.mupdoc, lib/MUEC/SYMF/DOC/Sf2Char.mupdoc, lib/MUEC/SYMF/DOC/Sf2Table.mupdoc, lib/MUEC/SYMF/DOC/SfCCProd.mupdoc, lib/MUEC/SYMF/DOC/SfCollct.mupdoc, lib/MUEC/SYMF/DOC/SfMat.mupdoc, lib/MUEC/SYMF/DOC/SfZee.mupdoc, lib/MUEC/SYMF/DOC/Table2Sf.mupdoc: Work in progress on SYMF. 2006-05-22 fdescouens * README.in: Requirement about ruby >= 1.8.4 added. * lib/DOMAINS/DOMAIN/DOC/PermutationGroup.mupdoc, lib/DOMAINS/DOMAIN/DOC/PermutationGroupInvariantRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/SymmetricGroup.mupdoc, lib/DOMAINS/DOMAIN/DOC/WeightedAutomaton.mupdoc, lib/DOMAINS/CATEGORY/DOC/FiniteGroupInvariantRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/BooleanSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/FreeModule.mupdoc, lib/DOMAINS/DOMAIN/DOC/MaxMinSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/MaxPlusSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/MinMaxSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/MinPlusSemiRing.mupdoc: Doc checked. Doc reread tex misprint corrected and some replace by 2006-05-22 hivert * lib/MUEC/COMP/DOC/Comp2Mat.mupdoc: Removed an old comment 2006-05-22 novelli * lib/COMBINAT/DOC/setPartitions.mupdoc: Beta version with many bugs I couldn't fix (e.g.: the answers to the examples do not appear in my viewer). Let me know about fixing those details before writing setPartitionsOrdered... 2006-05-22 teresamu * lib/COMBINAT/DOC/modStirling.mupdoc: check interactive doc done * lib/COMBINAT/DOC/lyndonWords_eval.mupdoc: check interactice doc done * lib/COMBINAT/DOC/lyndonWords_content.mupdoc: check interactive done * lib/COMBINAT/DOC/linearExtensions.mupdoc: check doc interactive done 2006-05-22 hivert * lib/MUEC/SP/DOC/NewtonIn.mupdoc, lib/MUEC/SP/DOC/Scalar.mupdoc, lib/MUEC/SP/DOC/SpVar.mupdoc, lib/MUEC/SP/DOC/Special.mupdoc, lib/MUEC/SP/DOC/TablePe.mupdoc, lib/MUEC/SP/DOC/TableX.mupdoc, lib/MUEC/SP/DOC/TableXX.mupdoc, lib/MUEC/SP/DOC/TableY.mupdoc, lib/MUEC/SP/DOC/TableYY.mupdoc, lib/MUEC/SP/DOC/ToPe.mupdoc, lib/MUEC/SP/DOC/ToX.mupdoc, lib/MUEC/SP/DOC/ToXX.mupdoc, lib/MUEC/SP/DOC/ToY.mupdoc, lib/MUEC/SP/DOC/ToYY.mupdoc, lib/MUEC/SP/DOC/Toxy.mupdoc, lib/MUEC/SP/DOC/X2Dim.mupdoc, lib/MUEC/SP/DOC/x2X.mupdoc, lib/MUEC/SP/DOC/x2XX.mupdoc: SP should be ok now. 2006-05-22 teresamu * lib/COMBINAT/DOC/integerVectorsWeighted.mupdoc, lib/COMBINAT/DOC/integerVectors.mupdoc: check doc interactive done 2006-05-22 hivert * lib/MUEC/SG/DOC/Apply.mupdoc, lib/MUEC/SG/DOC/Betti.mupdoc, lib/MUEC/SG/DOC/CharTabl.mupdoc, lib/MUEC/SG/DOC/CycleTyp.mupdoc, lib/MUEC/SG/DOC/Dc2Perm.mupdoc, lib/MUEC/SG/DOC/Des2LPer.mupdoc, lib/MUEC/SG/DOC/DimRep.mupdoc, lib/MUEC/SG/DOC/Factoriz.mupdoc, lib/MUEC/SG/DOC/GenPerm.mupdoc, lib/MUEC/SG/DOC/Interval.mupdoc, lib/MUEC/SG/DOC/Inv.mupdoc, lib/MUEC/SG/DOC/Invert.mupdoc, lib/MUEC/SG/DOC/Length.mupdoc, lib/MUEC/SG/DOC/ListRd.mupdoc, lib/MUEC/SG/DOC/Mat2Perm.mupdoc, lib/MUEC/SG/DOC/Order.mupdoc, lib/MUEC/SG/DOC/Part2CC.mupdoc, lib/MUEC/SG/DOC/Perm2Cod.mupdoc, lib/MUEC/SG/DOC/Perm2Dc.mupdoc, lib/MUEC/SG/DOC/Perm2Des.mupdoc, lib/MUEC/SG/DOC/Perm2Mat.mupdoc, lib/MUEC/SG/DOC/Perm2RR.mupdoc, lib/MUEC/SG/DOC/Perm2Rd.mupdoc, lib/MUEC/SG/DOC/Perm2Ris.mupdoc, lib/MUEC/SG/DOC/Perm2Rot.mupdoc, lib/MUEC/SG/DOC/Perms.mupdoc, lib/MUEC/SG/DOC/RR2Perm.mupdoc, lib/MUEC/SG/DOC/RandPerm.mupdoc, lib/MUEC/SG/DOC/Rd2Perm.mupdoc, lib/MUEC/SG/DOC/Sign.mupdoc, lib/MUEC/SG/DOC/Transpo.mupdoc, lib/MUEC/SG/DOC/Vec2Perm.mupdoc: Cleanup the doc. SG should be ok now. 2006-05-22 teresamu * lib/COMBINAT/DOC/integerListsLexTools.mupdoc, lib/COMBINAT/DOC/index.mupdoc: check interactive doc done * lib/COMBINAT/DOC/independentSetsOfVectorSpace.mupdoc: check interactive of doc done * lib/COMBINAT/DOC/graphPaths.mupdoc, lib/COMBINAT/DOC/generators.mupdoc: check doc interactive done * lib/COMBINAT/DOC/freeTreesLabelled.mupdoc, lib/COMBINAT/DOC/decomposableObjects.mupdoc, lib/COMBINAT/DOC/binaryTrees.mupdoc: check doc done * lib/COMBINAT/DOC/dyckWords.mupdoc: check interactive donne 2006-05-22 fdescouens * lib/DOMAINS/DOMAIN/DOC/SemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/SymmetricGroup.mupdoc, lib/DOMAINS/DOMAIN/DOC/PermutationGroupInvariantRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/PermutationGroup.mupdoc: Doc updated. 2006-05-22 teresamu * lib/OUTPUT/asciiArt.mu: Global idents: {cross, i, j, sep, xt}, Unused local variables: {N} * lib/DOMAINS/CATEGORY/FiniteDimensionalAlgebraWithBasis.mu: Global idents: {A} * lib/EXAMPLES/MultivariatePolynomials.mu: Unused local variables: {j} * lib/COMBINAT/splitNK.mu: Global idents: {j}, Unused local variables: {r} * lib/COMBINAT/permutations.mu: Unused local variables: {res} 2006-05-22 fdescouens * lib/DOMAINS/DOMAIN/DOC/MaxMinSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/MaxPlusSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/MinMaxSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/MinPlusSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/BooleanSemiRing.mupdoc: Doc updated. 2006-05-21 hivert * lib/MUEC/SG/DOC/Factoriz.mupdoc, lib/MUEC/SG/DOC/GenPerm.mupdoc, lib/MUEC/SG/DOC/Interval.mupdoc, lib/MUEC/SG/DOC/Inv.mupdoc, lib/MUEC/SG/DOC/Invert.mupdoc, lib/MUEC/SG/DOC/Length.mupdoc, lib/MUEC/SG/DOC/ListRd.mupdoc, lib/MUEC/SG/DOC/Mat2Perm.mupdoc, lib/MUEC/SG/DOC/Order.mupdoc, lib/MUEC/SG/DOC/Part2CC.mupdoc, lib/MUEC/SG/DOC/Perm2Cod.mupdoc, lib/MUEC/SG/DOC/Perm2Dc.mupdoc, lib/MUEC/SG/DOC/Perm2Des.mupdoc, lib/MUEC/SG/DOC/Perm2Mat.mupdoc, lib/MUEC/SG/DOC/Perm2RR.mupdoc, lib/MUEC/SG/DOC/Perm2Rd.mupdoc, lib/MUEC/SG/DOC/Perm2Ris.mupdoc, lib/MUEC/SG/DOC/Perm2Rot.mupdoc, lib/MUEC/SG/DOC/Perms.mupdoc, lib/MUEC/SG/DOC/RR2Perm.mupdoc, lib/MUEC/SG/DOC/RandPerm.mupdoc, lib/MUEC/SG/DOC/Rd2Perm.mupdoc, lib/MUEC/SG/DOC/Sign.mupdoc, lib/MUEC/SG/DOC/Transpo.mupdoc, lib/MUEC/SG/DOC/Vec2Perm.mupdoc, lib/MUEC/SG/DOC/index.mupdoc, lib/MUEC/SP/DOC/NewtonIn.mupdoc, lib/MUEC/SP/DOC/Scalar.mupdoc, lib/MUEC/SP/DOC/SpVar.mupdoc, lib/MUEC/SP/DOC/Special.mupdoc, lib/MUEC/SP/DOC/TablePe.mupdoc, lib/MUEC/SP/DOC/TableX.mupdoc, lib/MUEC/SP/DOC/TableXX.mupdoc, lib/MUEC/SP/DOC/TableY.mupdoc, lib/MUEC/SP/DOC/TableYY.mupdoc, lib/MUEC/SP/DOC/ToPe.mupdoc, lib/MUEC/SP/DOC/ToX.mupdoc, lib/MUEC/SP/DOC/ToXX.mupdoc, lib/MUEC/SP/DOC/ToY.mupdoc, lib/MUEC/SP/DOC/ToYY.mupdoc, lib/MUEC/SP/DOC/Toxy.mupdoc, lib/MUEC/SP/DOC/X2Dim.mupdoc, lib/MUEC/SP/DOC/index.mupdoc, lib/MUEC/SP/DOC/x2X.mupdoc, lib/MUEC/SP/DOC/x2XX.mupdoc, lib/MUEC/SYMF/DOC/AddBasis.mupdoc, lib/MUEC/SYMF/DOC/Char2Sf.mupdoc, lib/MUEC/SYMF/DOC/DualBas.mupdoc, lib/MUEC/SYMF/DOC/Internal.mupdoc, lib/MUEC/SYMF/DOC/KostkNum.mupdoc, lib/MUEC/SYMF/DOC/KostkTab.mupdoc, lib/MUEC/SYMF/DOC/Plethysm.mupdoc, lib/MUEC/SYMF/DOC/Sf2Char.mupdoc, lib/MUEC/SYMF/DOC/Sf2Table.mupdoc, lib/MUEC/SYMF/DOC/SfCCProd.mupdoc, lib/MUEC/SYMF/DOC/SfCollct.mupdoc, lib/MUEC/SYMF/DOC/SfDiff.mupdoc, lib/MUEC/SYMF/DOC/SfEval.mupdoc, lib/MUEC/SYMF/DOC/SfJtMat.mupdoc, lib/MUEC/SYMF/DOC/SfMat.mupdoc, lib/MUEC/SYMF/DOC/SfOmega.mupdoc, lib/MUEC/SYMF/DOC/SfScalar.mupdoc, lib/MUEC/SYMF/DOC/SfTheta.mupdoc, lib/MUEC/SYMF/DOC/SfVar.mupdoc, lib/MUEC/SYMF/DOC/SfZee.mupdoc, lib/MUEC/SYMF/DOC/Table2Sf.mupdoc, lib/MUEC/SYMF/DOC/Toe.mupdoc, lib/MUEC/SYMF/DOC/Toh.mupdoc, lib/MUEC/SYMF/DOC/Tom.mupdoc, lib/MUEC/SYMF/DOC/Top.mupdoc, lib/MUEC/COMP/DOC/CmprComp.mupdoc, lib/MUEC/PART/DOC/CompPart.mupdoc, lib/MUEC/PART/DOC/ListPaIn.mupdoc, lib/MUEC/PART/DOC/SpltPart.mupdoc, lib/MUEC/SG/DOC/Apply.mupdoc, lib/MUEC/SG/DOC/Betti.mupdoc, lib/MUEC/SG/DOC/CharTabl.mupdoc, lib/MUEC/SG/DOC/Cod2Perm.mupdoc, lib/MUEC/SG/DOC/CycleTyp.mupdoc, lib/MUEC/SG/DOC/Dc2Perm.mupdoc, lib/MUEC/SG/DOC/Des2LPer.mupdoc, lib/MUEC/SG/DOC/DimRep.mupdoc: First pass of dos rewriting. * lib/COMBINAT/DOC/binaryTrees.mupdoc, lib/COMBINAT/DOC/graphs.mupdoc, lib/COMBINAT/DOC/integerMatrices.mupdoc: First doc corrections. 2006-05-20 fdescouens * lib/EXPERIMENTAL/DOC/Schur.mupdoc: update of the documentation. * lib/EXPERIMENTAL/DOC/FreeOperad.mupdoc: Update of the documentation. * lib/EXAMPLES/DOC/WordQuasiSymmetricFunctions.mupdoc, lib/EXAMPLES/DOC/WordQuasiSymmetricFunctionsDual.mupdoc, lib/EXAMPLES/DOC/WordSymmetricFunctions.mupdoc, lib/EXAMPLES/DOC/WordSymmetricFunctionsDual.mupdoc: Unused lines removed and compilation errors corrected. 2006-05-19 teresamu * lib/COMBINAT/TEST/words.tst: crystal test 2006-05-18 teresamu * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu: modifications for cyclage and crystal graphs + NEW : atoms 2006-05-17 Nicolas M. Thiéry * Makefile.in: Added a few slides files to transfer to the web page. * index.html.in: Added a links to the slides for the Axiom workshop. * lib/COMBINAT/tableaux.mu: Made combinat::tableaux in a graded combinatorial class, so that it can be used as a building block for decomposable objects. * lib/COMBINAT/DOC/subsets.mupdoc, lib/COMBINAT/subsets.mu: Added doc for combinat::subsets::random. * lib/MUPADBACKPORT/DOMAINS/DOMAIN/BaseDom.mu: Fixed allEntries (my fault!). Note that the former bug prevented prog::check to check any entries of our domains! Prepare for lots of prog::check complaints! * lib/EXAMPLES/DOC/PreLieOperad.mupdoc: Fixed ascii output. * lib/EXAMPLES/SymmetricFunctions.mu: Rewrote some bla[i] $ i = 1.. nops(bla) into i $ i in bla . * lib/DOMAINS/DOMAIN/SymmetricGroup.mu: Don't define cyclic character if symmetric functions are not available. * lib/DOMAINS/CATEGORY/TEST/ModuleWithSeveralBases.tst: Added missing hold()'s * lib/DOMAINS/CATEGORY/HopfAlgebraWithBasis.mu, lib/DOMAINS/CATEGORY/FiniteDimensionalAlgebraWithBasis.mu: Fixed non local / global variables. * lib/DOC/demo/facts.tex: Update * lib/DOC/demonstration.mupdoc: Fixed broken link. * lib/COMBINAT/DOC/countingFunctions.mupdoc: Added comment Subst <-> plethysm. * lib/COMBINAT/countingFunctions.mu: Fixed non local / global variables. Added comment Subst <-> plethysm. * lib/COMBINAT/decomposableObjects.mu, lib/COMBINAT/partitions.mu, lib/COMBINAT/permutations.mu, lib/COMBINAT/words.mu: Fixed non local / global variables. * doc/en/template.mk.in: Put the check logs in blah.checklog instead of blah.check for better consistency with the other logs. * doc/en/Makefile.in, doc/en/Makefile.am: Fixed dependencies for the building of ascii.tar. * config/sourceforge.am, src/GLIP/config/sourceforge.am, src/MAPITL/config/sourceforge.am: Added a few slides files to transfer to the web page. 2006-05-16 novelli * lib/COMBINAT/parkingFunctions.mu: 1-line modification useful when calling PF from outside. * lib/EXAMPLES/LodayRoncoAlgebra.mu: Added a test done with Chapoton on another basis. 2006-05-15 hivert * lib/MUEC/TYP/DOC/IsBorder.mupdoc, lib/MUEC/TYP/DOC/IsCompo.mupdoc, lib/MUEC/TYP/DOC/IsDiagonal.mupdoc, lib/MUEC/TYP/DOC/IsName.mupdoc, lib/MUEC/TYP/DOC/IsPart.mupdoc, lib/MUEC/TYP/DOC/IsPerm.mupdoc, lib/MUEC/TYP/DOC/IsRegPart.mupdoc, lib/MUEC/TYP/DOC/IsSkewDiag.mupdoc, lib/MUEC/TYP/DOC/IsSkewPart.mupdoc, lib/MUEC/TYP/DOC/Ise.mupdoc, lib/MUEC/TYP/DOC/IseA.mupdoc, lib/MUEC/TYP/DOC/Ish.mupdoc, lib/MUEC/TYP/DOC/IshA.mupdoc, lib/MUEC/TYP/DOC/Ism.mupdoc, lib/MUEC/TYP/DOC/IsmA.mupdoc, lib/MUEC/TYP/DOC/Isp.mupdoc, lib/MUEC/TYP/DOC/IspA.mupdoc, lib/MUEC/TYP/DOC/Iss.mupdoc, lib/MUEC/TYP/DOC/IssA.mupdoc, lib/MUEC/TYP/DOC/Permutation.mupdoc, lib/MUEC/TYP/DOC/Sf.mupdoc, lib/MUEC/TYP/DOC/SfA.mupdoc, lib/MUEC/TYP/DOC/index.mupdoc: Cleanup of TYP. * lib/MUEC/SFA/DOC/Pol2SfA.mupdoc, lib/MUEC/SFA/DOC/Sf2SfA.mupdoc, lib/MUEC/SFA/DOC/SfA2Sf.mupdoc, lib/MUEC/SFA/DOC/SfA2Tabl.mupdoc, lib/MUEC/SFA/DOC/SfAColct.mupdoc, lib/MUEC/SFA/DOC/SfAExpn.mupdoc, lib/MUEC/SFA/DOC/SfAOmega.mupdoc, lib/MUEC/SFA/DOC/SfAVars.mupdoc, lib/MUEC/SFA/DOC/ToeA.mupdoc, lib/MUEC/SFA/DOC/TohA.mupdoc, lib/MUEC/SFA/DOC/TomA.mupdoc, lib/MUEC/SFA/DOC/TopA.mupdoc, lib/MUEC/SFA/DOC/TosA.mupdoc, lib/MUEC/SFA/DOC/index.mupdoc: Cleanup of the MuEC::SFA package. * lib/MUEC/PART/DOC/Bdr2Part.mupdoc, lib/MUEC/PART/DOC/CompPart.mupdoc, lib/MUEC/PART/DOC/Dgl2Part.mupdoc, lib/MUEC/PART/DOC/Exp2Part.mupdoc, lib/MUEC/PART/DOC/Frb2Part.mupdoc, lib/MUEC/PART/DOC/ListPaIn.mupdoc, lib/MUEC/PART/DOC/ListPart.mupdoc, lib/MUEC/PART/DOC/ListSkDi.mupdoc, lib/MUEC/PART/DOC/PCore2Pa.mupdoc, lib/MUEC/PART/DOC/PCoreQuo.mupdoc, lib/MUEC/PART/DOC/Part2Bdr.mupdoc, lib/MUEC/PART/DOC/Part2Cjg.mupdoc, lib/MUEC/PART/DOC/Part2Dgl.mupdoc, lib/MUEC/PART/DOC/Part2Exp.mupdoc, lib/MUEC/PART/DOC/Part2Frb.mupdoc, lib/MUEC/PART/DOC/Part2LHk.mupdoc, lib/MUEC/PART/DOC/Part2Mat.mupdoc, lib/MUEC/PART/DOC/PartOrdr.mupdoc, lib/MUEC/PART/DOC/SkPa2Mat.mupdoc, lib/MUEC/PART/DOC/SpltPart.mupdoc: Cleanup of the doc of Part. * lib/MUEC/COMP/DOC/CmprComp.mupdoc: Removed a remaining TODO. * lib/MUEC/COMP/DOC/CmprComp.mupdoc, lib/MUEC/COMP/DOC/Comp2Cjg.mupdoc, lib/MUEC/COMP/DOC/Comp2Mat.mupdoc, lib/MUEC/COMP/DOC/Cp2MjIdx.mupdoc, lib/MUEC/COMP/DOC/ListComp.mupdoc, lib/MUEC/COMP/DOC/LstCpFat.mupdoc, lib/MUEC/COMP/DOC/LstCpFnr.mupdoc: Cleanup the doc of MuEC::Comp. 2006-05-06 hivert * lib/MUEC/SG/DOC/Apply.mupdoc, lib/MUEC/SG/DOC/Betti.mupdoc, lib/MUEC/SG/DOC/CharTabl.mupdoc, lib/MUEC/SG/DOC/Cod2Perm.mupdoc, lib/MUEC/SG/DOC/CycleTyp.mupdoc, lib/MUEC/SG/DOC/Dc2Perm.mupdoc, lib/MUEC/SG/DOC/Des2LPer.mupdoc, lib/MUEC/SG/DOC/DimRep.mupdoc, lib/MUEC/SG/DOC/Factoriz.mupdoc, lib/MUEC/SG/DOC/GenPerm.mupdoc, lib/MUEC/SG/DOC/Interval.mupdoc, lib/MUEC/SG/DOC/Inv.mupdoc, lib/MUEC/SG/DOC/Invert.mupdoc, lib/MUEC/SG/DOC/Length.mupdoc, lib/MUEC/SG/DOC/ListRd.mupdoc, lib/MUEC/SG/DOC/Mat2Perm.mupdoc, lib/MUEC/SG/DOC/Order.mupdoc, lib/MUEC/SG/DOC/Part2CC.mupdoc, lib/MUEC/SG/DOC/Perm2Cod.mupdoc, lib/MUEC/SG/DOC/Perm2Dc.mupdoc, lib/MUEC/SG/DOC/Perm2Des.mupdoc, lib/MUEC/SG/DOC/Perm2Mat.mupdoc, lib/MUEC/SG/DOC/Perm2RR.mupdoc, lib/MUEC/SG/DOC/Perm2Rd.mupdoc, lib/MUEC/SG/DOC/Perm2Ris.mupdoc, lib/MUEC/SG/DOC/Perm2Rot.mupdoc, lib/MUEC/SG/DOC/Perms.mupdoc, lib/MUEC/SG/DOC/RR2Perm.mupdoc, lib/MUEC/SG/DOC/RandPerm.mupdoc, lib/MUEC/SG/DOC/Rd2Perm.mupdoc, lib/MUEC/SG/DOC/Sign.mupdoc, lib/MUEC/SG/DOC/Transpo.mupdoc, lib/MUEC/SG/DOC/Vec2Perm.mupdoc, lib/MUEC/SG/DOC/index.mupdoc, lib/MUEC/SP/DOC/NewtonIn.mupdoc, lib/MUEC/SP/DOC/Scalar.mupdoc, lib/MUEC/SP/DOC/SpVar.mupdoc, lib/MUEC/SP/DOC/Special.mupdoc, lib/MUEC/SP/DOC/TablePe.mupdoc, lib/MUEC/SP/DOC/TableX.mupdoc, lib/MUEC/SP/DOC/TableXX.mupdoc, lib/MUEC/SP/DOC/TableY.mupdoc, lib/MUEC/SP/DOC/TableYY.mupdoc, lib/MUEC/SP/DOC/ToPe.mupdoc, lib/MUEC/SP/DOC/ToX.mupdoc, lib/MUEC/SP/DOC/ToXX.mupdoc, lib/MUEC/SP/DOC/ToY.mupdoc, lib/MUEC/SP/DOC/ToYY.mupdoc, lib/MUEC/SP/DOC/Toxy.mupdoc, lib/MUEC/SP/DOC/X2Dim.mupdoc, lib/MUEC/SP/DOC/index.mupdoc, lib/MUEC/SP/DOC/x2X.mupdoc, lib/MUEC/SP/DOC/x2XX.mupdoc, lib/MUEC/SYMF/DOC/AddBasis.mupdoc, lib/MUEC/SYMF/DOC/Char2Sf.mupdoc, lib/MUEC/SYMF/DOC/Internal.mupdoc, lib/MUEC/SYMF/DOC/KostkNum.mupdoc, lib/MUEC/SYMF/DOC/Plethysm.mupdoc, lib/MUEC/SYMF/DOC/Sf2Char.mupdoc, lib/MUEC/SYMF/DOC/Sf2Table.mupdoc, lib/MUEC/SYMF/DOC/SfCCProd.mupdoc, lib/MUEC/SYMF/DOC/SfCollct.mupdoc, lib/MUEC/SYMF/DOC/SfDiff.mupdoc, lib/MUEC/SYMF/DOC/SfEval.mupdoc, lib/MUEC/SYMF/DOC/SfJtMat.mupdoc, lib/MUEC/SYMF/DOC/SfMat.mupdoc, lib/MUEC/SYMF/DOC/SfOmega.mupdoc, lib/MUEC/SYMF/DOC/SfScalar.mupdoc, lib/MUEC/SYMF/DOC/SfTheta.mupdoc, lib/MUEC/SYMF/DOC/SfVar.mupdoc, lib/MUEC/SYMF/DOC/SfZee.mupdoc, lib/MUEC/SYMF/DOC/Table2Sf.mupdoc, lib/MUEC/SYMF/DOC/Toe.mupdoc, lib/MUEC/SYMF/DOC/Toh.mupdoc, lib/MUEC/SYMF/DOC/Tom.mupdoc, lib/MUEC/SYMF/DOC/Top.mupdoc, lib/MUEC/SYMF/DOC/Tos.mupdoc, lib/MUEC/SYMF/DOC/index.mupdoc, lib/MUEC/TYP/DOC/IsBorder.mupdoc, lib/MUEC/TYP/DOC/IsCompo.mupdoc, lib/MUEC/TYP/DOC/IsDiagonal.mupdoc, lib/MUEC/TYP/DOC/IsName.mupdoc, lib/MUEC/TYP/DOC/IsPart.mupdoc, lib/MUEC/TYP/DOC/IsPerm.mupdoc, lib/MUEC/TYP/DOC/IsRegPart.mupdoc, lib/MUEC/TYP/DOC/IsSkewDiag.mupdoc, lib/MUEC/TYP/DOC/IsSkewPart.mupdoc, lib/MUEC/TYP/DOC/Ise.mupdoc, lib/MUEC/TYP/DOC/IseA.mupdoc, lib/MUEC/TYP/DOC/Ish.mupdoc, lib/MUEC/TYP/DOC/IshA.mupdoc, lib/MUEC/TYP/DOC/Ism.mupdoc, lib/MUEC/TYP/DOC/IsmA.mupdoc, lib/MUEC/TYP/DOC/Isp.mupdoc, lib/MUEC/TYP/DOC/IspA.mupdoc, lib/MUEC/TYP/DOC/Iss.mupdoc, lib/MUEC/TYP/DOC/IssA.mupdoc, lib/MUEC/TYP/DOC/Permutation.mupdoc, lib/MUEC/TYP/DOC/Sf.mupdoc, lib/MUEC/TYP/DOC/SfA.mupdoc, lib/MUEC/TYP/DOC/index.mupdoc, lib/MUEC/COMP/DOC/CmprComp.mupdoc, lib/MUEC/COMP/DOC/Comp2Cjg.mupdoc, lib/MUEC/COMP/DOC/Comp2Mat.mupdoc, lib/MUEC/COMP/DOC/Cp2MjIdx.mupdoc, lib/MUEC/COMP/DOC/ListComp.mupdoc, lib/MUEC/COMP/DOC/LstCpFat.mupdoc, lib/MUEC/COMP/DOC/LstCpFnr.mupdoc, lib/MUEC/COMP/DOC/index.mupdoc, lib/MUEC/PART/DOC/Bdr2Part.mupdoc, lib/MUEC/PART/DOC/CompPart.mupdoc, lib/MUEC/PART/DOC/Dgl2Part.mupdoc, lib/MUEC/PART/DOC/Exp2Part.mupdoc, lib/MUEC/PART/DOC/Frb2Part.mupdoc, lib/MUEC/PART/DOC/ListPaIn.mupdoc, lib/MUEC/PART/DOC/ListPart.mupdoc, lib/MUEC/PART/DOC/ListSkDi.mupdoc, lib/MUEC/PART/DOC/PCore2Pa.mupdoc, lib/MUEC/PART/DOC/PCoreQuo.mupdoc, lib/MUEC/PART/DOC/Part2Bdr.mupdoc, lib/MUEC/PART/DOC/Part2Cjg.mupdoc, lib/MUEC/PART/DOC/Part2Dgl.mupdoc, lib/MUEC/PART/DOC/Part2Exp.mupdoc, lib/MUEC/PART/DOC/Part2Frb.mupdoc, lib/MUEC/PART/DOC/Part2LHk.mupdoc, lib/MUEC/PART/DOC/Part2Mat.mupdoc, lib/MUEC/PART/DOC/PartOrdr.mupdoc, lib/MUEC/PART/DOC/SkPa2Mat.mupdoc, lib/MUEC/PART/DOC/SpltPart.mupdoc, lib/MUEC/PART/DOC/index.mupdoc, lib/MUEC/SFA/DOC/Pol2SfA.mupdoc, lib/MUEC/SFA/DOC/Sf2SfA.mupdoc, lib/MUEC/SFA/DOC/SfA2Sf.mupdoc, lib/MUEC/SFA/DOC/SfA2Tabl.mupdoc, lib/MUEC/SFA/DOC/SfAColct.mupdoc, lib/MUEC/SFA/DOC/SfAExpn.mupdoc, lib/MUEC/SFA/DOC/SfAOmega.mupdoc, lib/MUEC/SFA/DOC/SfAVars.mupdoc, lib/MUEC/SFA/DOC/ToeA.mupdoc, lib/MUEC/SFA/DOC/TohA.mupdoc, lib/MUEC/SFA/DOC/TomA.mupdoc, lib/MUEC/SFA/DOC/TopA.mupdoc, lib/MUEC/SFA/DOC/TosA.mupdoc, lib/MUEC/SFA/DOC/index.mupdoc: First Correction of muEC's example in the doc. 2006-05-05 fdescouens * lib/EXAMPLES/SymmetricFunctions.mu: LLT polynomials and Jack polynomials added. 2006-05-05 Nicolas M. Thiéry * Papers/Makefile.in, Papers/Makefile.am: Only a few selected documents in Papers/ are now actually compiled. * README.in: Added description of the structure of the html and ascii documentation. * doc/en/index.html, doc/index.html: Added redirections from doc/index.html and doc/en/index.html to the handbook entry page doc/en/index/index.html. * doc/TOOLS/mupad.rb: Temporary hack to load the package Combinat at startup. This should be done via a startup option of checkInteractively. 2006-05-03 teresamu * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu: crystal operators on tableaux * lib/COMBINAT/TEST/words.tst, lib/COMBINAT/words.mu: crystal operators revisited + testing * lib/COMBINAT/TEST/tableaux.tst: test for question on cycled letter when evaluation is not maximal for the first letter 2006-05-02 teresamu * lib/COMBINAT/tableaux.mu: To solve the problem of the cycled letter when evaluation is not maximal for the first letter 2006-04-28 teresamu * lib/COMBINAT/TEST/words.tst, lib/COMBINAT/words.mu: crystal operators revisited 2006-04-27 teresamu * lib/COMBINAT/tableaux.mu: Few improvements from Florent. 2006-04-26 hivert * lib/COMBINAT/nonCrossingPartitions.mu: Added missing random for nonCrossingPartitions. 2006-04-26 Nicolas M. Thiéry * lib/DOC/exercises.mupdoc: Switched temporarily for unordered list's to work around a MuPAD Pro UI crash. 2006-04-25 Nicolas M. Thiéry * lib/DOC/guidedTour-algebrasWithSeveralBases.mupdoc: Fixed math formulae incompletely translated from LaTeX * lib/DOC/exercises.mupdoc: Some cleanup. Commented out the Hecke algebra stuff which needs serious tidying. Added one or two exercises. * src/Symmetrica-module/Makefile.in, test/Makefile.in, src/nauty-module/Makefile.in, src/MAPITL/Makefile.in, src/MachineIntegerListsLex/Makefile.in, Makefile.in, src/GLIP-module/Makefile.in, src/IPC/Makefile.in, src/gordan/Makefile.in, src/lrcalc-module/Makefile.in: Update of the autotools build system. * README: Added bibtex citation to use to cite us. * index.html.in, lib/DOC/toFrobenius.tex, lib/DOC/toFrobenius.mupdoc: Reconverted and cleaned up toFrobenius sample documentation file. * doc/en/template.mk.in: - New rule: make combinat.html to build all html files in the combinat document. - Modified the construction of *_DOCTOPICS. Should be somewhat more robust, and allow for documentation files in nested subdirectories. * lib/DOC/guidedTour-predefinedCombinatorialClasses.mupdoc, lib/DOC/guidedTour-predefinedCombinatorialAlgebras.mupdoc, lib/DOC/guidedTour-generators.mupdoc, lib/DOC/guidedTour-definingCombinatorialClasses.mupdoc, lib/DOC/guidedTour-definingCombinatorialAlgebras.mupdoc, lib/DOC/guidedTour-combinatorialHopfAlgebras.mupdoc, lib/DOC/guidedTour-algebrasWithSeveralBases.mupdoc, lib/DOC/demonstration.mupdoc: Cleanup: - Added missing in titles - Unification of the labels in the guided tour - Fixed occurrences of the old \mupadcombinat macro - Fixed section endings (the automatic converter did not deal well with subsections / ...) Converted (at last!) the source files of the guided tour in the Hand Book into xml. For technical reasons, (the MuPAD Pro UI does not deal properly with documentation files in subdirectoris), they were renamed following: tutorials/bla.tex -> guidedTour-bla.mupdoc * lib/DOC/annexes.mupdoc, lib/DOC/referenceManual.mupdoc: Cleanup: - Added missing in titles - Unification of the labels in the guided tour - Fixed occurrences of the old \mupadcombinat macro - Fixed section endings (the automatic converter did not deal well with subsections / ...) Merged the description of the structure of the package in the annexes.mupdoc into the reference manual table of contents. * lib/DOC/index.mupdoc: Cleanup: - Added missing in titles - Unification of the labels in the guided tour - Fixed occurrences of the old \mupadcombinat macro - Fixed section endings (the automatic converter did not deal well with subsections / ...) - Extracted the introduction of the hand book from the index.mupdoc into a separate introduction.mupdoc file for more consistency. - Added an abstract to the hand book. * lib/DOC/introduction.mupdoc: Extracted the introduction of the hand book from the index.mupdoc into a separate introduction.mupdoc file for more consistency. Added an abstract to the hand book. * lib/DOC/exercises-correction.mupdoc, lib/DOC/exercises.mupdoc: Cleanup: - Added missing in titles - Unification of the labels in the guided tour - Fixed occurrences of the old \mupadcombinat macro - Fixed section endings (the automatic converter did not deal well with subsections / ...) * lib/MUEC/SP/DOC/index.mupdoc, lib/EXAMPLES/DOC/SymmetricFunctions.mupdoc, lib/DOC/design.mupdoc: Cleanup: - Added missing in titles - Unification of the labels in the guided tour - Fixed occurrences of the old \mupadcombinat macro * lib/DOMAINS/CATEGORY/DOC/ModuleWithSeveralBases.mupdoc, lib/DOMAINS/CATEGORY/DOC/index.mupdoc, lib/DOMAINS/CATEGORY/DOC/AlgebraWithSeveralBases.mupdoc, lib/DOMAINS/CATEGORY/DOC/AlgebraWithBasis.mupdoc: Cleanup: - Added missing in titles - Unification of the labels in the guided tour * doc/TOOLS/htmlpostprocess.pl: Deal with '-' in file names in cross references. * lib/DOC/demo/lodayRonco.tex: Added comments on the purpose of each computation. * lib/DOC/demo/heapsOfPieces.tex: Update w.r.t. the new order of arguments of FreeModule * lib/DOC/demo/desosseur.tex: Added missing Mexin environments. 2006-04-25 hivert * lib/COMBINAT/DOC/permutations.mupdoc: Changed an to a . 2006-04-25 Nicolas M. Thiéry * lib/PROG/DOC/bless.mupdoc: Backport of output fixes of Christopher in MuPAD CVS. 2006-04-25 teresamu * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu: symmetricGroupAction -> symmetricGroupActionOnValues * lib/COMBINAT/TEST/words.tst, lib/COMBINAT/words.mu: symmetricGroupAction becomes symmetricGroupActionOnValues crystal operators E and F added + few testing 2006-04-23 Nicolas M. Thiéry * README.in: Added bibtex citation to use to cite us. 2006-04-14 Nicolas M. Thiéry * lib/COMBINAT/decomposableObjects.mu: Standard DOM fix + use of op(range,2) instead of range[2] for MuPAD 2.5.3 2006-04-13 hivert * lib/COMBINAT/DOC/dyckWords.mupdoc: Removed a no-longer accurate warning about generators. * lib/OPERATORS/DOC/overloaded.mupdoc, lib/OPERATORS/DOC/persistentRemember.mupdoc, lib/OUTPUT/DOC/asciiArt.mupdoc, lib/DOMAINS/DOMAIN/DOC/TensorProductOfFreeModules.mupdoc: Corrected the examples. * lib/DOMAINS/DOMAIN/DOC/FreeModule.mupdoc: Update examples to new printing. 2006-04-12 teresamu * lib/COMBINAT/tableaux.mu: Id variable lost 2006-04-12 hivert * lib/DOMAINS/DOMAIN/DOC/SymmetricAlgebra.mupdoc: Corrected a wrong references to example. 2006-04-11 teresamu * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu: cyclage, cocyclage, katabolism ... + test * lib/init.mu: tableau cyclage options 2006-04-06 Nicolas M. Thiéry * doc/en/template.mk.in, doc/en/Makefile.in, doc/en/Makefile.am: Oops: removed the old temporary MUPADUI variable which was incorrectly used instead of the new configure'd MUPAD_UI. * doc/en/template.mk.in: Fixed rule for building ascii help from html. Fix the following bug noticed by myself and Florent: make ascii/index/annexes.help make[3]: *** Pas de règle pour fabriquer la cible « index/annexes.html », nécessaire pour « ascii/index/annexes.help ». Arrêt. whereas make index/annexes.html works fine 2006-04-05 hivert * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu: The return type of insertWord was wrong when passing an untyped filling and an empty word. Still ToDo : => when printing an empty tableau MuPAD print nothing, maybe printing a dot is better. => when T is a tableau dom::convert(T) is correct while dom(T) raise an error. Is it normal ? 2006-04-05 Nicolas M. Thiéry * aclocal.m4, configure, src/Symmetrica-module/Makefile.in, test/Makefile.in, src/RiggedConfigurationsPaths/Makefile.in, src/Symmetrica/Makefile.in, src/MAPITL/Makefile.in, src/nauty-module/Makefile.in, src/Makefile.in, src/MachineIntegerListsLex/Makefile.in, src/lrcalc-module/Makefile.in, src/lrcalc/Makefile.in, src/lrcalc/compat/Makefile.in, src/lrcalc/lrcoef/Makefile.in, src/lrcalc/mathlib/Makefile.in, src/IPC/Makefile.in, src/gordan/Makefile.in, src/GLIP-module/Makefile.in, Papers/Makefile.in, src/GLIP/Makefile.in, Makefile.in, doc/Makefile.in, doc/dvi/Makefile.in, doc/en/Makefile.in: Update of the autotools build system. * config/mupad.am, src/GLIP/config/mupad.am, src/MAPITL/config/mupad.am: Set prog::TestPrintAllocated to FALSE to disable allocated information printing with MuPAD > 4.0.0 when running dynamic modules tests. * BUGS, TODO: Update * lib/init.mu: Fixed dom::helpFilePerl to lookup ascii documentation also in doc/en/ascii and doc/en/ascii.tar. * doc/XSL/commands2indextty.xsl, doc/XSL/commands2commandstxt.xsl, doc/TOOLS/htmlpostprocess.pl, doc/en/template.mk.in, doc/en/Makefile.am: - Post-processing of the html documentation to have proper links, either internal, or w.r.t. MuPAD's official html documentation - Building of ascii documentation from the new xml format (not perfect, but fully functional, with index and tar file) - New rule combinat.checkInteractive (and friends) - Fixed dependency for intermediate .mn building * config/sourceforge.am, src/GLIP/config/sourceforge.am, src/MAPITL/config/sourceforge.am: Update of the directories that are pushed to the web page by 'make SFweb' * config/mupad.m4, src/GLIP/config/mupad.m4, src/MAPITL/config/mupad.m4: - Lookup mupkern before mupad (new official name for the text-mode MuPAD starting from 4.0.0. Argl.) - Lookup MUPAD_GUI (used for building the html documentation) - Don't lookup sysinfo if MUPAD_ARCH is provided - Updated enable_*_documentation logic with respect to the new documentation building process - Disabled now irrelevant enable-a4-documentation * index.html.in: Updated links to the new html documentation. * Makefile.am: Do not include .tex files in the distribution and such * doc/ascii/Makefile.am, doc/ascii/Makefile.in, doc/ascii/dependencies, configure.ac, doc/html/Makefile.am, doc/html/Makefile.in, doc/html/PICTURES/closed.gif, doc/html/PICTURES/cont.gif, doc/html/PICTURES/find.gif, doc/html/PICTURES/index.gif, doc/html/PICTURES/next.gif, doc/html/PICTURES/open.gif, doc/html/PICTURES/prev.gif, doc/html/dependencies, doc/html/texmf.cnf: Removed old directories for the building of the html and ascii documentation. * libraries.am: Removed outdated LaTeX doc stuff. * lib/PROG/DOC/partialSpecialization.mupdoc: Fixed typo. * lib/POLYLIB/DOC/coeffRing.mupdoc, lib/OPERATORS/DOC/persistentRemember.mupdoc: Fixed anchors and cross-references * lib/MUPADBACKPORT/DOMAINS/CONSTR/DCfcall.mu: Fixed non local variable and not-used not-declared but assigned variable. * lib/DOMAINS/DOMAIN/DOC/index.mupdoc, lib/DOC/referenceManual.mupdoc, lib/DOC/exercises.mupdoc, lib/DOC/annexes.mupdoc: Fixed anchors and cross-references * lib/DOMAINS/CATEGORY/DOC/AlgebraWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/AlgebraWithSeveralBases.mupdoc, lib/DOMAINS/CATEGORY/DOC/CombinatorialClass.mupdoc, lib/DOMAINS/CATEGORY/DOC/FiniteDimensionalAlgebraWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/FiniteGroupInvariantRing.mupdoc, lib/DOMAINS/CATEGORY/DOC/GradedHopfAlgebraWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/HopfAlgebraWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/HopfAlgebraWithSeveralBases.mupdoc, lib/DOMAINS/CATEGORY/DOC/LeftAModuleWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/ModuleWithSeveralBases.mupdoc, lib/DOMAINS/CATEGORY/DOC/Operad.mupdoc, lib/DOMAINS/CATEGORY/DOC/OperadWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/PermutationGroupInvariantRing.mupdoc, lib/DOMAINS/CATEGORY/DOC/index.mupdoc: Fixed documentation examples output. * lib/COMBINAT/DOC/skewPartitions.mupdoc: Fixed improper indentation in a * lib/COMBINAT/decomposableObjects.mu: Fixed English typo in a comment. * lib/COMBINAT/countingFunctions.mu: Fixed non local variable. * lib/ADT/DOC/Stack.mupdoc: Backport of crossref fixes Stack -> adt::Stack from MuPAD CVS. 2006-03-29 Nicolas M. Thiéry * configure.ac: Removed content of now useless dvi and dvia4 directories. * doc/dvia4/Makefile.in, doc/dvia4/dependencies, doc/dvia4/texmf.cnf, doc/dvia4/Makefile.am: Removed content of now useless dvia4 directory. * lib/COMBINAT/DOC/index.mupdoc: Fixed link to export. * lib/MUPADBACKPORT/OUTPUT/priority.mu: Backport from output::priority for MuPAD 2.0.0 * lib/DOC/demo/desosseur.tex: Added mini desosseur demo. * lib/COMBINAT/TEST/permutations.benchmark, lib/COMBINAT/TEST/words.benchmark: Added some benchmarks. * lib/EXPERIMENTAL/DOC/CQSym.mupdoc: Added stub doc file for CQSym * lib/POLYLIB/DOC/support.mupdoc, lib/POLYLIB/DOC/coeffRing.mupdoc: Backport of example output acceptance from Ralf in MuPAD's CVS * lib/MUEC/TYP/DOC/index.mupdoc, doc/TOOLS/bufferOutput, doc/TOOLS/readCont.pl: Large-scale cleanup of documentation help pages. They all compile with just a few remaining warnings: - Fixed cross references due to non-absolute references (in particular in mu-EC: PART::ListPart -> muEC::PART::ListPart) - Translated from tex to mupoc with gendoc all help pages that where truncated in the previous translation due to some already known bug. - Use systematically in - Fixes, improvements, reindentation, ... - Suppression of deprecated files main.tex/mupdoc, preface.tex/mupdoc title.tex/mupdoc - Started to remove old .tex sources for those help files which have been fully doubled checked for lossless translation. Update of the documentation build system: - Update of the latest version of documentation tools, style files, and list of commands from MuPAD's CVS - Disabling and partial elimination of the old dvi/ps/pdf documentation build system - Inclusion in the build process of doc of experimental and muEC__TYP 2006-03-28 Nicolas M. Thiéry * doc/en/Makefile.am, doc/en/Makefile.in, doc/en/template.mk.in, doc/XSL/JAVA/saxon.jar: - Reintroduced experimental support for building html and ascii documentation. (remains to do: proper lookup for xmupad 4.0.0, links, removal of header and trailer for the ascii doc). - Removed old version of saxon.jar - Fixed incorrect language setting for building the XML documentation which yielded empty titles. * lib/ADT/DOC/Stack.mupdoc: Backport of fixes (mainly documentation example) by Ralf in MuPAD's CVS. 2006-03-27 Nicolas M. Thiéry * lib/DOC/index.mupdoc: Fixed anchor guidedTour -> index::guidedTour. * lib/DOC/demonstration.mupdoc: Fixed anchor index::guidedTour-AdvancedAlgebraicStructures. * src/MachineIntegerListsLex/Makefile.in, src/RiggedConfigurationsPaths/Makefile.in, src/Symmetrica-module/Makefile.in, src/gordan/Makefile.in, src/nauty-module/Makefile.in, lib/MUPADBACKPORT/GRAPH/DOC/reachableVertices.mupdoc, lib/MUPADBACKPORT/POLYLIB/Poly.mu, lib/OPERATORS/DOC/main.mupdoc, lib/OPERATORS/DOC/main.tex, lib/OPERATORS/DOC/overloaded.mupdoc, lib/OPERATORS/DOC/persistentRemember.mupdoc, lib/OPERATORS/DOC/title.mupdoc, lib/OPERATORS/DOC/title.tex, lib/OUTPUT/DOC/asciiArt.mupdoc, lib/OUTPUT/DOC/main.mupdoc, lib/OUTPUT/DOC/main.tex, lib/OUTPUT/DOC/title.mupdoc, lib/OUTPUT/DOC/title.tex, lib/POLYLIB/DOC/coeffRing.mupdoc, lib/POLYLIB/DOC/main.mupdoc, lib/POLYLIB/DOC/main.tex, lib/POLYLIB/DOC/support.mupdoc, lib/PROG/DOC/bless.mupdoc, lib/PROG/DOC/index.mupdoc, lib/PROG/DOC/main.mupdoc, lib/PROG/DOC/main.tex, lib/PROG/DOC/partialSpecialization.mupdoc, lib/PROG/DOC/testUnit.mupdoc, lib/PROG/DOC/timeThis.mupdoc, lib/PROG/DOC/title.mupdoc, lib/PROG/DOC/title.tex, lib/TYPE/DOC/main.tex, lib/TYPE/DOC/title.tex, src/GLIP-module/Makefile.in, src/IPC/Makefile.in, src/MAPITL/Makefile.in, lib/IPC/DOC/index.mupdoc, lib/IPC/DOC/main.tex, lib/IPC/DOC/preface.tex, lib/IPC/DOC/title.tex, lib/MUEC/COMP/DOC/CmprComp.mupdoc, lib/MUEC/COMP/DOC/Comp2Cjg.mupdoc, lib/MUEC/COMP/DOC/Comp2Mat.mupdoc, lib/MUEC/COMP/DOC/Cp2MjIdx.mupdoc, lib/MUEC/COMP/DOC/ListComp.mupdoc, lib/MUEC/COMP/DOC/LstCpFat.mupdoc, lib/MUEC/COMP/DOC/LstCpFnr.mupdoc, lib/MUEC/COMP/DOC/index.mupdoc, lib/MUEC/COMP/DOC/main.tex, lib/MUEC/COMP/DOC/preface.mupdoc, lib/MUEC/COMP/DOC/preface.tex, lib/MUEC/COMP/DOC/title.mupdoc, lib/MUEC/COMP/DOC/title.tex, lib/MUEC/PART/DOC/Bdr2Part.mupdoc, lib/MUEC/PART/DOC/CompPart.mupdoc, lib/MUEC/PART/DOC/Dgl2Part.mupdoc, lib/MUEC/PART/DOC/Exp2Part.mupdoc, lib/MUEC/PART/DOC/Frb2Part.mupdoc, lib/MUEC/PART/DOC/ListPaIn.mupdoc, lib/MUEC/PART/DOC/ListPart.mupdoc, lib/MUEC/PART/DOC/ListSkDi.mupdoc, lib/MUEC/PART/DOC/PCore2Pa.mupdoc, lib/MUEC/PART/DOC/PCoreQuo.mupdoc, lib/MUEC/PART/DOC/Part2Bdr.mupdoc, lib/MUEC/PART/DOC/Part2Cjg.mupdoc, lib/MUEC/PART/DOC/Part2Dgl.mupdoc, lib/MUEC/PART/DOC/Part2Exp.mupdoc, lib/MUEC/PART/DOC/Part2Frb.mupdoc, lib/MUEC/PART/DOC/Part2LHk.mupdoc, lib/MUEC/PART/DOC/Part2Mat.mupdoc, lib/MUEC/PART/DOC/PartOrdr.mupdoc, lib/MUEC/PART/DOC/SkPa2Mat.mupdoc, lib/MUEC/PART/DOC/SpltPart.mupdoc, lib/MUEC/PART/DOC/index.mupdoc, lib/MUEC/PART/DOC/main.tex, lib/MUEC/PART/DOC/preface.mupdoc, lib/MUEC/PART/DOC/preface.tex, lib/MUEC/PART/DOC/title.mupdoc, lib/MUEC/PART/DOC/title.tex, lib/MUEC/SFA/DOC/Pol2SfA.mupdoc, lib/MUEC/SFA/DOC/Sf2SfA.mupdoc, lib/MUEC/SFA/DOC/SfA2Sf.mupdoc, lib/MUEC/SFA/DOC/SfA2Tabl.mupdoc, lib/MUEC/SFA/DOC/SfAColct.mupdoc, lib/MUEC/SFA/DOC/SfAExpn.mupdoc, lib/MUEC/SFA/DOC/SfAOmega.mupdoc, lib/MUEC/SFA/DOC/SfAVars.mupdoc, lib/MUEC/SFA/DOC/ToeA.mupdoc, lib/MUEC/SFA/DOC/TohA.mupdoc, lib/MUEC/SFA/DOC/TomA.mupdoc, lib/MUEC/SFA/DOC/TopA.mupdoc, lib/MUEC/SFA/DOC/TosA.mupdoc, lib/MUEC/SFA/DOC/index.mupdoc, lib/MUEC/SFA/DOC/main.tex, lib/MUEC/SFA/DOC/preface.mupdoc, lib/MUEC/SFA/DOC/preface.tex, lib/MUEC/SFA/DOC/title.mupdoc, lib/MUEC/SFA/DOC/title.tex, lib/MUEC/SG/DOC/Apply.mupdoc, lib/MUEC/SG/DOC/Betti.mupdoc, lib/MUEC/SG/DOC/CharTabl.mupdoc, lib/MUEC/SG/DOC/Cod2Perm.mupdoc, lib/MUEC/SG/DOC/CycleTyp.mupdoc, lib/MUEC/SG/DOC/Dc2Perm.mupdoc, lib/MUEC/SG/DOC/Des2LPer.mupdoc, lib/MUEC/SG/DOC/DimRep.mupdoc, lib/MUEC/SG/DOC/Factoriz.mupdoc, lib/MUEC/SG/DOC/GenPerm.mupdoc, lib/MUEC/SG/DOC/Interval.mupdoc, lib/MUEC/SG/DOC/Inv.mupdoc, lib/MUEC/SG/DOC/Invert.mupdoc, lib/MUEC/SG/DOC/Length.mupdoc, lib/MUEC/SG/DOC/ListRd.mupdoc, lib/MUEC/SG/DOC/Mat2Perm.mupdoc, lib/MUEC/SG/DOC/Order.mupdoc, lib/MUEC/SG/DOC/Part2CC.mupdoc, lib/MUEC/SG/DOC/Perm2Cod.mupdoc, lib/MUEC/SG/DOC/Perm2Dc.mupdoc, lib/MUEC/SG/DOC/Perm2Des.mupdoc, lib/MUEC/SG/DOC/Perm2Mat.mupdoc, lib/MUEC/SG/DOC/Perm2RR.mupdoc, lib/MUEC/SG/DOC/Perm2Rd.mupdoc, lib/MUEC/SG/DOC/Perm2Ris.mupdoc, lib/MUEC/SG/DOC/Perm2Rot.mupdoc, lib/MUEC/SG/DOC/Perms.mupdoc, lib/MUEC/SG/DOC/RR2Perm.mupdoc, lib/MUEC/SG/DOC/RandPerm.mupdoc, lib/MUEC/SG/DOC/Rd2Perm.mupdoc, lib/MUEC/SG/DOC/Sign.mupdoc, lib/MUEC/SG/DOC/Transpo.mupdoc, lib/MUEC/SG/DOC/Vec2Perm.mupdoc, lib/MUEC/SG/DOC/index.mupdoc, lib/MUEC/SG/DOC/main.tex, lib/MUEC/SG/DOC/preface.mupdoc, lib/MUEC/SG/DOC/preface.tex, lib/MUEC/SG/DOC/title.mupdoc, lib/MUEC/SG/DOC/title.tex, lib/MUEC/SP/DOC/NewtonIn.mupdoc, lib/MUEC/SP/DOC/Scalar.mupdoc, lib/MUEC/SP/DOC/SpVar.mupdoc, lib/MUEC/SP/DOC/Special.mupdoc, lib/MUEC/SP/DOC/TablePe.mupdoc, lib/MUEC/SP/DOC/TableX.mupdoc, lib/MUEC/SP/DOC/TableXX.mupdoc, lib/MUEC/SP/DOC/TableY.mupdoc, lib/MUEC/SP/DOC/TableYY.mupdoc, lib/MUEC/SP/DOC/ToPe.mupdoc, lib/MUEC/SP/DOC/ToX.mupdoc, lib/MUEC/SP/DOC/ToXX.mupdoc, lib/MUEC/SP/DOC/ToY.mupdoc, lib/MUEC/SP/DOC/ToYY.mupdoc, lib/MUEC/SP/DOC/Toxy.mupdoc, lib/MUEC/SP/DOC/X2Dim.mupdoc, lib/MUEC/SP/DOC/index.mupdoc, lib/MUEC/SP/DOC/main.tex, lib/MUEC/SP/DOC/preface.mupdoc, lib/MUEC/SP/DOC/preface.tex, lib/MUEC/SP/DOC/title.mupdoc, lib/MUEC/SP/DOC/title.tex, lib/MUEC/SP/DOC/x2X.mupdoc, lib/MUEC/SP/DOC/x2XX.mupdoc, lib/MUEC/SYMF/DOC/AddBasis.mupdoc, lib/MUEC/SYMF/DOC/Char2Sf.mupdoc, lib/MUEC/SYMF/DOC/DualBas.mupdoc, lib/MUEC/SYMF/DOC/Internal.mupdoc, lib/MUEC/SYMF/DOC/KostkNum.mupdoc, lib/MUEC/SYMF/DOC/KostkTab.mupdoc, lib/MUEC/SYMF/DOC/Plethysm.mupdoc, lib/MUEC/SYMF/DOC/Sf2Char.mupdoc, lib/MUEC/SYMF/DOC/Sf2Table.mupdoc, lib/MUEC/SYMF/DOC/SfCCProd.mupdoc, lib/MUEC/SYMF/DOC/SfCollct.mupdoc, lib/MUEC/SYMF/DOC/SfDiff.mupdoc, lib/MUEC/SYMF/DOC/SfEval.mupdoc, lib/MUEC/SYMF/DOC/SfJtMat.mupdoc, lib/MUEC/SYMF/DOC/SfMat.mupdoc, lib/MUEC/SYMF/DOC/SfOmega.mupdoc, lib/MUEC/SYMF/DOC/SfScalar.mupdoc, lib/MUEC/SYMF/DOC/SfTheta.mupdoc, lib/MUEC/SYMF/DOC/SfVar.mupdoc, lib/MUEC/SYMF/DOC/SfZee.mupdoc, lib/MUEC/SYMF/DOC/Table2Sf.mupdoc, lib/MUEC/SYMF/DOC/Toe.mupdoc, lib/MUEC/SYMF/DOC/Toh.mupdoc, lib/MUEC/SYMF/DOC/Tom.mupdoc, lib/MUEC/SYMF/DOC/Top.mupdoc, lib/MUEC/SYMF/DOC/Tos.mupdoc, lib/MUEC/SYMF/DOC/index.mupdoc, lib/MUEC/SYMF/DOC/main.tex, lib/MUEC/SYMF/DOC/preface.mupdoc, lib/MUEC/SYMF/DOC/preface.tex, lib/MUEC/SYMF/DOC/title.mupdoc, lib/MUEC/SYMF/DOC/title.tex, lib/MUEC/TYP/DOC/IsBorder.mupdoc, lib/MUEC/TYP/DOC/IsCompo.mupdoc, lib/MUEC/TYP/DOC/IsDiagonal.mupdoc, lib/MUEC/TYP/DOC/IsName.mupdoc, lib/MUEC/TYP/DOC/IsPart.mupdoc, lib/MUEC/TYP/DOC/IsPerm.mupdoc, lib/MUEC/TYP/DOC/IsRegPart.mupdoc, lib/MUEC/TYP/DOC/IsSkewDiag.mupdoc, lib/MUEC/TYP/DOC/IsSkewPart.mupdoc, lib/MUEC/TYP/DOC/Ise.mupdoc, lib/MUEC/TYP/DOC/IseA.mupdoc, lib/MUEC/TYP/DOC/Ish.mupdoc, lib/MUEC/TYP/DOC/IshA.mupdoc, lib/MUEC/TYP/DOC/Ism.mupdoc, lib/MUEC/TYP/DOC/IsmA.mupdoc, lib/MUEC/TYP/DOC/Isp.mupdoc, lib/MUEC/TYP/DOC/IspA.mupdoc, lib/MUEC/TYP/DOC/Iss.mupdoc, lib/MUEC/TYP/DOC/IssA.mupdoc, lib/MUEC/TYP/DOC/Permutation.mupdoc, lib/MUEC/TYP/DOC/Sf.mupdoc, lib/MUEC/TYP/DOC/SfA.mupdoc, lib/MUEC/TYP/DOC/main.tex, lib/MUEC/TYP/DOC/preface.mupdoc, lib/MUEC/TYP/DOC/preface.tex, lib/MUEC/TYP/DOC/title.mupdoc, lib/MUEC/TYP/DOC/title.tex, lib/DOMAINS/CATEGORY/DOC/preface.mupdoc, lib/DOMAINS/CATEGORY/DOC/preface.tex, lib/DOMAINS/DOMAIN/DOC/BooleanSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/ExpressionFieldWithDegreeOneElements.mupdoc, lib/DOMAINS/DOMAIN/DOC/ExteriorAlgebra.mupdoc, lib/DOMAINS/DOMAIN/DOC/FreeModule.mupdoc, lib/DOMAINS/DOMAIN/DOC/MaxMinSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/MaxPlusSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/MinMaxSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/MinPlusSemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/PermutationGroup.mupdoc, lib/DOMAINS/DOMAIN/DOC/PermutationGroupInvariantRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/QuotientFreeModule.mupdoc, lib/DOMAINS/DOMAIN/DOC/SemiRing.mupdoc, lib/DOMAINS/DOMAIN/DOC/SparseMatrix_LinBox.mupdoc, lib/DOMAINS/DOMAIN/DOC/SubFreeModule.mupdoc, lib/DOMAINS/DOMAIN/DOC/SymmetricAlgebra.mupdoc, lib/DOMAINS/DOMAIN/DOC/SymmetricGroup.mupdoc, lib/DOMAINS/DOMAIN/DOC/TensorAlgebra.mupdoc, lib/DOMAINS/DOMAIN/DOC/TensorProductOfFreeModules.mupdoc, lib/DOMAINS/DOMAIN/DOC/WeightedAutomaton.mupdoc, lib/DOMAINS/DOMAIN/DOC/main.tex, lib/DOMAINS/DOMAIN/DOC/title.mupdoc, lib/DOMAINS/DOMAIN/DOC/title.tex, lib/EXAMPLES/DOC/BasicSemiRing.mupdoc, lib/EXAMPLES/DOC/DendriformOperad.mupdoc, lib/EXAMPLES/DOC/GraphQuasiSymmetricFunctions.mupdoc, lib/EXAMPLES/DOC/MemorizedSemiRing.mupdoc, lib/EXAMPLES/DOC/MultivariatePolynomials.mupdoc, lib/EXAMPLES/DOC/PreLieOperad.mupdoc, lib/EXAMPLES/DOC/QuasiSymmetricFunctions.mupdoc, lib/EXAMPLES/DOC/QuiverWithRelationsAlgebra.mupdoc, lib/EXAMPLES/DOC/SubsetsSpace.mupdoc, lib/EXAMPLES/DOC/SymmetricFunctions.mupdoc, lib/EXAMPLES/DOC/SymmetricPolynomials.mupdoc, lib/EXAMPLES/DOC/WordQuasiSymmetricFunctions.mupdoc, lib/EXAMPLES/DOC/WordQuasiSymmetricFunctionsDual.mupdoc, lib/EXAMPLES/DOC/WordSymmetricFunctions.mupdoc, lib/EXAMPLES/DOC/WordSymmetricFunctionsDual.mupdoc, lib/EXAMPLES/DOC/index.mupdoc, lib/EXAMPLES/DOC/main.mupdoc, lib/EXAMPLES/DOC/main.tex, lib/EXAMPLES/DOC/title.tex, lib/EXPERIMENTAL/DOC/CQSym.tex, lib/EXPERIMENTAL/DOC/FreeOperad.mupdoc, lib/EXPERIMENTAL/DOC/FreeOperad.tex, lib/EXPERIMENTAL/DOC/HeckeSymmetricGroupAlgebra.mupdoc, lib/EXPERIMENTAL/DOC/LandoHopfAlgebra.mupdoc, lib/EXPERIMENTAL/DOC/LandoHopfAlgebra.tex, lib/EXPERIMENTAL/DOC/QSymSym.mupdoc, lib/EXPERIMENTAL/DOC/QSymSym.tex, lib/EXPERIMENTAL/DOC/RQuasiSymmetricFunctions.mupdoc, lib/EXPERIMENTAL/DOC/RQuasiSymmetricFunctions.tex, lib/EXPERIMENTAL/DOC/RestrictedLeftAModule.mupdoc, lib/EXPERIMENTAL/DOC/RestrictedLeftAModule.tex, lib/EXPERIMENTAL/DOC/Schur.mupdoc, lib/EXPERIMENTAL/DOC/Schur.tex, lib/EXPERIMENTAL/DOC/Steenrod.mupdoc, lib/EXPERIMENTAL/DOC/YangBaxterGraph.mupdoc, lib/EXPERIMENTAL/DOC/YangBaxterGraph.tex, lib/EXPERIMENTAL/DOC/index.mupdoc, lib/EXPERIMENTAL/DOC/main.mupdoc, lib/EXPERIMENTAL/DOC/main.tex, lib/EXPERIMENTAL/DOC/title.mupdoc, lib/EXPERIMENTAL/DOC/title.tex, lib/DOMAINS/CATEGORY/DOC/AlgebraWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/AlgebraWithSeveralBases.mupdoc, lib/DOMAINS/CATEGORY/DOC/CombinatorialClass.mupdoc, lib/DOMAINS/CATEGORY/DOC/CombinatorialClassWith2DBoxedRepresentation.mupdoc, lib/DOMAINS/CATEGORY/DOC/DecomposableClass.mupdoc, lib/DOMAINS/CATEGORY/DOC/FacadeDomain.mupdoc, lib/DOMAINS/CATEGORY/DOC/FiniteDimensionalAlgebraWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/FiniteGroupInvariantRing.mupdoc, lib/DOMAINS/CATEGORY/DOC/GradedAlgebraWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/GradedCombinatorialClass.mupdoc, lib/DOMAINS/CATEGORY/DOC/GradedHopfAlgebraWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/GradedModuleWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/HopfAlgebraWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/HopfAlgebraWithSeveralBases.mupdoc, lib/DOMAINS/CATEGORY/DOC/IntegerListsLexClass.mupdoc, lib/DOMAINS/CATEGORY/DOC/LeftAModuleWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/ModuleWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/ModuleWithSeveralBases.mupdoc, lib/DOMAINS/CATEGORY/DOC/Operad.mupdoc, lib/DOMAINS/CATEGORY/DOC/OperadWithBasis.mupdoc, lib/DOMAINS/CATEGORY/DOC/PermutationGroup.mupdoc, lib/DOMAINS/CATEGORY/DOC/PermutationGroupInvariantRing.mupdoc, lib/DOMAINS/CATEGORY/DOC/SemiRing.mupdoc, lib/DOMAINS/CATEGORY/DOC/SemiRng.mupdoc, lib/DOMAINS/CATEGORY/DOC/TreesClass.mupdoc, lib/DOMAINS/CATEGORY/DOC/UseOverloading.mupdoc, lib/DOMAINS/CATEGORY/DOC/index.mupdoc, lib/DOMAINS/CATEGORY/DOC/main.tex, lib/COMBINAT/DOC/title.tex, lib/COMBINAT/DOC/treesGeneric.mupdoc, lib/COMBINAT/DOC/warnDeprecated.mupdoc, lib/COMBINAT/DOC/words.mupdoc, lib/COMBINAT/DOC/yamanouchi.mupdoc, lib/DOC/annexes.mupdoc, lib/DOC/demonstration.mupdoc, lib/DOC/design.mupdoc, lib/DOC/exercises.mupdoc, lib/DOC/index.mupdoc, lib/DOC/title.mupdoc, lib/DOC/title.tex, doc/html/dependencies, lib/ADT/DOC/Stack.mupdoc, lib/ADT/DOC/main.mupdoc, lib/ADT/DOC/main.tex, lib/COMBINAT/DOC/LattE.mupdoc, lib/COMBINAT/DOC/alternatingSignMatrices.mupdoc, lib/COMBINAT/DOC/bell.mupdoc, lib/COMBINAT/DOC/cartesianProduct.mupdoc, lib/COMBINAT/DOC/catalan.mupdoc, lib/COMBINAT/DOC/compositions.mupdoc, lib/COMBINAT/DOC/countingFunctions.mupdoc, lib/COMBINAT/DOC/decomposableObjects.mupdoc, lib/COMBINAT/DOC/dyckWords.mupdoc, lib/COMBINAT/DOC/freeTreesLabelled.mupdoc, lib/COMBINAT/DOC/generators.mupdoc, lib/COMBINAT/DOC/graphPaths.mupdoc, lib/COMBINAT/DOC/graphs.mupdoc, lib/COMBINAT/DOC/independentSetsOfVectorSpace.mupdoc, lib/COMBINAT/DOC/index.mupdoc, lib/COMBINAT/DOC/integerListsLexTools.mupdoc, lib/COMBINAT/DOC/integerMatrices.mupdoc, lib/COMBINAT/DOC/integerVectors.mupdoc, lib/COMBINAT/DOC/integerVectorsOfLength.mupdoc, lib/COMBINAT/DOC/integerVectorsWeighted.mupdoc, lib/COMBINAT/DOC/linearExtensions.mupdoc, lib/COMBINAT/DOC/lrcalc.mupdoc, lib/COMBINAT/DOC/lyndonWords.mupdoc, lib/COMBINAT/DOC/lyndonWords_content.mupdoc, lib/COMBINAT/DOC/lyndonWords_eval.mupdoc, lib/COMBINAT/DOC/main.tex, lib/COMBINAT/DOC/modStirling.mupdoc, lib/COMBINAT/DOC/necklaces.mupdoc, lib/COMBINAT/DOC/necklaces_content.mupdoc, lib/COMBINAT/DOC/necklaces_eval.mupdoc, lib/COMBINAT/DOC/nonCrossingPartitions.mupdoc, lib/COMBINAT/DOC/partitions.mupdoc, lib/COMBINAT/DOC/permutations.mupdoc, lib/COMBINAT/DOC/permutationsNK.mupdoc, lib/COMBINAT/DOC/preface.mupdoc, lib/COMBINAT/DOC/qAnalogues.mupdoc, lib/COMBINAT/DOC/ribbons.mupdoc, lib/COMBINAT/DOC/ribbonsTableaux.mupdoc, lib/COMBINAT/DOC/riggedConfigurations.mupdoc, lib/COMBINAT/DOC/singleton.mupdoc, lib/COMBINAT/DOC/skewPartitions.mupdoc, lib/COMBINAT/DOC/skewRiggings.mupdoc, lib/COMBINAT/DOC/skewTableaux.mupdoc, lib/COMBINAT/DOC/subsets.mupdoc, lib/COMBINAT/DOC/tableaux.mupdoc, doc/dvia4/dependencies, doc/en/Makefile.am, doc/en/Makefile.in, doc/en/template.mk.in, doc/html/Makefile.in, doc/XSL/JAVA/mupdoc.jar, doc/ascii/Makefile.in, doc/ascii/dependencies, doc/dvi/Makefile.in, doc/dvi/template.mk.in, doc/dvia4/Makefile.in, Makefile.in, README, README.in, doc/Makefile.am, doc/Makefile.in, doc/TOOLS/checkInteractively.rb, doc/TOOLS/mupad.rb, doc/XSL/MuPADdoc2mn.xsl, doc/XSL/MuPADdoc2propinfo.xsl, doc/XSL/MuPADdoc2summary.xsl, doc/XSL/MuPADdoc2whatever.xsl, doc/XSL/collectOptions.xsl, doc/XSL/index2content.xsl, doc/XSL/plot2whatever.xsl, libraries.am: Large-scale cleanup of documentation help pages. They all compile with just a few remaining warnings: - Fixed cross references due to non-absolute references (in particular in mu-EC: PART::ListPart -> muEC::PART::ListPart) - Translated from tex to mupoc with gendoc all help pages that where truncated in the previous translation due to some already known bug. - Use systematically in - Fixes, improvements, reindentation, ... - Suppression of deprecated files main.tex/mupdoc, preface.tex/mupdoc title.tex/mupdoc - Started to remove old .tex sources for those help files which have been fully doubled checked for lossless translation. Update of the documentation build system: - Update of the latest version of documentation tools, style files, and list of commands from MuPAD's CVS - Disabling and partial elimination of the old dvi/ps/pdf documentation build system - Inclusion in the build process of doc of experimental and muEC__TYP * BUGS: Added compatibility bug with gcc 4.0.0 * Specifications/2006-03-22-Overloading.txt, Specifications/2003-06-18-Paderborn.txt, Specifications/2002-09-01-FreeModule.txt: Commited in the summary of some (old) discussions. * Makefile.am: Added some new files to be committed to MuPAD's CVS. * lib/COMBINAT/words.mu: Improved info string. * lib/MUPADBACKPORT/DOMAINS/DOMAIN/Matrix.mu: Backport of latest version of Dom::Matrix from MuPAD's CVS. * lib/COMBINAT/TEST/tableaux.tst: Skip one more test when prog::TestNoTestargs is FALSE. * createDomain: Improved generated stub documentation file. Update the doc index file in place instead of creating a .new file. 2006-03-23 Nicolas M. Thiéry * lib/COMBINAT/TEST/trees.tst: Skip one more test when prog::TestNoTestargs is FALSE. * lib/MUPADBACKPORT/DOMAINS/DOMAIN/TEST/MultPoly.tst: Fixed last fix :-( * lib/MUPADBACKPORT/DOMAINS/DOMAIN/TEST/MultPoly.tst: Backport of test fix when prog::TestNoTestargs is FALSE. 2006-03-23 ccreutzig * lib/DOMAINS/CATEGORY/DOC/IntegerListsLexClass.mupdoc, lib/DOMAINS/CATEGORY/DOC/TreesClass.mupdoc, lib/OPERATORS/DOC/overloaded.mupdoc, lib/COMBINAT/DOC/compositions.mupdoc, lib/COMBINAT/DOC/decomposableObjects.mupdoc, lib/COMBINAT/DOC/graphPaths.tex, lib/COMBINAT/DOC/index.mupdoc, lib/COMBINAT/DOC/integerMatrices.tex, lib/COMBINAT/DOC/integerVectors.mupdoc, lib/COMBINAT/DOC/partitions.mupdoc, lib/COMBINAT/DOC/permutations.mupdoc, lib/COMBINAT/DOC/subwords.mupdoc, lib/COMBINAT/DOC/trees.mupdoc, lib/COMBINAT/DOC/treesGeneric.mupdoc: Backport the other way round: option declarations 2006-03-22 Nicolas M. Thiéry * Specifications/2005-06-30-Paderborn.txt: Notes taken during my visit to Paderborn last June. 2006-03-21 Nicolas M. Thiéry * lib/COMBINAT/permutationsNK.mu: Commented out tests for adt::doublyLinkedList (which should be moved to an appropriate place like the domain itself). * lib/DOMAINS/CATEGORY/TEST/CombinatorialClass.tst: Skip subclass tests when the object oriented syntax is not available (typically in plain MuPAD). * lib/init.mu: Improved the alias of Dom::FreeModule to call directly Dom::FreeModulePoly for better type checking (preserve testargs()). Extracted the definition of Dom::FreeModule into a separate autoloaded file (avoids early loading of Dom::FreeModulePoly). * lib/DOMAINS/CATEGORY/TEST/AlgebraWithBasis.tst: Added a basic implementation of Dom::GroupAlgebra(S3) in case Dom::GroupAlgebra is not available (typically in plain MuPAD). * lib/DOMAINS/DOMAIN/FreeModule.mu: Improved the alias of Dom::FreeModule to call directly Dom::FreeModulePoly for better type checking (preserve testargs()). Extracted the definition of Dom::FreeModule into a separate autoloaded file (avoids early loading of Dom::FreeModulePoly). * lib/DOMAINS/CATEGORY/ModuleWithBasis.mu: Bug fix: the logic in moduleClosure was broken, which made it to exit early when the dimension was unknown (instead of only when the dimension was known and already reached). 2006-03-20 Nicolas M. Thiéry * lib/DOC/design.mupdoc, lib/DOC/demonstration.mupdoc: Fixed duplicated anchors. Removed nonsensical emacs variable settings for latex. * doc/en/Makefile.am, doc/en/Makefile.in: Temporary workaround: do not include commands-mupad.xml into commands.xml to avoid creating duplicate entries. * lib/init.mu: Worked around incompatibility of Dom::Matrix from MuPAD 4.0.0 with MuPAD < 3.0.0 due to missing Dom::PseudoTensor. Only backport Dom::Matrix for MuPAD < 3.2.0. Got rid of oldish commented out matrix::mapcoeffs/multcoeffs hacks. Backport of output::Priority for MuPAD 2.0.0, which fixes an incompatibility with the new DomainConstructor::getEntryFrom Don't do %if tests that force early loadproc's evaluations. * lib/MUPADBACKPORT/STRINGLIB/maskMeta.mu, lib/MUPADBACKPORT/STRINGLIB/subs.mu, lib/TEST/mupad.tst, lib/init.mu: Backport of stringlib::subs which is broken in MuPAD 3.2.0 2006-03-19 Nicolas M. Thiéry * test/Makefile.am, test/Makefile.in: Set prog::TestPrintAllocated to FALSE. * doc/XSL/JAVA/mupdoc.jar, doc/XSL/JAVA/resolver.jar, doc/XSL/JAVA/saxon8.jar, doc/en/Makefile.am, doc/en/Makefile.in, doc/en/commands-mupad.xml, doc/XSL/MuPADdoc2html.xsl, doc/XSL/MuPADdoc2mn.xsl, doc/XSL/MuPADdoc2summary.xsl, doc/XSL/MuPADdoc2whatever.xsl, doc/XSL/collectcmds.xsl, doc/XSL/index2content.xsl, doc/XSL/makeOptionsList.xsl, doc/XSL/translations.xml: Updated documentation build system from MuPAD CVS: - XSL style files - saxon JAVA code - compilation rules * lib/MUPADBACKPORT/DOMAINS/DOMAIN/BaseDom.mu: New method getEntryFrom. * lib/DOMAINS/DOMAIN/TEST/SymmetricGroup.tst: Fixed spurious output due to ';'. * lib/DOMAINS/DOMAIN/TEST/SymmetricGroup.tst: Fixed ')' typo. * lib/DOMAINS/DOMAIN/TEST/SymmetricGroup.tst: Do not make a reference to examples::SymmetricFunctionsTools which is internal * lib/DOMAINS/DOMAIN/TEST/SymmetricGroup.tst: Do not run tests depending on examples::SymmetricFunctions when it is not available. * lib/MUPADBACKPORT/DOMAINS/CATEGORY/BaseCat.mu: Merged in comment cleanup from MuPAD 4.0.0 * lib/init.mu: Backport of Domain/Category Constructor stuff from MuPAD 4.0.0 (devel) (Code factorization for method fetching). Improved library backport implementation for _mult_intern. For the moment, always backport polylib::Poly. Added some option names for decomposable objects. * lib/MUPADBACKPORT/DOMAINS/CONSTR/TEST/getEntryFrom.tst, lib/MUPADBACKPORT/DOMAINS/CONSTR/CCNamEnt.mu, lib/MUPADBACKPORT/DOMAINS/CONSTR/CCentOri.mu, lib/MUPADBACKPORT/DOMAINS/CONSTR/CCgetEnt.mu, lib/MUPADBACKPORT/DOMAINS/CONSTR/DCDomEnt.mu, lib/MUPADBACKPORT/DOMAINS/CONSTR/DCSDEnt.mu, lib/MUPADBACKPORT/DOMAINS/CONSTR/DCallSDE.mu, lib/MUPADBACKPORT/DOMAINS/CONSTR/DCgetEnt.mu, lib/MUPADBACKPORT/DOMAINS/CONSTR/DCmkEnt.mu, lib/MUPADBACKPORT/DOMAINS/CONSTR/getEntryFrom.mu, lib/MUPADBACKPORT/DOMAINS/CONSTR/getEntryFromCategory.mu, lib/MUPADBACKPORT/DOMAINS/CONSTR/getEntryFromSuperDomain.mu: Backport from MuPAD 4.0.0 (devel) (Code factorization for method fetching). * lib/EXAMPLES/SymmetricFunctions.mu: No need to explicitly set the antipode method to operators::antipode. This is already done by default, and in a safer manner, by Cat::HopfAlgebraWithBasis. This fixes the following bug: >> S := examples::SymmetricFunctions() >> operators::antipode(S::m([1])) Error: Recursive definition [See ?MAXDEPTH]; during evaluation of 'operators::overloaded::convert' * lib/OPERATORS/overloaded.mu: Simplified pretty printing to avoid useless spurious output, and possible pretty printing loops. * lib/MUPADBACKPORT/DOMAINS/DOMAIN/TEST/UniPoly.tst, lib/MUPADBACKPORT/DOMAINS/DOMAIN/TEST/MultPoly.tst: Backport from MuPAD 4.0.0 (devel) (Fixed implementation of indets). * lib/MUPADBACKPORT/TYPE/Intersection.mu: Backport from MuPAD 4.0.0 (devel) (added appropriate procname's). * lib/MUPADBACKPORT/TYPE/Function.mu: Backport from MuPAD 4.0.0 (devel) (operators::overloaded is now in Type::Function). * lib/MUPADBACKPORT/STDLIB/info.mu: Backport from MuPAD 4.0.0 (devel) (fixes non local variable). * lib/MUPADBACKPORT/PROG/sort.mu, lib/MUPADBACKPORT/GENERATE/sortsum.mu: Backport from MuPAD 4.0.0 (devel) * lib/MUPADBACKPORT/DOMAINS/DOMAIN/UniPoly.mu: Fixed completely broken implementation of indets. Why hasn't this been backported from MuPAD as said in the cvs comment? * TODO: Update after coding party with Xavier. * README: Updated directory structure description for the XML doc. * Papers/2006-02-16-Rouen.tex: Improvement in the Mexin and Mexout hack to output the examples in a file. * lib/MUPADBACKPORT/DOMAINS/DOMAIN/PolynomialPoly.mu: Backport of change in MuPAD: Changed random such that it accepts the same optional arguments as polylib::randpoly. Cf. Bug 1686 in the bug interface. * lib/COMBINAT/DOC/alternatingSignMatrices.mupdoc: Fixed MuPAD version in changes. Commented out documentation stub to let the file compile. * lib/LIBFILES/experimental.mu: experimental::time::format vaguely accepts float arguments. * createDomain: Update for MuPAD 4.0 2006-03-17 fdescouens * lib/COMBINAT/tools.mu: Generalization of the function tableAsTeX. * lib/COMBINAT/partitions.mu: weightedSize function added. * lib/EXAMPLES/TEST/SymmetricFunctionsBases.tst: Test bugged due to the change of name J -> McdJ 2006-03-16 teresamu * lib/COMBINAT/TEST/words.tst, lib/COMBINAT/words.mu: Symmetric group action on words added + tests 2006-03-16 Nicolas M. Thiéry * lib/COMBINAT/DOC/permutationsNK.mupdoc: Fixed math formula. * lib/COMBINAT/DOC/partitions.mupdoc: Fixed documentation of centralizerSize * lib/COMBINAT/DOC/index.mupdoc: Added link to the doc of combinat::permutationsNK. * lib/COMBINAT/DOC/countingFunctions.mupdoc: Fixed math formula. * lib/COMBINAT/partitions.mu: Fixed documentation of centralizerSize * lib/COMBINAT/TEST/decomposableObjects.tst: Fixed used variable which broke a test. Start run checkCoherence tests on Powerset. One bug found for random generation. This needs to be fixed! 2006-03-14 fdescouens * lib/COMBINAT/riggedConfigurations.mu: missing combinat:: added. 2006-03-14 teresamu * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu, lib/init.mu: NoFirstRow is in fact NoLastRow 2006-03-14 fdescouens * lib/COMBINAT/TEST/integerVectors.tst, lib/COMBINAT/integerVectors.mu: raising operators added. 2006-03-11 hivert * lib/COMBINAT/TEST/permutations.tst, lib/COMBINAT/permutations.mu: Wrote supPermutohedron, corrected and tested infPermutohedron. * lib/COMBINAT/permutations.mu: Small typo and a ToDo comment added. * lib/COMBINAT/TEST/permutations.tst, lib/COMBINAT/permutations.mu: - Added intervalPermutohedron - (smaller|greater)PermutohedronGraph are now fully tested. Still ToDo: - find an heuristic to automatically choose between the classical and the graph version. - write the doc. 2006-03-09 hivert * lib/COMBINAT/integerVectors.mu: Added printCompact for integerVectors * lib/COMBINAT/words.mu: Corrected a wrong return type. 2006-03-09 teresamu * lib/COMBINAT/tableaux.mu: absent-mindedness corrected for count and list * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu: new function : katabolism + todo comment + testing 2006-03-08 teresamu * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu: fixed bug in insertWord(Left) + colors in cyclage + tests semi-standard 2006-03-07 Nicolas M. Thiéry * lib/COMBINAT/TEST/permutationsNK.tst, lib/COMBINAT/DOC/permutationsNK.mupdoc, lib/COMBINAT/permutationsNK.mu: New method: combinat::permutationsNK::generator (optimal complexity). The code temporarily includes an implementation of a data structure adt::doublyLinkedList, to be moved in adt once a good name is found. Wrote beta documentation for combinat::permutationsNK. 2006-03-06 Nicolas M. Thiéry * lib/COMBINAT/nbspcols.mu: Fixed non local seq variable (thanks Tom!). 2006-03-06 rholtkamp * experimental/2005-04-05-Gerritzen.mu: A (partial) generalization of PlanarReducedTrees (unlabelled) and the corresponding algebra K{x} to the case of Labelled Trees and several variables. For the moment: Binary case. Some methods not generalized. Operad composition implemented (cf. PreLie-Operad). 2006-03-02 hivert * lib/COMBINAT/TEST/permutations.tst, lib/COMBINAT/permutations.mu: Wrote generation of permutohedron intervalls through linear extensions. Not yet finished and fully tested. 2006-02-28 teresamu * lib/COMBINAT/TEST/tableaux.tst, lib/COMBINAT/tableaux.mu: interface modification + renaming + testing 2006-02-27 Nicolas M. Thiéry * lib/DOMAINS/DOMAIN/TEST/FreeModule.tst: Cleared the error status flag for expr2text on F::term which are not always ok. * lib/LIBFILES/combinat.mu: New low level combinatorial class: combinat::permutationsNK 2006-02-27 hivert * lib/DOC/demo/combinat.tex, lib/DOC/demo/heapsOfPieces.tex, lib/DOC/demo/lodayRonco.tex, lib/DOC/demo/mupad.tex: Demo in Rouen. 2006-02-25 fdescouens