freebsd-dev/usr.bin/find
David E. O'Brien 6f98638581 Clean up the 1/2 a** committing from Thu, 3 May 2001 11:05:39 -0700 (PDT).
Since then we have living with a GPL'ed find(1) due to grabbing getdate.y
from src/contrib/cvs and its user of the GPL'ed xtime.h.  I don't even want
to think about how this could have affected people using our source base.

Would it have been too much trouble to do then what I did now?
Copied getdate.y (public domain) to usr.bin/find and change to use
standard system headers.  find(1) now compiles simply with out having
to go to extra effort to do so.

Pointed hat to:	phk
Build fixed on:	gcc 3.1 using platforms
2002-04-14 01:30:20 +00:00
..
extern.h There is breakage in parsedate, so revert to get_date until this can be 2002-04-02 10:45:34 +00:00
find.1 find.1 does not encourage users to DTRT when piping to xargs(1) 2002-04-10 16:39:22 +00:00
find.c Fix SCM IDs. 2002-04-01 22:56:56 +00:00
find.h Remove __P(). 2002-03-20 10:32:05 +00:00
function.c There is breakage in parsedate, so revert to get_date until this can be 2002-04-02 10:45:34 +00:00
getdate.y Clean up the 1/2 a** committing from Thu, 3 May 2001 11:05:39 -0700 (PDT). 2002-04-14 01:30:20 +00:00
ls.c Fix SCM IDs. 2002-04-01 22:56:56 +00:00
main.c Fix SCM IDs. 2002-04-01 22:56:56 +00:00
Makefile Clean up the 1/2 a** committing from Thu, 3 May 2001 11:05:39 -0700 (PDT). 2002-04-14 01:30:20 +00:00
misc.c Fix SCM IDs. 2002-04-01 22:56:56 +00:00
operator.c Replace err() with errx(), errno is garbage in this context. 2002-04-12 21:25:16 +00:00
option.c Fix SCM IDs. 2002-04-01 22:56:56 +00:00
parsedate.y Change a "/*" within a comment to a "**". 2002-03-30 13:54:53 +00:00