| History log of /src/usr.bin/deroff |
| Revision | Date | Author | Comments |
| 1.3 | 14-Apr-2009 |
lukem | Enable WARNS=4 by default for usr.bin, except for: awk bdes checknr compile_et error gss hxtool kgetcred kinit klist ldd less lex locale login m4 man menuc mk_cmds mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh string2key telnet tn3270 verify_krb5_conf xlint
|
| 1.2 | 30-Jun-2005 |
christos | branches: 1.2.30; WARNS=3
|
| 1.1 | 29-Jun-2005 |
perry | deroff, from OpenBSD. Needed for spell(1) which I'll be pulling in shortly.
The code came from 32v and then 4.4BSD. After the code was freed by Caldera, it was cleaned up and ANSIfied by Todd Miller for OpenBSD.
I've added a TODO with several items on it, basically code cleanup and adding support for mdoc. As it stands, this won't yet pass WARNS=1.
|
| 1.2.30.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.2 | 01-Sep-2005 |
rpaulo | We already pass WARNS=3.
|
| 1.1 | 29-Jun-2005 |
perry | deroff, from OpenBSD. Needed for spell(1) which I'll be pulling in shortly.
The code came from 32v and then 4.4BSD. After the code was freed by Caldera, it was cleaned up and ANSIfied by Todd Miller for OpenBSD.
I've added a TODO with several items on it, basically code cleanup and adding support for mdoc. As it stands, this won't yet pass WARNS=1.
|
| 1.3 | 05-Jul-2005 |
wiz | Improve -ml description, wording from jmc@openbsd.
|
| 1.2 | 02-Jul-2005 |
wiz | Use more macros. Sort -m arguments and fix their descriptions. Break some lines to fit 80 characters per line.
|
| 1.1 | 29-Jun-2005 |
perry | deroff, from OpenBSD. Needed for spell(1) which I'll be pulling in shortly.
The code came from 32v and then 4.4BSD. After the code was freed by Caldera, it was cleaned up and ANSIfied by Todd Miller for OpenBSD.
I've added a TODO with several items on it, basically code cleanup and adding support for mdoc. As it stands, this won't yet pass WARNS=1.
|
| 1.14 | 20-Feb-2025 |
rillig | deroff: fix lint warnings
|
| 1.13 | 20-Feb-2025 |
rillig | deroff: remove unused macro
The '\cp' in the macro's expansion triggered a lint warning about the dubious character escape '\c'.
|
| 1.12 | 03-Feb-2019 |
mrg | branches: 1.12.12; - add or adjust /* FALLTHROUGH */ where appropriate - add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily
|
| 1.11 | 18-Oct-2013 |
christos | branches: 1.11.26; fix unused variable warnings
|
| 1.10 | 13-Sep-2013 |
joerg | Remove copyright, use __RCSID.
|
| 1.9 | 31-Aug-2011 |
joerg | branches: 1.9.2; 1.9.8; Use __dead. Be a bit more consistent about static.__dead. Be a bit more consistent about static.
|
| 1.8 | 24-May-2011 |
joerg | Kill self assignment
|
| 1.7 | 07-Aug-2009 |
wiz | Remove superfluous parenthesis in #ifdef DEBUG. From Henning Petersen in PR 41844.
|
| 1.6 | 11-Apr-2009 |
lukem | fix -Wsign-compare issues
|
| 1.5 | 15-Dec-2007 |
perry | branches: 1.5.12; convert __attribute__s to applicable cdefs.h macros
|
| 1.4 | 15-Dec-2007 |
perry | include sys/cdefs.h so that __attribute__ can be fixed later
|
| 1.3 | 06-Jul-2005 |
wiz | branches: 1.3.12; Sync usage with man page (from jmc@openbsd).
|
| 1.2 | 30-Jun-2005 |
christos | WARNS=3
|
| 1.1 | 29-Jun-2005 |
perry | deroff, from OpenBSD. Needed for spell(1) which I'll be pulling in shortly.
The code came from 32v and then 4.4BSD. After the code was freed by Caldera, it was cleaned up and ANSIfied by Todd Miller for OpenBSD.
I've added a TODO with several items on it, basically code cleanup and adding support for mdoc. As it stands, this won't yet pass WARNS=1.
|
| 1.3.12.1 | 09-Jan-2008 |
matt | sync with HEAD
|
| 1.5.12.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.9.8.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.9.2.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.11.26.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.12.12.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|