History log of /netbsd-src/usr.bin/xlint/common/param.h (Results 1 – 13 of 13)
Revision Date Author Comments
# f755d033 13-Jul-2023 rillig <rillig@NetBSD.org>

lint: indent copyright lines consistently


# b90d1619 10-Jul-2023 rillig <rillig@NetBSD.org>

lint: clean up wchar_t and hash tables


# c29f3de3 09-Jun-2023 rillig <rillig@NetBSD.org>

lint: miscellaneous clean-ups

No binary change, except for line numbers in assertions.


# 0244a122 14-Jan-2023 rillig <rillig@NetBSD.org>

lint: remove unnecessary MBLKSIZ, use stack buffer in xlint

No functional change.


# 68912c0f 03-Aug-2021 rillig <rillig@NetBSD.org>

lint: reduce number of negations in preprocessor condition

No functional change.


# 9ec3ffac 30-Dec-2020 rillig <rillig@NetBSD.org>

lint: remove unused macro STRBLEN


# ea78491f 30-Dec-2020 rillig <rillig@NetBSD.org>

lint: inline STRUCT_ASSIGN

This had only been necessary for some pre-C90 compilers.


# 0ab178ad 28-Dec-2020 rillig <rillig@NetBSD.org>

lint: spell check


# c88a5e7b 21-Sep-2003 martin <martin@NetBSD.org>

Lint is a host tool - leave the sparc64 hack in place if compiling with
an old compiler.


# cee04f31 19-Sep-2003 martin <martin@NetBSD.org>

No need to avoid long double on sparc64 any more.


# 8a965ad2 13-Jun-2002 wiz <wiz@NetBSD.org>

Remove some __STDC__ tests.


# b02b24b1 05-Feb-2002 thorpej <thorpej@NetBSD.org>

Replace u_quad_t with uint64_t and quad_t with int64_t, and use
<inttypes.h> to get those type definitions. These types are more
portable, and a little more sane to do autoconf tests for.


# 41d48940 18-Jan-2002 thorpej <thorpej@NetBSD.org>

* Move stuff shared between lint1 and lint2 to the new common/ directory.
* Move the arch/ directory out of lint1/ into the top-level.