Home | History | Annotate | only in /src/usr.bin/xlint/llib
History log of /src/usr.bin/xlint/llib
RevisionDateAuthorComments
 1.10 21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
 1.9 19-Oct-2003  lukem support MAKEVERBOSE
 1.8 27-Jul-2000  cgd don't build lint libs if MKLINT == no
 1.7 14-Jun-2000  matt branches: 1.7.2;
change lint to ${LINT} ${LINTFLAGS} so that includes in ${DESTDIR} are used.
 1.6 23-Jan-2000  mycroft branches: 1.6.2;
More .mk file fallout. *sigh*
 1.5 15-May-1997  veego Replace the clean target with a CLEANFILES+= line
 1.4 24-Mar-1997  christos - Makefile cleanups
 1.3 18-Oct-1996  thorpej Use ${INSTALL}.
 1.2 03-Jul-1995  cgd RCS id cleanup
 1.1 03-Jul-1995  cgd branches: 1.1.1;
Initial revision
 1.1.1.1 03-Jul-1995  cgd lint(1) implementation, by Jochen Pohl. named 'xlint' for a similar
reason to why 'install' is named 'xinstall'.
 1.6.2.1 23-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.7.2.1 02-Aug-2000  mrg pull up 1.8 (approved by thorpej):
>don't build lint libs if MKLINT == no
 1.3 14-Mar-2025  rillig lint: fix definition of errno in lint standard libraries

In llib-lstdc, when errno is a macro expanding to a function, that
function was declared twice: once with prototype, once without; the
latter is redundant.

In llib-lposix, <errno.h> was not included, so errno was not defined as
a macro. Realign lposix with lstdc by adding <errno.h> and sorting the
included headers.
 1.2 03-Jul-1995  cgd branches: 1.2.128;
RCS id cleanup
 1.1 03-Jul-1995  cgd branches: 1.1.1;
Initial revision
 1.1.1.1 03-Jul-1995  cgd lint(1) implementation, by Jochen Pohl. named 'xlint' for a similar
reason to why 'install' is named 'xinstall'.
 1.2.128.1 02-Aug-2025  perseant Sync with HEAD
 1.4 14-Mar-2025  rillig lint: fix definition of errno in lint standard libraries

In llib-lstdc, when errno is a macro expanding to a function, that
function was declared twice: once with prototype, once without; the
latter is redundant.

In llib-lposix, <errno.h> was not included, so errno was not defined as
a macro. Realign lposix with lstdc by adding <errno.h> and sorting the
included headers.
 1.3 03-Jul-1995  cgd branches: 1.3.128;
kill two of the three __NetBSD__-specific definitions
 1.2 03-Jul-1995  cgd RCS id cleanup
 1.1 03-Jul-1995  cgd branches: 1.1.1;
Initial revision
 1.1.1.1 03-Jul-1995  cgd lint(1) implementation, by Jochen Pohl. named 'xlint' for a similar
reason to why 'install' is named 'xinstall'.
 1.3.128.1 02-Aug-2025  perseant Sync with HEAD

RSS XML Feed