summaryrefslogtreecommitdiff
path: root/usr.bin/xlint
AgeCommit message (Expand)Author
2006-08-25Add enough configury glue so that src/tools can build a N64 mips toolchain.matt
2006-07-13flex arrays are a c9x feature.christos
2006-07-12PR/33984: YAMAMOTO Takashi: lint complains about typedefchristos
2006-06-29allow powerpc64 lint to build (not really tested yet though.)mrg
2006-04-17Add RCSId.skrll
2006-04-01xlint for ia64cherry
2006-03-22gcc says case is missing, coverity says case not reached. Appease both.christos
2006-03-22Coverity CID 46: Remove dead code.christos
2006-03-22Coverity CID 198: Remove dead code if INT_MAX == LONG_MAXchristos
2006-03-22Coverity CID 199: make sure that rtp is not NULL before dereferencing.christos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-09-24in several comments:perry
2005-07-17Handle C99 array range initializers:christos
2005-07-16- make input errors print the lint source line number they are called from.christos
2005-06-14Deal with void * types. Approved by Christos.skd
2005-06-12Can't use _LP64 because xlint is a host tool. We need a new define formatt
2005-06-02appease gcc -Wuninitializedlukem
2005-04-07Factor out tyname() so that it can be used both by lint1 and lint2.christos
2005-02-19Don't include the powerpc64 definitions in here. Since lint is a hostmatt
2005-02-09Only pass -Wtraditional to cpp for lint -t ...dsl
2005-01-26sync with reality.christos
2005-01-02Shift assignment operators were handled incorrectly. On 64 bit machines,christos
2005-01-02say from what type to what time we are converting.christos
2004-09-12recognize _Bool.yamt
2004-08-03recognize C99 array initializer designators. PR/18896.yamt
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-01-26Bump date for previous.wiz
2004-01-26Pass -MD through to cpp so that it can generate a depend file.dsl
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