summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-07-22A set of regressions for patch(1). Currently it consists of twootto7-0/+1032
cases dealing with invalid line numbers in the patch files. ok millert@
2003-07-22syncjason2-2/+14
2003-07-22vendor safenet and produc safenet safexceljason1-1/+5
2003-07-22openbsd64 is a 64 BIT (not but) v9 processor; pointed out by millert.jason1-1/+1
2003-07-22now that gcc generates "correct" calls to the quad emulation library andjason1-2/+1
the libc functions are in place, remove HARD_QUAD from sparc64. (If you actually want it, for some demented reason, look at -mhard-quad-float, void where prohibited).
2003-07-22the version of gcc in the tree doesn't generate the correct callingjason1-20/+20
convention for the _Qp_* functions. Rather than fix it, rely on the fact that it does produce correct calls to the _Q_* functions and provide a shim in libc (already committed) to deal with it.