CVS commit: src/usr.bin/xlint/common

2024-01-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 20 10:25:57 UTC 2024 Modified Files: src/usr.bin/xlint/common: externs.h inittyp.c lint.h mem.c tyname.c Log Message: lint: unclutter conditional compilation To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/usr.bin/xlint/common

2024-01-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 20 10:25:57 UTC 2024 Modified Files: src/usr.bin/xlint/common: externs.h inittyp.c lint.h mem.c tyname.c Log Message: lint: unclutter conditional compilation To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/usr.bin/xlint/common

2024-01-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 20 10:21:35 UTC 2024 Modified Files: src/usr.bin/xlint/common: externs.h mem.c Log Message: lint: only define xcalloc if actually used To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/xlint/commo

CVS commit: src/usr.bin/xlint/common

2024-01-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 20 10:21:35 UTC 2024 Modified Files: src/usr.bin/xlint/common: externs.h mem.c Log Message: lint: only define xcalloc if actually used To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/xlint/commo

CVS commit: src/usr.bin/xlint/common

2023-08-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 12 17:13:28 UTC 2023 Modified Files: src/usr.bin/xlint/common: emit.c Log Message: lint: remove unnecessary double-buffering for output files To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/xlin

CVS commit: src/usr.bin/xlint/common

2023-08-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 12 17:13:28 UTC 2023 Modified Files: src/usr.bin/xlint/common: emit.c Log Message: lint: remove unnecessary double-buffering for output files To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/xlin

CVS commit: src/usr.bin/xlint/common

2023-07-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 6 07:59:00 UTC 2023 Modified Files: src/usr.bin/xlint/common: externs.h lint.h Log Message: lint: add type safety for accessing properties of basic types No functional change. To generate a diff of this commit: cvs rdi

CVS commit: src/usr.bin/xlint/common

2023-07-06 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jul 6 07:59:00 UTC 2023 Modified Files: src/usr.bin/xlint/common: externs.h lint.h Log Message: lint: add type safety for accessing properties of basic types No functional change. To generate a diff of this commit: cvs rdi

CVS commit: src/usr.bin/xlint/common

2022-11-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Nov 30 20:50:22 UTC 2022 Modified Files: src/usr.bin/xlint/common: inittyp.c Log Message: lint: make definitions of basic types simpler No binary change. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr

CVS commit: src/usr.bin/xlint/common

2022-11-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Nov 30 20:50:22 UTC 2022 Modified Files: src/usr.bin/xlint/common: inittyp.c Log Message: lint: make definitions of basic types simpler No binary change. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr

CVS commit: src/usr.bin/xlint/common

2021-09-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 4 15:39:41 UTC 2021 Modified Files: src/usr.bin/xlint/common: inittyp.c Log Message: lint: make initialization of the basic types table simpler No functional change. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/usr.bin/xlint/common

2021-09-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 4 15:39:41 UTC 2021 Modified Files: src/usr.bin/xlint/common: inittyp.c Log Message: lint: make initialization of the basic types table simpler No functional change. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/usr.bin/xlint/common

2021-09-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 4 14:42:30 UTC 2021 Modified Files: src/usr.bin/xlint/common: emit.c externs.h Log Message: lint: trim down the code for writing the output files The output buffer is only needed in a single file, so unexport it. When c

CVS commit: src/usr.bin/xlint/common

2021-09-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 4 14:42:30 UTC 2021 Modified Files: src/usr.bin/xlint/common: emit.c externs.h Log Message: lint: trim down the code for writing the output files The output buffer is only needed in a single file, so unexport it. When c

CVS commit: src/usr.bin/xlint/common

2021-09-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 4 14:07:51 UTC 2021 Modified Files: src/usr.bin/xlint/common: inittyp.c tyname.c Log Message: lint: remove _Complex from tspec_name That type is only used in the parser; the expression trees use FCOMPLEX, DCOMPLEX or LCO

CVS commit: src/usr.bin/xlint/common

2021-09-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 4 14:07:51 UTC 2021 Modified Files: src/usr.bin/xlint/common: inittyp.c tyname.c Log Message: lint: remove _Complex from tspec_name That type is only used in the parser; the expression trees use FCOMPLEX, DCOMPLEX or LCO

CVS commit: src/usr.bin/xlint/common

2021-09-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 4 13:53:20 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c Log Message: lint: remove duplicate code in tspec_name No functional change. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/usr.

CVS commit: src/usr.bin/xlint/common

2021-09-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 4 13:53:20 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c Log Message: lint: remove duplicate code in tspec_name No functional change. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/usr.

CVS commit: src/usr.bin/xlint/common

2021-09-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 4 10:26:44 UTC 2021 Modified Files: src/usr.bin/xlint/common: inittyp.c Log Message: lint: remove unnecessary includes The type definitions used to depend on the host's platform characteristics once, which required . T

CVS commit: src/usr.bin/xlint/common

2021-09-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 4 10:26:44 UTC 2021 Modified Files: src/usr.bin/xlint/common: inittyp.c Log Message: lint: remove unnecessary includes The type definitions used to depend on the host's platform characteristics once, which required . T

CVS commit: src/usr.bin/xlint/common

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 23:49:22 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c Log Message: lint: remove unnecessary switch statement The switch statement covers only the few structural types, there is no need to list all intege

CVS commit: src/usr.bin/xlint/common

2021-08-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 31 23:49:22 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c Log Message: lint: remove unnecessary switch statement The switch statement covers only the few structural types, there is no need to list all intege

CVS commit: src/usr.bin/xlint/common

2021-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 28 13:02:26 UTC 2021 Modified Files: src/usr.bin/xlint/common: inittyp.c Log Message: lint: fix lint warning about initializing with negative number No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/xlint/common

2021-08-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 28 13:02:26 UTC 2021 Modified Files: src/usr.bin/xlint/common: inittyp.c Log Message: lint: fix lint warning about initializing with negative number No functional change. To generate a diff of this commit: cvs rdiff -u