Overview
Comment: | multi: Fixup SECURITY.md; add Markdown README.md. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
39ab3ea599dc376f1375fdae1d0c5730 |
User & Date: | trnsz@pobox.com on 2021-03-02 16:31:37 |
Other Links: | manifest | tags |
Context
2021-03-02
| ||
16:34:01 | README.md: %s/Reduce/**REDUCE**/g: Capitalization. check-in: b63c4190d7 user: trnsz@pobox.com tags: master, trunk | |
16:31:37 | multi: Fixup SECURITY.md; add Markdown README.md. check-in: 39ab3ea599 user: trnsz@pobox.com tags: master, trunk | |
2021-03-01
| ||
04:37:40 | Update .gitattributes: Use explicit paths check-in: f16ac07139 user: jeff@gridfinity.com tags: master, trunk | |
Changes
Added README.md version [1c9685bd62].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | # REDUCE ## A portable general-purpose computer algebra system ### Historical Snapshot Archive ---- ## Introduction **REDUCE** is a freely available open-source interactive system for general algebraic computations, of interest to mathematicians, scientists, and engineers. It can be used interactively for simple calculations, but also provides a flexible and expressive user programming language. ---- ## Historical Snapshots This repository contains informal (and not-guaranteed-complete) historical snapshots of some previous releases of Reduce. ---- ## More Information *There should not be any binaries or serious build scripts here, and these are all to be viewed as* **OUT OF DATE** *and* **NOT SUPPORTED AT ALL.** However, some people may enjoy seeing how the code-base has grown, and getting a bit of insight into the world of the past. Developers tracking newly uncovered bugs may also find it useful to look back into these archives in case that provides insight. ---- ## Support Please do not ask the **REDUCE** developers about building or installing from these old files. All current support is focused only on the main version. ---- ## Licensing The files here typically have old restrictive copyright notices, and sometimes restrictive license terms. They are included here by virtue of the permission that their originators granted to Anthony C. Hearn and his distributors to use them. **You should not modify and redistribute** ***anything*** from this directory without _careful_ thought. ---- ## Availability - [**Sourceforge Project Page**](https://sourceforge.net/projects/reduce-algebra/) - [**Sourceforge SVN Repository**](https://svn.code.sf.net/p/reduce-algebra/code/historical/) - [GitHub Mirror](https://github.com/reduce-algebra/reduce-historical/) - [SourceHut Mirror](https://git.sr.ht/~trn/reduce-historical/) - [Chisel Mirror](https://chiselapp.com/user/reduce-algebra/repository/reduce-historical/) ---- |
Modified SECURITY.md from [c9e1ffddd5] to [d819f9791a].
1 2 3 4 | # Security Information ## Reporting a Vulnerability | | | | 1 2 3 4 5 6 7 8 | # Security Information ## Reporting a Vulnerability Use the [REDUCE Bug Reporting and Ticketing System](https://sourceforge.net/p/reduce-algebra/bugs/new/) at Sourceforge to report any security vulnerabilities. Please choose the "Mark as Private" when submitting your report. |