summaryrefslogtreecommitdiff
path: root/usr.bin/xlint
AgeCommit message (Collapse)Author
2002-03-23One more case of __mvme88k__ vs __m88k__Miod Vallat
With the recent varargs changs, xlint now compiles on mvme88k.
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-19more than typoTheo de Raadt
2001-11-18spellingTheo de Raadt
2001-11-05use _exit in signal handlerTheo de Raadt
2001-09-19occured->occurredMike Pechkin
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/
2001-09-11gcc on sparc64 needs -O0 or it barfsJason Wright
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-02-09Some mdoc fixes.Aaron Campbell
2001-02-09Fix some typos spotted by d@Aaron Campbell
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
spit out a warning.
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
1999-10-29writenTodd T. Fries
1999-05-26Slight tweaks to account for the new cpp driver.Marc Espie
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-07-29fix some initialization; ITOH Yasufumi <yasufu-i@is.aist-nara.ac.jp>Todd C. Miller
1998-07-27s/comparision/comparison/g; netbsdTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-08fix for sometimes/always ignored status; cato@ulysses.df.lth.seTheo de Raadt
1997-09-07fix some spelling errorsTheo de Raadt
1997-07-17fix XrTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt
1997-03-25Ok here is the mvme88k userland, minus a few important pieces.Dale S. Rahn
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over.
1997-02-17__OpenBSD__Theo de Raadt
1997-01-09port is powerpc not, ppc.Dale S. Rahn
Make the defines so.
1996-12-21Add powerpc support.Dale S. Rahn
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-11-13lint should pass on __OpenBSD__ rather than __NetBSD__.michaels
1996-10-08Attempt at cleanup.michaels
1996-06-26rcsidTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-05Work around a GCC code generation bug if XXX_BROKEN_GCC; fixed NetBSDThorsten Lockert
PR 2097
1995-12-18from netbsd:Theo de Raadt
Add PTRDIFF_IS_LONG and SIZEOF_IS_ULONG config entries for (32-bit) mips
1995-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt