#
3a0e83fa |
| 13-Jul-2023 |
rillig <rillig@NetBSD.org> |
lint: indent copyright lines consistently
|
#
83424954 |
| 10-Jul-2023 |
rillig <rillig@NetBSD.org> |
lint: push memory management one layer down
Just as with type_name in lint1, it is more convenient if the application code does not have to deal with memory management.
|
#
48bbec4a |
| 10-Jul-2023 |
rillig <rillig@NetBSD.org> |
lint: clean up lint2
|
#
52834b01 |
| 03-Jul-2023 |
rillig <rillig@NetBSD.org> |
lint: invert the -u, -v and -z flags
Now they behave the same as in the manual page.
No functional change.
|
#
acd7fa76 |
| 03-Jul-2023 |
rillig <rillig@NetBSD.org> |
lint: rename uppercase QUAD to LLONG
No binary change.
|
#
189c426f |
| 09-Jun-2023 |
rillig <rillig@NetBSD.org> |
lint: indent local variables consistently
No binary change.
|
#
7e4b1727 |
| 22-May-2023 |
rillig <rillig@NetBSD.org> |
lint: rename constant NOTSPEC to NO_TSPEC
It was too easy to misread the old name as NOT_SPEC instead of the intended NO_TSPEC.
|
#
d7336c1e |
| 14-Jan-2023 |
rillig <rillig@NetBSD.org> |
lint: rename lint2 functions to be more expressive
|
#
da884751 |
| 01-Oct-2022 |
rillig <rillig@NetBSD.org> |
lint: add hyphen to adjective 'old-style'
|
#
10fb7372 |
| 28-Aug-2022 |
rillig <rillig@NetBSD.org> |
lint: clean up visual clutter
No functional change.
|
#
ff6d005c |
| 28-Aug-2022 |
rillig <rillig@NetBSD.org> |
lint: rename functions to be clearer
No need anymore to keep external identifiers at the "6 significant initial characters" mandated by C90.
|
#
b43db7e7 |
| 30-May-2022 |
rillig <rillig@NetBSD.org> |
lint: clean up comments
No binary change.
|
#
1b06d087 |
| 20-May-2022 |
rillig <rillig@NetBSD.org> |
lint: use __RCSID in lint mode as well
Since 1995-10-02, lint supports __asm statements and __asm modifiers.
No binary change.
|
#
7970d601 |
| 21-Apr-2022 |
rillig <rillig@NetBSD.org> |
lint: expand the last remaining __arraycount
For consistency with the other expressions for an array length, which already use the expanded form.
No functional change.
|
#
2e09ec20 |
| 16-Nov-2021 |
rillig <rillig@NetBSD.org> |
lint: clean up lint2
No functional change.
|
#
3de18572 |
| 29-Aug-2021 |
rillig <rillig@NetBSD.org> |
lint: un-abbreviate members of sym_t
No functional change.
|
#
e28a4584 |
| 22-Aug-2021 |
rillig <rillig@NetBSD.org> |
lint: constify lint2 checking functions
No functional change.
|
#
8cf6ae04 |
| 08-Aug-2021 |
rillig <rillig@NetBSD.org> |
lint: force strict bool mode
No functional change.
|
#
1c75f3b1 |
| 02-Apr-2021 |
rillig <rillig@NetBSD.org> |
lint: add parentheses after sizeof, as required by share/misc/style
No functional change.
|
#
8c579317 |
| 26-Mar-2021 |
rillig <rillig@NetBSD.org> |
lint: in malloc calls, use 'sizeof *ptr' instead of 'sizeof(type)'
No functional change.
|
#
55ab2c33 |
| 28-Feb-2021 |
rillig <rillig@NetBSD.org> |
lint2: align comments in the code with actual messages
|
#
71d17584 |
| 22-Feb-2021 |
rillig <rillig@NetBSD.org> |
lint: change spelling of initialisation to initialization
That's the wording from the ISO C99 standard.
|
#
e822f2f2 |
| 19-Feb-2021 |
rillig <rillig@NetBSD.org> |
lint: rename t_isenum and t_aincompl to be more expressive
No functional change.
|
#
944a4812 |
| 24-Jan-2021 |
rillig <rillig@NetBSD.org> |
lint: update data types in comments from int to bool
|
#
dda679fd |
| 18-Jan-2021 |
rillig <rillig@NetBSD.org> |
lint: clean up code (mostly comments)
|