summaryrefslogtreecommitdiff
path: root/usr.bin/xlint
AgeCommit message (Expand)Author
2014-02-18add __extension__ and typeofchristos
2014-02-18__real__ and __imag__ produce lvalueschristos
2014-02-04Handle another declaration after statement case for lint in c99 mode.njoly
2014-01-24Checking _LP64 to determine the size of the built binary is just wrong. Wechristos
2014-01-16empty init_decl {} is validchristos
2013-12-15downgrade illegal bitfield from error to warning so we can ignore it.christos
2013-10-18fix sequence point violationschristos
2013-07-18Add stub port for evbcf which has enough to do a distribution build.matt
2013-05-10commit testchristos
2013-05-10cvs testchristos
2013-05-10sortchristos
2013-04-19make NOSTRICT behave the same a LINTED; use the new format.christos
2013-04-19document LINTEDnchristos
2013-04-19Allow linted comments to take an argument that defines which error to suppress.christos
2013-03-02obey constcond to !constcondchristos
2013-02-17rename enum_t to avoid rpc/types.h lossage.christos
2013-01-28Make mips64e[bl] check more generic.matt
2012-06-20better to print (null) than core-dumpchristos
2012-04-20add __PRETTY_FUNCTION__christos
2012-03-29XXXmacallan
2012-03-27more cross lint friendlynesschristos
2012-03-21-0 is not unary overflow.christos
2012-02-16Correct LDOUBLE_SIZEskrll
2011-12-25fix the grammar conflict differently.christos
2011-12-25correct debugging flags.christos
2011-12-25PR/45666: Nicolas Joly: lint(1) wrong 'syntax error' messagechristos
2011-12-19c99: do not warn about trailing comma in enum declaration.njoly
2011-10-17Fix typo in comment.mbalmer
2011-10-04Handle c99 declarations in the middle of blocks.christos
2011-10-02eat the last d in double constants.christos
2011-09-18Fix lseek(2) swapped arguments.njoly
2011-06-24Always use our own align macro and explain a bit more why this is bogus.christos
2011-05-24Fix format string usagejoerg
2011-04-29Sort options and option descriptions. Use more markup.wiz
2011-02-07weprovidedarracount()sothatwedon'tneedtosqueezethespacesout.christos
2011-02-07provide __arraycount() if not there.christos
2011-02-06don't use __arraycount in toolspooka
2011-02-06use unsigned char instead of uint8_t, easier for portabilitychristos
2011-02-05better dependency handlingchristos
2011-02-05fix missing comparisonchristos
2011-02-05copyright datechristos
2011-02-05as promised make the last ops table auto-generated.christos
2011-02-05oops forgot to commit the script.christos
2011-02-05fix tools build. Why doesn't .PARSEDIR work?christos
2011-02-04generate ops table dynamically. Will move the other table from tree.c therechristos
2011-02-04fix typochristos
2011-01-18Change mips64 to use a 16 byte long double.matt
2011-01-17PR/44235: Valeriy E. Ushakov: Don't pick up a block from the free list ifchristos
2010-12-18PR/44235: Martin Husemann: Fix core dump due to memory corruption.christos
2010-12-16Observe the following spelling:wiz