aboutsummaryrefslogtreecommitdiff
path: root/src/share
AgeCommit message (Collapse)AuthorFilesLines
2016-01-21getConstructorAncestorsFromDB: get them from generated codeGabriel Dos Reis4-2946/+2943
Ancestors for category constructors are stored in databases with parameter names of the form #1, #2, etc. called "formals", instead of the user-writtern parameters in the input souce code. However, the ancestors as previously stored in generated code used the input source-level parameter names. Changed to formals, so no rewrite needed before making databases.
2016-01-17subtractIfCan$CancellationAbelianMonoid: return the more principled Maybe %Gabriel Dos Reis4-1838/+1721
2014-02-03Fix global variable names in Makefilesdos-reis1-6/+6
2013-06-24Simplify database construction.dos-reis5-21911/+35199
2013-06-24 * interp/sys-constants.boot ($BuiltinAttributes): Removedos-reis5-20209/+20208
finiteAggregate and shallowlyMutable. * interp/daase.lisp (WRITE-COMPRESS): Do not push strings.
2013-06-18 * algebra/catdef.spad.pamphlet (CommutativeOperatorCategory): New.dos-reis5-19582/+19605
(CommutativeOperation): Likewise. * algebra/Makefile.am (oa_algebra_layer_0): Include them.
2013-06-17 * algebra/aggcat.spad.pamphlet (EltableAggregate): Weakendos-reis5-675/+672
requirement on first parameter. (IndexedAggregate): Likewise.
2013-06-17Weaken conditions on parameter of partial differential domains.dos-reis5-670/+670
2013-05-25 * algebra/cycles.spad.pamphlet (alternating): Accept non-negative inputdos-reis5-13/+13
2013-05-22 * algebra/aggcat.spad.pamphlet (ShallowlyMutableAggregate): Extenddos-reis5-67/+67
Aggregate only. Adjust users. (BagAggregate): Explicitly extend HomogeneousAggregate. (AssociationListAggregate): Extend ShallowlyMutableAggregate.
2013-05-20 * algebra/aggcat.spad.pamphlet (Collection) [find]: Move todos-reis5-1345/+1345
FiniteAggregate.
2013-05-20 Use Functorial more often.dos-reis5-2585/+2617
2013-05-20Add Functorial categorydos-reis5-18152/+18220
2013-05-20Fix up thinkosdos-reis5-18060/+18079
2013-05-20Update databasesdos-reis5-786/+783
2013-05-19Eradicate attribute shallowlyMutable.dos-reis5-18081/+18062
2013-05-19Use ShallowlyMutableAggregate.dos-reis5-795/+797
2013-05-19 * algebra/newdata.spad.pamphlet (SplittingTree): Includedos-reis5-1086/+1068
ShallowlyMutableAggregate S in exports. * algebra/polset.spad.pamphlet (GeneralPolynomialSet): Inlcude ShallowlyMutableAggregate P. * algebra/triset.spad.pamphlet (TriangularSetCategory): Likewise.
2013-05-19 * algebra/aggcat.spad.pamphlet (Aggregate) [#]: Remove export.dos-reis5-748/+747
(UnaryRecursiveAggregate): Make definiton conditional. * algebra/stream.spad.pamphlet (LazyStreamAggregate): Likewise.
2013-05-19 * algebra/cycles.spad.pamphlet (CycleIndicators) [nniBump]: Newdos-reis5-5/+5
local function. [SFunction]: Use it.
2013-05-19 * algebra/cycles.spad.pamphlet (CycleIndicators)dos-reis5-12/+12
[complete,alternating]: Change input type to NonNegativeInteger.
2013-05-18 * algebra/aggcat.spad.pamphlet (FiniteAgregate): Remove attributedos-reis5-95/+95
finiteAggregate.
2013-05-18Tidy Collectiondos-reis5-733/+733
2013-05-18Tidydos-reis5-656/+656
2013-05-18 * algebra/aggcat.spad.pamphlet (Collection) [reduce]: Remove.dos-reis5-717/+708
Remove redundant defaults.
2013-05-18Add reduce overloads fo FiniteAggregatedos-reis5-766/+771
2013-05-18Remove parts from HomogeneousAggregatedos-reis5-546/+543
2013-05-18 * algebra/aggcat.spad.pamphlet: Tidy.dos-reis5-811/+809
2013-05-18 * algebra/mset.spad.pamphlet (Multiset) [unique]: Rename fromdos-reis5-4628/+4629
members to avoid semantics clash.
2013-05-18 * algebra/aggcat.spad.pamphlet: Replace uses of parts by members.dos-reis5-18095/+18118
2013-05-18 * algebra/attreg.spad.pamphlet (AttributeRegistry): Removedos-reis5-18128/+18146
shallowlyMutble. * algebra/aggcat.spad.pamphlet (BagAggregate): Extend ShallowlyMutableAggregate. (ExtensibleLinearAggregate): Likewise. * algebra/mset.spad.pamphlet (Multiset): Likewise. * algebra/tree.spad.pamphlet (Tree): Likewise.
2013-05-18 * algebra/aggcat.spad.pamphlet (ShallowlyMutableAggregate): New.dos-reis5-9259/+9269
2013-05-17Update databasesdos-reis5-10/+10
2013-05-17 * algebra/aggcat.spad.pamphlet (FiniteAggregate): Add defaultdos-reis5-18713/+18720
implementation for empty?.
2013-05-17 * algebra/aggcat.spad.pamphlet (TableAggregate): Now extenddos-reis5-70/+79
FiniteAggregate Record(key:Key,entry:Entry). * algebra/files.spad.pamphlet (KeyedAccessFile): Remove finiteAggregate attribute. * algebra/table.spad.pamphlet (HashTable): Likewise. (InnerTable): Likewise. (Table): Likewise.
2013-05-17 * algebra/aggcat.spad.pamphlet (KeyedDictionary): Now extenddos-reis5-689/+688
IndexedAggregate too. Give default implementation for elt. (TableAggregate): Simplify.
2013-05-17Update databasedos-reis5-17/+17
2013-05-16 * algebra/sortpak.spad.pamphlet (SortPackage): Have seconddos-reis5-584/+588
parameter satisfy FiniteAggregate A instead of requiring attribute finiteAggregate. * algebra/array2.spad.pamphlet (TwoDimensionalArrayCategory): Now extends FiniteAggregate. Remove finiteAggregate attribute.
2013-05-16 * algebra/polset.spad.pamphlet (GeneralPolynomialSet): Removedos-reis5-31/+31
redundant FiniteAggregate. * algebra/triset.spad.pamphlet (TriangularSetCategory): Likewise.
2013-05-16 * algebra/aggcat.spad.pamphlet (FiniteAggregate): Temporarilydos-reis5-226/+270
include attribute finiteAggregate. (StackAggregate): Extend category FiniteAggregate instead of attribute finiteAggregate. (QueueAggregate): Likewise. (PriorityQueueAggregate): Likewise. (FiniteSetAggregate): Likewise. * algebra/lmdict.spad.pamphlet (ListMultiDictionary): Likewise. * algebra/matcat.spad.pamphlet (MatrixCategory): Likewise. * algebra/mset.spad.pamphlet (Multiset): Likewise. * algebra/newdata.spad.pamphlet (SplittingTree): Likewise. * algebra/polset.spad.pamphlet (PolynomialSetCategory): Likewise. * algebra/tree.spad.pamphlet (Tree): Likewise. (BinaryTreeCategory): Likewise. * algebra/triset.spad.pamphlet (TriangularSetCategory): Likewise. * algebra/vector.spad.pamphlet (DirectProductCategory): Likewise.
2013-05-16 * algebra/data.spad.pamphlet (Byte): Remove redundantdos-reis5-11/+11
finiteAggregate attribute. * algebra/tree.spad.pamphlet (BinaryTreeCategory): Likewise. (BinarySearchTree): Likewise. (BalancedBinaryTree): Likewise.
2013-05-16 * algebra/aggcat.spad.pamphlet (FiniteAggregate): New.dos-reis5-18712/+18734
* algebra/exposed.lsp.pamphlet: Expose it.
2013-05-14 * algebra/array2.spad.pamphlet (TwoDimensionalArrayCategory):dos-reis5-441/+438
Remove redundant declaration for parts.
2013-05-13Update databasesdos-reis5-15/+15
2013-05-13 Remove IndecedVector.dos-reis5-16612/+16587
2013-05-13 * algebra/carten.spad.pamphlet (CartesianTensor): Usedos-reis5-3806/+3590
PrimitiveArray in lieu of 0-based IndexedVector.
2013-05-12fix databases corruptiondos-reis5-7/+7
2013-05-12 * algebra/matrix.spad.pamphlet (RectangularMatrix) [ZERO]: Remove.dos-reis5-7/+7
(SquareMatrix) [ZERO, ONE]: Likewise.
2013-05-12 * algebra/catdef.spad.pamphlet (OrderedRing): Extenddos-reis5-19/+22
CharactericZero too.
2013-05-11 * algebra/array2.spad.pamphlet (InnerTwoDimensionalArray): Renamedos-reis5-457/+457
from InnerIndexedTwoDimensionalArray. Adjust users.