summaryrefslogtreecommitdiff
path: root/math/physcalc/files/patch-physconv.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-13Prevent collision on getline(3)Baptiste Daroussin1-4/+31
While here regen patches
2014-07-28Rename math/ patch-xy patches to reflect the files they modify.Adam Weinberger1-0/+0
2009-06-26- The path to the .phy files was built up using un-zero'd memory, so it couldPav Lucistnik1-3/+3
(and did, for me) break in strange and unexpected ways. - EOF on input (e.g., ^D) would cause it to loop forever. PR: ports/136060 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
2000-08-27Add physcalc (unversioned), an extremely old (apparently first writtenWill Andrews1-0/+29
in 1990), but still quite useful and flexible calculator. Basically it's units(1) on steroids. Also added patches to make physcalc secure (who knows, someone might make a cgi interface to it); also allowed it to actually read its *.phy files in another directory. Submitted/Requested by: gsutter gets() -> fgets() code: eivind SHAREDIR code: Marius Bendiksen <mbendiks@eunet.no>