0.8.3.72:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 16 Sep 2003 12:07:39 +0000 (12:07 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 16 Sep 2003 12:07:39 +0000 (12:07 +0000)
commitdd357f3be290498fb7ef172696d986337f517a93
tree3b708b5952026156d9ffdb3a8dea315a2b9b7f71
parentca125e2b74e79c2705d22bb23b117afd9e3dd87c
parente5e26138104b9f372c9d25eb48c9aa819c8a2ffd
0.8.3.72:
Merge modular_arithmetic_branch
... include untested modular arithmetic implementation for hppa
... unkludge sb-md5: now implemented using natural, high-level
lisp.  (and as a bonus, compiles to shorter code on x86
at least).
... passes self-tests and pfdietz-tests on x86 at least.
More exhaustive testing on other platforms is probably
needed, maybe with the torturer
14 files changed:
NEWS
contrib/sb-md5/README
contrib/sb-md5/md5.lisp
package-data-list.lisp-expr
src/code/numbers.lisp
src/compiler/alpha/arith.lisp
src/compiler/generic/vm-tran.lisp
src/compiler/hppa/arith.lisp
src/compiler/mips/arith.lisp
src/compiler/ppc/arith.lisp
src/compiler/sparc/arith.lisp
src/compiler/srctran.lisp
src/compiler/x86/arith.lisp
version.lisp-expr