summaryrefslogtreecommitdiff
path: root/usr.bin/xlint
AgeCommit message (Expand)Author
2001-12-24Fix typo.wiz
2001-12-19If USETOOLS=yes, as in a cross build or standard tool-based build, createtv
2001-12-13Don't use fd_set to keep track of errors to ignore. Doing so relies onaugustss
2001-12-12MKfoo=no -> NOfootv
2001-12-08Punctuation nits.wiz
2001-12-04Replace some misuses of "then" with "than".wiz
2001-11-21"than" instead of "then".wiz
2001-11-21Explicitly write explicitly without a second e.wiz
2001-11-17Fix a bug in detecting overflow in unsigned multiplication.perry
2001-11-12Major overhaul of src/tools and host toolchain. Summary of changes:tv
2001-10-28our wchar_t is int, not short.yamt
2001-10-25Give host tool builds better control over the HOST_CPPFLAGS.thorpej
2001-10-24Add support for putting prefixes on the name of lint(1)'s frontthorpej
2001-10-24Back out part of rev. 1.16 (my build didn't pick up the -I fromtv
2001-10-24Set a CPP define on the command line to indicate which objectthorpej
2001-10-24Let lint.7 get auto-built by the bsd.man.mk logic (don't explicitly dependtv
2001-10-22Move CPPFLAGS addition for lint1/arch to Makefile.inc so each subdir willjmc
2001-10-21Split out target parameters into separate header files, andthorpej
2001-10-06On ARM ELF platforms, size_t and ptrdiff_t are u_long and long respectively.bjh21
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-08-20precede, not preceed.wiz
2001-08-17Don't use long double on sparc64 since the compiler is borked.eeh
2001-08-14Add hooks to allow toolchain bits to be reachover-built at the top level.tv
2001-07-26Various typos in comments (neccessary, sceme, choise, ...).wiz
2001-06-05Nits.wiz
2001-05-28cleanup (prior to more adding more features):lukem
2001-05-24support // comments if -g is givenlukem
2001-05-24oops! delint previouslukem
2001-05-24allow trailing , in enum if -glukem
2001-05-24minor whitespace/knflukem
2001-05-24allow trailing , in enum if -glukem
2001-05-19Change type of anonymous bitfield pads so that lint -p no longer generates asommerfeld
2001-05-07only error on a newline in a string if -t (traditional) mode is enabled, sincelukem
2001-04-29s/refferd/referred/lukem
2001-04-25Spell occurred correctly.simonb
2001-02-24fix broken NetBSD RCS id tagscgd
2001-02-20use getprogname()cgd
2001-02-19convert to use getprogname()cgd
2001-02-10__arm26__ || __arm32__ -> __arm__bjh21
2001-01-23No space is allowed before comma in optarg for -X option.enami
2000-11-27Handle arguments in a slightly more standard way (avoid resetting optind).wiz
2000-11-08sparc & sparc64 use `long' for ptrdiff_t.mrg
2000-10-11More format string cleanup by sommerfeld.is
2000-07-27don't build lint libs if MKLINT == nocgd
2000-07-23Fix problem building lint.7.mycroft
2000-07-06better way to handle lint.7christos
2000-07-06document new flags.christos
2000-07-06pass -X <id>[,<id>]... and -w to lint1christos
2000-07-06build lint.7 man pagechristos