Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | imported v1.0.1 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | v1.0.1 |
Files: | files | file ages | folders |
SHA3-256: |
529ec5356aad215847aeefb992a05263 |
User & Date: | murphy 2018-08-18 15:57:49.240 |
Context
2018-08-18
| ||
15:58 | imported v1.0.2 Leaf check-in: 0850058f44 user: murphy tags: trunk, v1.0.2 | |
15:57 | imported v1.0.1 check-in: 529ec5356a user: murphy tags: trunk, v1.0.1 | |
15:56 | imported v1.0.0 check-in: 088758e922 user: murphy tags: trunk, v1.0.0 | |
Changes
Changes to modular-arithmetic.setup.
|
| > > > > > | > > > | 1 2 3 4 5 6 7 8 9 | (compile -s -O2 -d1 "modular-arithmetic.scm" -j modular-arithmetic) (compile -c -O2 -d1 "modular-arithmetic.scm" -j modular-arithmetic -unit modular-arithmetic) (compile -s -O2 -d0 "modular-arithmetic.import.scm") (install-extension 'modular-arithmetic '("modular-arithmetic.so" "modular-arithmetic.o" "modular-arithmetic.import.so") '((version 1.0.1) (static "modular-arithmetic.o"))) |