aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
-rw-r--r--configure.ac.pamphlet2
-rw-r--r--src/ChangeLog9
-rw-r--r--src/algebra/ffp.spad.pamphlet3
-rw-r--r--src/algebra/fmod.spad.pamphlet6
-rw-r--r--src/algebra/pf.spad.pamphlet3
-rw-r--r--src/testsuite/interpreter/sf-2798220.input3
8 files changed, 32 insertions, 14 deletions
diff --git a/configure b/configure
index 11d62226..561d59a0 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for OpenAxiom 1.3.0-2009-05-27.
+# Generated by GNU Autoconf 2.63 for OpenAxiom 1.3.0-2009-05-29.
#
# Report bugs to <open-axiom-bugs@lists.sf.net>.
#
@@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='OpenAxiom'
PACKAGE_TARNAME='openaxiom'
-PACKAGE_VERSION='1.3.0-2009-05-27'
-PACKAGE_STRING='OpenAxiom 1.3.0-2009-05-27'
+PACKAGE_VERSION='1.3.0-2009-05-29'
+PACKAGE_STRING='OpenAxiom 1.3.0-2009-05-29'
PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net'
ac_unique_file="src/Makefile.pamphlet"
@@ -1500,7 +1500,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures OpenAxiom 1.3.0-2009-05-27 to adapt to many kinds of systems.
+\`configure' configures OpenAxiom 1.3.0-2009-05-29 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1570,7 +1570,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of OpenAxiom 1.3.0-2009-05-27:";;
+ short | recursive ) echo "Configuration of OpenAxiom 1.3.0-2009-05-29:";;
esac
cat <<\_ACEOF
@@ -1672,7 +1672,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-OpenAxiom configure 1.3.0-2009-05-27
+OpenAxiom configure 1.3.0-2009-05-29
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1686,7 +1686,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by OpenAxiom $as_me 1.3.0-2009-05-27, which was
+It was created by OpenAxiom $as_me 1.3.0-2009-05-29, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@@ -17686,7 +17686,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by OpenAxiom $as_me 1.3.0-2009-05-27, which was
+This file was extended by OpenAxiom $as_me 1.3.0-2009-05-29, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17749,7 +17749,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-OpenAxiom config.status 1.3.0-2009-05-27
+OpenAxiom config.status 1.3.0-2009-05-29
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 94760d3f..3cdbdbb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.3.0-2009-05-27],
+AC_INIT([OpenAxiom], [1.3.0-2009-05-29],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index b9c50089..b9fcb246 100644
--- a/configure.ac.pamphlet
+++ b/configure.ac.pamphlet
@@ -1131,7 +1131,7 @@ information:
<<Autoconf init>>=
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.3.0-2009-05-27],
+AC_INIT([OpenAxiom], [1.3.0-2009-05-29],
[open-axiom-bugs@lists.sf.net])
@
diff --git a/src/ChangeLog b/src/ChangeLog
index 198e4647..7fe1b652 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+2009-05-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ Fix SF/2798220
+ * algebra/fmod.spad.pamphlet (IntegerMod): Define before?
+ * algebra/ffp.spad.pamphlet (FiniteFieldExtensionByPolynomial):
+ Likewise.
+ * algebra/pf.spad.pamphlet (InnerPrimeField): Likewise.
+ * testsuite/interpreter/sf-2798220.input: New.
+
2009-05-28 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/compiler.boot (getSuccessEnvironment): Tidy.
diff --git a/src/algebra/ffp.spad.pamphlet b/src/algebra/ffp.spad.pamphlet
index 67b32b90..c5832f93 100644
--- a/src/algebra/ffp.spad.pamphlet
+++ b/src/algebra/ffp.spad.pamphlet
@@ -35,7 +35,7 @@
)abbrev domain FFP FiniteFieldExtensionByPolynomial
++ Authors: R.Sutor, J. Grabmeier, O. Gschnitzer, A. Scheerhorn
++ Date Created:
-++ Date Last Updated: 31 March 1991
+++ Date Last Updated: May 29, 2009
++ Basic Operations:
++ Related Constructors:
++ Also See: FiniteFieldCyclicGroupExtensionByPolynomial,
@@ -263,6 +263,7 @@ FiniteFieldExtensionByPolynomial(GF:FiniteFieldCategory,_
characteristic() == characteristic()$GF
+ before?(x,y) == before?(x,y)$Rep
@
\section{domain FFX FiniteFieldExtension}
<<domain FFX FiniteFieldExtension>>=
diff --git a/src/algebra/fmod.spad.pamphlet b/src/algebra/fmod.spad.pamphlet
index 5140356b..47182caf 100644
--- a/src/algebra/fmod.spad.pamphlet
+++ b/src/algebra/fmod.spad.pamphlet
@@ -14,7 +14,7 @@
)abbrev domain ZMOD IntegerMod
++ Author:
++ Date Created:
-++ Date Last Updated:
+++ Date Last Updated: May 29, 2009
++ Basic Functions:
++ Related Constructors:
++ Also See:
@@ -66,6 +66,8 @@ IntegerMod(p:PositiveInteger):
(c1, c2, g) := extendedEuclidean(x, q)$Rep
not one? g => "failed"
positiveRemainder(c1, q)
+
+ before?(x,y) == before?(x,y)$Rep
else
Rep:= Integer
@@ -94,6 +96,8 @@ IntegerMod(p:PositiveInteger):
(c1, c2, g) := extendedEuclidean(x, p)$Rep
not one? g => "failed"
positiveRemainder(c1, p)
+
+ before?(x,y) == before?(x,y)$Rep
@
\section{License}
diff --git a/src/algebra/pf.spad.pamphlet b/src/algebra/pf.spad.pamphlet
index 21b8979a..611fbcff 100644
--- a/src/algebra/pf.spad.pamphlet
+++ b/src/algebra/pf.spad.pamphlet
@@ -16,7 +16,7 @@
-- This domain does not check, PrimeField does.
++ Authors: N.N., J.Grabmeier, A.Scheerhorn
++ Date Created: ?, November 1990, 26.03.1991
-++ Date Last Updated: 12 April 1991
+++ Date Last Updated: May 29, 2009
++ Basic Operations:
++ Related Constructors: PrimeField
++ Also See:
@@ -191,6 +191,7 @@ InnerPrimeField(p:PositiveInteger): Exports == Implementation where
charthRoot(x: %): % == x
+ before?(x,y) == before?(convert x, convert y)$I
@
\section{domain PF PrimeField}
<<domain PF PrimeField>>=
diff --git a/src/testsuite/interpreter/sf-2798220.input b/src/testsuite/interpreter/sf-2798220.input
new file mode 100644
index 00000000..5cc57d75
--- /dev/null
+++ b/src/testsuite/interpreter/sf-2798220.input
@@ -0,0 +1,3 @@
+-- Issue SF/2798220: Missing before? (%,%) -> Boolean from PrimeField
+U : POLY(PF(19)) := 3*X**4+2*X**2+15*X+8
+