summaryrefslogtreecommitdiff
path: root/math/rexx-regmath/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/rexx-regmath: fix LLD_UNSAFESteve Wills2019-04-081-3/+5
| | | | | | | | PR: 237082 Submitted by: bob@eager.cx (maintainer) Notes: svn path=/head/; revision=498398
* Base GCC doesn't support -Wno-incompatible-pointer-types, which breaksMark Linimon2019-02-061-3/+2
| | | | | | | | | | | | building on GCC-based architectures. Add -Wno-incompatible-pointer-types only when using Clang. PR: 235512 Submitted by: Piotr Kubaj Approved by: maintainer Notes: svn path=/head/; revision=492278
* New port: math/rexx-regmathLarry Rosenman2017-10-137-0/+345
regmath contains two different implementations of math libraries for the REXX language. PR: 221573 Submitted by: bob@eager.cx Notes: svn path=/head/; revision=451939