Subject: CVS commit: pkgsrc/math/gap
To: None <pkgsrc-changes@NetBSD.org>
From: Chris Pinnock <cjep@netbsd.org>
List: pkgsrc-changes
Date: 01/01/2004 18:49:22
Module Name:	pkgsrc
Committed By:	cjep
Date:		Thu Jan  1 18:49:22 UTC 2004

Modified Files:
	pkgsrc/math/gap: Makefile PLIST distinfo gap.package.mk

Log Message:
Update of math/gap to 4.3 bug fix 5.

Pkgsrc fixes:
 1) Install trans directory.

Official bug fixes since bug fix 4:

 1) A wrong return format for `IsomorphicSubgroups' applied to cyclic groups.
 2) A wrong `true' result of `IsSubset' for certain algebras.
 3) Segmentation faults and other strange behaviour when assigning
    finite field elements of different characteristics into compressed vectors
 4) A bug in the subgroup conjugation test for permutation groups that are
    not subgroups.
 5) A missing method for `BaseOrthogonalSpaceMat'.
 6) A missing `Set' call in the construction of the global variable
    `AUTOLOAD_PACKAGES'.
 7) A wrong display string of the numerator in rational functions returned
    by `MolienSeries' (in the case that the constant term of this numerator
    is zero).
 8) A strange behaviour of `Intersection' for the case that a strictly
    sorted list is the unique entry of the list that is given as the
    argument; in this situation, this entry itself was returned instead of
    a shallow copy.
 9) An error in the basis of a product space of algebras.
10) Possibly wrong result of `Centre' for pc groups.
11) Possibly wrong result of `DirectSumDecomposition' for matrix Lie algebras.
12) An error in `LieNormalizer', `LieCentralizer' for zero subspaces.
13) An error in the computation of matrices of adjoint modules.
14) A strange error message when constructing the simple Lie algebra of type
    B1.
15) An error in `ModuleByRestriction'.
16) An error in `IrrBaumClausen' for the trivial group.
17) An error with vector space bases of row spaces over fields which
    neither are prime fields nor contain all entries of the vectors.
18) An error with `IsMonomial', when it uses the function
    `TestMonomialFromLattice' (i.e., in hard cases, likely for characters of
    nonsolvable groups).

Errors 1, 3, 5, 6, 9, 12, 13, 14 and 16 may cause GAP to stop with an error
message, errors 2, 4, 7, 10, 17, and 18 may cause wrong results.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/math/gap/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/math/gap/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/math/gap/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/math/gap/gap.package.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.