Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-28 | change the text following the preprocessor directives '#else' and | Dan Harnett | |
'#endif' into comments. ok millert@ | |||
2002-02-28 | All the -m options were not being displayed, use .Oo and .Oc to | Todd C. Miller | |
avoid number of arguments limit. Also, file is optional; Brian Poole | |||
2002-02-28 | another bug | Todd C. Miller | |
2002-02-28 | Fix size parameter to memmove() (off by one) introduced in last commit. | Todd C. Miller | |
Now I can sleep. | |||
2002-02-28 | strcpy() does not guarantee to handle overlapping copies, use memmove() instead. | Todd C. Miller | |
2002-02-28 | This is the 4.4BSD deroff, now freed by Caldera. | Todd C. Miller | |
I have ANSIfied, stylized, and Wallified it and converted it use "modern" things such as getopt(). I also fixed some obvious buffer overflows and updated the man page. |