summaryrefslogtreecommitdiff
path: root/math/calc/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 2.11.5t4.5Jean-Marc Zucconi2002-11-043-12/+12
| | | | | | | | PR: ports/44132 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=69467
* Upgrade to version 2.11.5.Jean-Marc Zucconi2001-07-081-27/+59
| | | | | | | Install associated files in ${PREFIX}/share instead of ${PREFIX}/lib Notes: svn path=/head/; revision=44899
* Upgrade to version 2.11.2Jean-Marc Zucconi2001-02-072-22/+0
| | | | | | | Update MASTER_SITES Notes: svn path=/head/; revision=38089
* #include <sys/types.h> before <machine/endian.h>Jean-Marc Zucconi2000-11-091-2/+10
| | | | Notes: svn path=/head/; revision=34935
* Fix a bug that caused a NULL pointer dereference when $HOME is unsetBrian Feldman2000-02-081-0/+18
| | | | | | | and getpwuid() fails. Notes: svn path=/head/; revision=25580
* Fix some bugs that I guess I helped in :)Brian Feldman2000-02-063-6/+34
| | | | | | | | | | | | | | | | 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
* Bugfix for something noticed by jmz: $PAGER usage was broken due toBrian Feldman1999-12-251-0/+11
| | | | | | | incorrect usage of fputs(). Notes: svn path=/head/; revision=24092
* Just to make the compile less verbose and make Satoshi happy.Jean-Marc Zucconi1995-04-171-0/+19
Notes: svn path=/head/; revision=1437