summaryrefslogtreecommitdiff
path: root/usr.bin/xlint
AgeCommit message (Collapse)Author
2004-05-11Just because we get an error running a command doesn't mean thatTodd C. Miller
lint should exit -- it may have other files to process. Currently, the exit code is not propagated up to lint's final call to terminate(). Requested by and OK deraadt@
2004-05-10using a horrid hack: permit long long. millert okTheo de Raadt
2004-02-19don't use -$ flag for cpp with gcc 3 and upBrad Smith
ok espie@
2004-02-07Use __LP64__ to determine whether a platform is 32bit or 64bitTodd C. Miller
instead of using a hard-coded list. OK deraadt@, miod@
2004-01-29s/arm32/arm/ ok deraadt@Dale Rahn
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
discussed with todd@
2004-01-05include path fixes for gcc3.Marc Espie
tests otto@, okay millert@
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-09-22remove my (incorrect) BUGS addition;Jason McIntyre
from tholo@
2003-09-19Replace an oops by myself - standard C library will be llib-lc.ln, notJason McIntyre
llib-lstdc.ln. Also document that we do not have this library, and add the lint libraries we have to FILES. Thanks to Thorsten Locker for his help. ok deraadt@
2003-09-18standard C lint library lives in llib-lstdc.ln, not llib-lc.ln;Jason McIntyre
from Andreas Kahari on misc@
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
I've skipped the GNU stuff for now. From Patrick Latifi.
2003-06-264.4 lint w/ caldera license nowMichael Shalayeff
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-04-26string cleaning; ok tdevalTheo de Raadt
2003-04-25sprintf bye byeTheo de Raadt
2003-04-14string cleaning; my bugs found by millert and krwTheo de Raadt
2003-01-06syncronous -> synchronousMiod Vallat
2002-12-11Convert ctype.h macros into inline functions. This fixes the issues weTodd C. Miller
currently have with the macro versions and makes the ctype.h versions 100% identical to what is in libc. Discussed with pjanzen@ and OK'd by deraadt@.
2002-12-08Avoid using "optind = 0" since its meaning to getopt() is implementationTodd C. Miller
dependent (and there is no good reason to use it in this case anyway).
2002-10-04make the snakes fart throughMichael Shalayeff
2002-06-12a real pid_t cleanup.Mike Pechkin
espie@ ok for make/, deraadt@ one extra eye, millert@ ok
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.