summaryrefslogtreecommitdiff
path: root/usr.bin/deroff
AgeCommit message (Expand)Author
2023-09-27Use a dynamically-allocated line buffer and resize as needed.Todd C. Miller
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-02-17Remove redundant assignment; ok millert@Miod Vallat
2022-12-28the S in CSRC is Science not SciencesJonathan Gray
2022-08-03deroff(1) first appeared outside of Bell Labs in PWB/UNIX 1.0Jonathan Gray
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2016-09-04remove two blanks that shouldn't be thereTheo Buehler
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-05tame "stdio rpath" works here. It may look like the stdin case can avoidTheo de Raadt
2015-02-09don't cast mallocTed Unangst
2015-02-09errflg only needs to go to 1Ted Unangst
2014-12-03Fix buffer overflow in .PS parsing. Found by afl and based on aTodd C. Miller
2010-10-28adjust text to avoid referencing non-existent pages;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2005-07-05sync usage() w/ man page synopsis;Jason McIntyre
2005-07-05little bit better description of -ml;Jason McIntyre
2005-07-05- sort description of -mJason McIntyre
2004-06-02Don't want text in err() call following malloc failures.Tom Cosgrove
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-28change the text following the preprocessor directives '#else' andDan Harnett
2002-02-28All the -m options were not being displayed, use .Oo and .Oc toTodd C. Miller
2002-02-28another bugTodd C. Miller
2002-02-28Fix size parameter to memmove() (off by one) introduced in last commit.Todd C. Miller
2002-02-28strcpy() does not guarantee to handle overlapping copies, use memmove() instead.Todd C. Miller
2002-02-28This is the 4.4BSD deroff, now freed by Caldera.Todd C. Miller