aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/twofact.spad.pamphlet
AgeCommit message (Collapse)AuthorFilesLines
2011-03-13 * src/algebra/: Systematically use not zero? when comparing fordos-reis1-4/+4
equality with 0.
2011-03-12 * src/algebra/: Systematically use not one? when comparing fordos-reis1-2/+2
equality with 1.
2011-03-12 * src/algebra/: Systematically use negative? when comparing fordos-reis1-1/+1
greater than 0.
2011-03-12 * src/algebra/: Systematically use negative? when comparing fordos-reis1-1/+1
less than 0.
2010-12-06 * interp/metalex.lisp (KEYWORDS): Include try.dos-reis1-2/+2
* algebra/numode.spad.pamphlet: Change field try to tryValue. * algebra/multsqfr.spad.pamphlet: Change identifier try to tryCount.
2009-10-15 * interp/i-syscmd.boot (reportOpsFromUnitDirectly): Tidy.dos-reis1-1/+1
2009-08-16 * interp/i-map.boot (addMap): Fix typo from last commit.dos-reis1-1/+1
* interp/compiler.boot (compElt): Fix thinko, one more time. * interp/nruncomp.boot (optDeltaEntry): Don't overquote VM forms for constants. * algebra/algext.spad.pamphlet: Call niladic functions with empty argument lists. * algebra/ddfact.spad.pamphlet: Likewise. * algebra/gpgcd.spad.pamphlet: Likewise. * algebra/modmon.spad.pamphlet: Likewise. * algebra/pf.spad.pamphlet: Likewise. * algebra/polycat.spad.pamphlet: Likewise. * algebra/twofact.spad.pamphlet: Likewise. * algebra/list.spad.pamphlet: "nil" is now a ocnstant. * algebra/string.spad.pamphlet: "space", "quote", "escape" are now constants.
2008-05-11 * interp/iterator.boot (compRepeatOrCollect): Don't iteratordos-reis1-0/+1
variables and variables declared in a loop are local to that loop. * interp/g-error.boot (needsToSplitMessage): New. (errorSupervisor): Use it. * interp/compiler.boot (compSymbol): Highlight erron=eous symbol. * interp/wi1.boot (stackMessage): Remove duplicate. * algebra/ffcat.spad.pamphlet (FiniteFieldCategory): Tidy. * algebra/fff.spad.pamphlet (FiniteFieldFunctions): Likewie. * algebra/groebsol.spad.pamphlet (GroebnerSolve): Likewise. * algebra/intfact.spad.pamphlet (IntegerRoots): Likewise. * algebra/mkfunc.spad.pamphlet (InputForm): Likewise. * algebra/numtheor.spad.pamphlet (IntegerNumberTheoryFunctions): Likewise. * algebra/permgrps.spad.pamphlet (PermutationGroup): Likewise. * algebra/random.spad.pamphlet (RandomFloatDistributions): Likewise. * algebra/sgcf.spad.pamphlet (SymmetricGroupCombinatoricFunctions): Likewise. * algebra/triset.spad.pamphlet (PolynomialSetUtilitiesPackage): Likewise. * algebra/twofact.spad.pamphlet (TwoFactorize): Likewise.
2008-04-03Replace `^=' with `~='.dos-reis1-8/+8
2007-08-14Initial population.dos-reis1-0/+330