summaryrefslogtreecommitdiff
path: root/math/calc/files/patch-ab (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some bugs that I guess I helped in :)Brian Feldman2000-02-061-5/+22
| | | | | | | | | | | | | | | | o Make the Makefile respect CC, and respect CFLAGS when linking, too. o Make a comparison for fputs() success "retval >= 0". Our manual says fputs() returns 0 on success, but K&R says that it can return any non- negative int on success. I might as well support either! o Fix an improper bounds check. It was a simple case of a variable being mixed up, and this prevents "calc really long arg list (REALLY LONG)" from crashing calc. This is just cleaning up the changes I effected earlier with the maintainer's permission. Notes: svn path=/head/; revision=25509
* (1) Rearrange the MASTER_SITES, if the http service of a machine is downBill Fumerola1999-12-261-3/+3
| | | | | | | | | | | | it's a safe bet that the ftp service would be too. Re-order the MASTER_SITES to try and avoid trying the same broken site twice. (2) Follow the bouncing checksum. The old one might need to be re-added. (3) Respect CFLAGS properly. Notes: svn path=/head/; revision=24104
* Use -O.Brian Feldman1999-12-251-0/+11
Notes: svn path=/head/; revision=24093