aboutsummaryrefslogtreecommitdiffstats
path: root/testing/howard-bc
Commit message (Collapse)AuthorAgeFilesLines
* testing/howard-bc: update to 2.0.0Gavin Howard2019-05-261-2/+2
| | | | | | This version got some extreme performance improvements and fixed a few subtle bugs. Closes GH-8076
* testing/howard-bc: upgrade to 1.2.8Leo2019-05-071-8/+2
|
* testing/howard-bc: bump to 1.2.6Gavin Howard2019-04-181-15/+7
| | | | | | | | This version removes a few subtle, but rare bugs. It also makes all shell scripts completely POSIX-compatible by removing the use of `local`. It also adds locales, but since Alpine does not have a replacement for gencat, I can't enable that support. The `-N` option given to configure.sh turns off locale support.
* testing/howard-bc: upgrade to 1.1.4Gavin Howard2019-02-101-12/+25
|
* testing/howard-bc: fix sourceSören Tempel2018-10-121-2/+2
|
* testing/howard-bc: don't provide bcSören Tempel2018-10-121-2/+1
| | | | | | | | | | | The APKBUILD author probably intended to conflict with `main/bc` while providing a `bc` meta package at the same time. Unfortunately, doing so would require `main/bc` to be renamed. Otherwise this package is uninstallable since it conflicts with itself. This commit makes this package installable by not providing a `bc` meta package. The alternative solution, renaming `main/bc`, would have been too intrusive.
* testing/howard-bc: new aportGavin Howard2018-04-051-0/+30
https://github.com/gavinhoward/bc POSIX bc with GNU extensions