History log of /freebsd-10-stable/usr.bin/pr/egetopt.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 293290 06-Jan-2016 bdrewery

MFC r289677:

Fix a ton of speelling errors


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 204359 26-Feb-2010 ed

Make pr build with WARNS=6.


# 200469 13-Dec-2009 delphij

egetopt.c does not use any stdlib.h definations, nor it referenced any
symbol from other module, so remove reference of stdlib.h and extern.h.

Verified with: md5(1)


# 200462 13-Dec-2009 delphij

Revert most part of 200420 as requested, as more review and polish is
needed.


# 200420 11-Dec-2009 delphij

Remove unneeded header includes from usr.bin/ except contributed code.

Tested with: make universe


# 98698 23-Jun-2002 charnier

Make egetopt() return -1 not EOF, as getopt(3) do.

Reviewed by:markm


# 98552 21-Jun-2002 markm

Modernise this code by rounding up the usual suspects: register keyword,
consts, ANSIfication of functions, proper use of __FBSDID() and so on.
This commit is non-functional from a code-execution perspective, but
pr(1) now compiles WARNS=6 clean.


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources