1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/math/calc/files
Brian Feldman fbaa8ebc9c Fix some bugs that I guess I helped in :)
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.
2000-02-06 06:32:33 +00:00
..
patch-aa Just to make the compile less verbose and make Satoshi happy. 1995-04-17 14:32:10 +00:00
patch-ab Fix some bugs that I guess I helped in :) 2000-02-06 06:32:33 +00:00
patch-ac Fix some bugs that I guess I helped in :) 2000-02-06 06:32:33 +00:00
patch-ad Fix some bugs that I guess I helped in :) 2000-02-06 06:32:33 +00:00