| History log of /src/usr.bin/man/Makefile |
| Revision | | Date | Author | Comments |
| 1.17 |
| 03-Jun-2023 |
lukem | bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
| 1.16 |
| 13-Oct-2019 |
mrg | introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8) GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8) GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8) GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)
use these to turn off warnings for most GCC-8 complaints. many of these are false positives, most of the real bugs are already commited, or are yet to come.
we plan to introduce versions of (some?) of these that use the "-Wno-error=" form, which still displays the warnings but does not make it an error, and all of the above will be re-considered as either being "fix me" (warning still displayed) or "warning is wrong."
|
| 1.15 |
| 17-Feb-2014 |
uwe | branches: 1.15.26; config() in manconf.c now verifies _build (and _crunch) command templates with fmtcheck(3) so annotate the printf that uses these commands as safe with a __format_arg wrapper and drop -Wno-format-nonliteral.
XXX: Using local wrapper for now, solving this in general would be nice, but it raises namespace pollution issues.
XXX^2: catman(8) also uses manconf.c and uses _build and _crunch so it can also benefit from this (but see above).
|
| 1.14 |
| 19-Jul-2013 |
uwe | Use -Wno-format-nonliteral instead of blanket -Wno-format.
|
| 1.13 |
| 18-Jul-2013 |
christos | use -Wno-format and revert "fixstring"
|
| 1.12 |
| 18-Jul-2013 |
christos | WARNS=6 - fix cast qual issues - don't use snprintf on a user-provided buffer
|
| 1.11 |
| 14-Apr-2009 |
lukem | branches: 1.11.6; 1.11.12; 1.11.16; 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.10 |
| 05-Oct-2007 |
lukem | branches: 1.10.14; Convert to using raise_default_signal(3).
|
| 1.9 |
| 08-Oct-2006 |
peter | branches: 1.9.8; WFORMAT is no more...
|
| 1.8 |
| 13-Sep-2002 |
thorpej | Rename man/config.{c,h} to man/manconf.{c,h}, so we don't have to worry about problems including "config.h" when building as a host tool.
|
| 1.7 |
| 11-Oct-2000 |
is | branches: 1.7.2; More format string cleanup by sommerfeld.
|
| 1.6 |
| 28-Sep-1995 |
tls | branches: 1.6.8; 1.6.16; Sync with 4.4BSD-Lite2
|
| 1.5 |
| 22-Dec-1994 |
cgd | specify man pages the new way.
|
| 1.4 |
| 21-Dec-1993 |
cgd | add man(1) ; part of new man(1) package from Bostic
|
| 1.3 |
| 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
| 1.2 |
| 27-Jul-1993 |
jtc | Add makewhatis script
|
| 1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 |
| 16-Jan-1995 |
mycroft | Import original 4.4-Lite version.
|
| 1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.6.16.1 |
| 18-Oct-2000 |
tv | Pullup usr.bin string format fixes [is]. See "cvs log" for explicit revision numbers per file, from sommerfeld.
|
| 1.6.8.1 |
| 19-Oct-2000 |
he | Pull up revision 1.7 (requested by he): Format string cleanup.
|
| 1.7.2.1 |
| 03-Nov-2002 |
he | Pull up revision 1.8 (requested by thorpej in ticket #787): Rename man/config.{c,h} to man/manconf.{c,h}, so we do not have to worry about problems including "config.h" when building as a host tool.
|
| 1.9.8.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
| 1.10.14.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.11.16.1 |
| 23-Jul-2013 |
riastradh | sync with HEAD
|
| 1.11.12.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.11.6.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.15.26.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|