summaryrefslogtreecommitdiff
path: root/usr.bin/xlint
AgeCommit message (Expand)Author
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-22- keep the fd to /dev/zero openchristos
2003-10-21PR/23219: Dan McMahill: Make this compile on system that don't have MAP_ANON.christos
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-19support MAKEVERBOSElukem
2003-10-19support MAKEVERBOSE and use ${HOST_SH}lukem
2003-10-16safer use of reallocitojun
2003-09-21Lint is a host tool - leave the sparc64 hack in place if compiling withmartin
2003-09-19No need to avoid long double on sparc64 any more.martin
2003-08-01Rework how dependency generation is performed:lukem
2003-05-30Back out debugging Makefile.christos
2003-05-30PR/21706: Krister Walfridsson: CVT nodes not handled in ?: expressions.christos
2003-05-29- make all targparam.h files consistent with the arch includeschristos
2003-05-24handle void ({ })christos
2003-05-21Move one group of #define's so this looks more like ilp32.h.simonb
2003-05-20Better implementation of ({}) gcc extension.christos
2003-05-18Prevent use of stale pointer for determining return type of ({ })kristerw
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2003-05-14constant usually has two n.wiz
2003-05-14remove dependencies on ${LIBC} ${LIBM} and ${LIBTERMCAP} static librariesdbj
2003-04-18clear errno before strto(u)l() if we're going to test it for ERANGE afterwardslukem
2003-04-08Fix part of last.wiz
2003-04-08Homogenize paragraphs to begin with capital letter. Fixes my own PR misc/18773.jmmv
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-06synchronous, not syncronous.wiz
2002-12-06Include <string.h> for prototypes.thorpej
2002-11-24Skip passing -$ to the preprocessor, for now.thorpej
2002-11-13PR/18896: Jason Thorpe: C99 structure member initializers broken for arrays.christos
2002-11-02add a comment on c99ism noting that the logic might be wrong but weperry
2002-11-02Make long long a c99ism, not a gnuism.perry
2002-11-02add c99ism(), by analogy to gnuism(), for c99 construct (un)warningsperry
2002-11-021) // is only for c99 or gccperry
2002-10-23mention what is wrong with the ({}) productions.christos
2002-10-23forgot to commit those.christos
2002-10-22add support for ({}) gcc shit.christos
2002-10-22handle free-ing of temp symbols properly. Don't segv on bad node types.christos
2002-10-22add C9X/GCC compound literal expressions.christos
2002-10-22add variable array dimension.christos
2002-10-22handle gcc __FUNCTION__ and C9X __func__christos
2002-10-22fix spelling in comment.christos
2002-10-22a cast to a pointer is an l-value.christos
2002-10-22handle cast in the rhs of a - op.christos
2002-10-21Ignore cast size test in initializers; look at example in the comment.christos
2002-10-21fix typochristos
2002-10-21add -S flag for c99 support.christos
2002-10-21support for c99 style and gnu style structure and union named initializers.christos
2002-09-26Ispell. Begin new sentences on a new line.wiz
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-09-13Minimize diffs with my C99 capable version [this commit does not includechristos