Module Name:src
Committed By: rillig
Date: Fri Jan 3 20:53:01 UTC 2025
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
lint.1: modernize, brush up markup
The main purpose of lint is no longer to help migrate programs from
traditional C to C90, so don't menti
Module Name:src
Committed By: rillig
Date: Fri Jan 3 20:53:01 UTC 2025
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
lint.1: modernize, brush up markup
The main purpose of lint is no longer to help migrate programs from
traditional C to C90, so don't menti
Module Name:src
Committed By: rillig
Date: Thu Oct 26 20:21:13 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: reduce number of negations, fix variable name
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.11
Module Name:src
Committed By: rillig
Date: Thu Oct 26 20:21:13 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: reduce number of negations, fix variable name
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.11
Module Name:src
Committed By: rillig
Date: Thu Oct 26 19:56:31 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: merge redundant variables
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/usr.bin/xlint/
Module Name:src
Committed By: rillig
Date: Thu Oct 26 19:56:31 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: merge redundant variables
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/usr.bin/xlint/
Module Name:src
Committed By: rillig
Date: Wed Oct 25 23:05:15 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: make variable names more expressive, remove redundant comments
No functional change.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rillig
Date: Wed Oct 25 23:05:15 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: make variable names more expressive, remove redundant comments
No functional change.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rillig
Date: Wed Jun 28 13:50:47 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: lint.1 xlint.c
Log Message:
lint: allow to keep the preprocessor output on success as well
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/u
Module Name:src
Committed By: rillig
Date: Wed Jun 28 13:50:47 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: lint.1 xlint.c
Log Message:
lint: allow to keep the preprocessor output on success as well
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/u
Module Name:src
Committed By: rillig
Date: Fri Jun 9 13:31:11 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: sort functions in calling order
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/usr.bin/
Module Name:src
Committed By: rillig
Date: Fri Jun 9 13:31:11 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: sort functions in calling order
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/usr.bin/
Module Name:src
Committed By: rillig
Date: Mon May 22 19:36:13 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
lint.1: add a few examples
In default mode, lint runs in a mode that aids in migrating from
traditional C to C90, which is not widely usefu
Module Name:src
Committed By: rillig
Date: Mon May 22 19:36:13 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
lint.1: add a few examples
In default mode, lint runs in a mode that aids in migrating from
traditional C to C90, which is not widely usefu
Module Name:src
Committed By: rillig
Date: Sat Apr 15 12:29:43 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
lint.1: remove extra space from -q option
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/usr.bin/xlint/xlint/lint.1
Pl
Module Name:src
Committed By: rillig
Date: Sat Apr 15 12:29:43 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
lint.1: remove extra space from -q option
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/usr.bin/xlint/xlint/lint.1
Pl
Module Name:src
Committed By: rillig
Date: Sat Jan 21 11:29:30 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: catch more write errors when copying files
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/usr.bin/xlint/xlint/
Module Name:src
Committed By: rillig
Date: Sat Jan 21 11:29:30 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: catch more write errors when copying files
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/usr.bin/xlint/xlint/
Module Name:src
Committed By: rillig
Date: Sat Jan 21 11:22:22 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: remove unnecessary abstraction layer for passing arguments
The abstraction layer of the pass_to functions wasn't worth its weight.
A
Module Name:src
Committed By: rillig
Date: Sat Jan 21 11:22:22 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: remove unnecessary abstraction layer for passing arguments
The abstraction layer of the pass_to functions wasn't worth its weight.
A
Module Name:src
Committed By: rillig
Date: Fri Jan 20 23:06:26 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: keep output from cpp if cpp fails
Previously, lint only kept the cpp output if lint1 failed. Due to
subtle differences in the prepr
Module Name:src
Committed By: rillig
Date: Fri Jan 20 23:06:26 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: keep output from cpp if cpp fails
Previously, lint only kept the cpp output if lint1 failed. Due to
subtle differences in the prepr
Module Name:src
Committed By: rillig
Date: Sun Jan 15 23:32:11 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
xlint: fix null pointer dereference for lint -V (since today)
Building the argument lists further away from the vfork call in xlint.c
1.10
Module Name:src
Committed By: rillig
Date: Sun Jan 15 23:32:11 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
xlint: fix null pointer dereference for lint -V (since today)
Building the argument lists further away from the vfork call in xlint.c
1.10
Module Name:src
Committed By: rillig
Date: Sun Jan 15 22:26:49 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: clean up main function
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/usr.bin/xlint/xli
Module Name:src
Committed By: rillig
Date: Sun Jan 15 22:26:49 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: clean up main function
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/usr.bin/xlint/xli
Module Name:src
Committed By: rillig
Date: Sun Jan 15 22:06:38 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: extract run_cpp and run_lint1 to separate functions
Move run_lint2 further to the top, to save a forward declaration.
No functional
Module Name:src
Committed By: rillig
Date: Sun Jan 15 22:06:38 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: extract run_cpp and run_lint1 to separate functions
Move run_lint2 further to the top, to save a forward declaration.
No functional
Module Name:src
Committed By: rillig
Date: Sun Jan 15 21:46:15 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: reduce number of local variables in lbasename
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.10
Module Name:src
Committed By: rillig
Date: Sun Jan 15 21:46:15 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: reduce number of local variables in lbasename
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.10
Module Name:src
Committed By: rillig
Date: Sun Jan 15 21:27:37 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: move argument list modification further away from vfork
Just to be on the safe side.
While here, don't allocate argument strings ne
Module Name:src
Committed By: rillig
Date: Sun Jan 15 21:27:37 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: move argument list modification further away from vfork
Just to be on the safe side.
While here, don't allocate argument strings ne
Module Name:src
Committed By: rillig
Date: Sun Jan 15 15:20:18 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: turn O(n^2) to O(n) for list of arguments to lint child processes
Previously, adding an argument to the lint child processes (cpp, l
Module Name:src
Committed By: rillig
Date: Sun Jan 15 15:20:18 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: turn O(n^2) to O(n) for list of arguments to lint child processes
Previously, adding an argument to the lint child processes (cpp, l
Module Name:src
Committed By: rillig
Date: Sun Jan 15 14:43:39 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: rename local functions to be more readable
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src
Module Name:src
Committed By: rillig
Date: Sun Jan 15 14:43:39 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: rename local functions to be more readable
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src
Module Name:src
Committed By: rillig
Date: Sat Jan 14 10:38:36 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: explicitly ignore errors when printing status messages
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r
Module Name:src
Committed By: rillig
Date: Sat Jan 14 10:38:36 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: explicitly ignore errors when printing status messages
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r
Module Name:src
Committed By: rillig
Date: Sat Oct 1 09:48:02 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: remove redundant cast
Since C90 prototypes, integer arguments are converted to the correct
parameter type.
No functional change.
Module Name:src
Committed By: rillig
Date: Sat Oct 1 09:48:02 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: remove redundant cast
Since C90 prototypes, integer arguments are converted to the correct
parameter type.
No functional change.
Module Name:src
Committed By: rillig
Date: Mon May 30 23:02:02 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: lint.1 xlint.c
Log Message:
lint: clean up usage messages
The two synopsis forms differed in the spelling of 'file ...'.
The options string for getopt does no
Module Name:src
Committed By: rillig
Date: Mon May 30 23:02:02 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: lint.1 xlint.c
Log Message:
lint: clean up usage messages
The two synopsis forms differed in the spelling of 'file ...'.
The options string for getopt does no
Module Name:src
Committed By: rillig
Date: Sat Apr 16 00:15:47 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: skip duplicate -llib and -Llibdir options
This removes many of the currently 26.000 'multiply defined' lines from
a typical NetBSD b
Module Name:src
Committed By: rillig
Date: Sat Apr 16 00:15:47 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: skip duplicate -llib and -Llibdir options
This removes many of the currently 26.000 'multiply defined' lines from
a typical NetBSD b
Module Name:src
Committed By: rillig
Date: Fri Apr 15 23:25:04 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
lint: fix typography in manual page
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/usr.bin/xlint/xlint/lint.1
Please n
Module Name:src
Committed By: rillig
Date: Fri Apr 15 23:25:04 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
lint: fix typography in manual page
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/usr.bin/xlint/xlint/lint.1
Please n
Module Name:src
Committed By: rillig
Date: Fri Apr 15 16:18:14 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
lint: fix typography in manual page
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/xlint/xlint/lint.1
Please n
Module Name:src
Committed By: rillig
Date: Fri Apr 15 16:18:14 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
lint: fix typography in manual page
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/xlint/xlint/lint.1
Please n
Module Name:src
Committed By: rillig
Date: Fri Apr 15 16:08:39 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: in verbose mode, quote shell commands in output
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/usr.bin/xlint/xli
Module Name:src
Committed By: rillig
Date: Fri Apr 15 16:08:39 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: in verbose mode, quote shell commands in output
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/usr.bin/xlint/xli
Module Name:src
Committed By: rillig
Date: Tue Mar 8 23:24:20 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: fix typo in comment
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/usr.bin/xlint/xlint/xlint.
Module Name:src
Committed By: rillig
Date: Tue Mar 8 23:24:20 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: fix typo in comment
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/usr.bin/xlint/xlint/xlint.
Module Name:src
Committed By: rillig
Date: Tue Dec 28 22:59:56 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: do not output "Lint pass2:"
A colon at the end of a line requires at least 1 follow-up line, but
xlint cannot know whether lint2 wil
Module Name:src
Committed By: rillig
Date: Tue Dec 28 22:59:56 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: do not output "Lint pass2:"
A colon at the end of a line requires at least 1 follow-up line, but
xlint cannot know whether lint2 wil
Module Name:src
Committed By: christos
Date: Tue Dec 14 16:55:45 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
provide an expanded description for -W
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/usr.bin/xlint/xlint/lint.1
Ple
Module Name:src
Committed By: christos
Date: Tue Dec 14 16:55:45 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
provide an expanded description for -W
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/usr.bin/xlint/xlint/lint.1
Ple
Module Name:src
Committed By: christos
Date: Tue Dec 14 16:22:30 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: lint.1 xlint.c
Log Message:
Also accept -W to pass to cpp
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/xlint/xlint/lint.1
cvs r
Module Name:src
Committed By: christos
Date: Tue Dec 14 16:22:30 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: lint.1 xlint.c
Log Message:
Also accept -W to pass to cpp
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/xlint/xlint/lint.1
cvs r
Module Name:src
Committed By: christos
Date: Sun Nov 28 02:54:26 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
remove extra line
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/usr.bin/xlint/xlint/xlint.c
Please note that diffs
Module Name:src
Committed By: christos
Date: Sun Nov 28 02:54:26 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
remove extra line
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/usr.bin/xlint/xlint/xlint.c
Please note that diffs
Module Name:src
Committed By: christos
Date: Sun Nov 28 02:07:02 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
Explain the usage errors.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/usr.bin/xlint/xlint/xlint.c
Please note th
Module Name:src
Committed By: christos
Date: Sun Nov 28 02:07:02 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
Explain the usage errors.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/usr.bin/xlint/xlint/xlint.c
Please note th
Module Name:src
Committed By: rillig
Date: Sun Nov 21 10:39:47 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: rename list_add to list_add_ref and list_add_copy to list_add
The function for copying the string is used more often, so use the
sim
Module Name:src
Committed By: rillig
Date: Sun Nov 21 10:39:47 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: rename list_add to list_add_ref and list_add_copy to list_add
The function for copying the string is used more often, so use the
sim
Module Name:src
Committed By: rillig
Date: Sun Nov 21 10:08:10 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: remove redundant function prototypes
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/usr.bin/xlint/xlint/xlint.c
Module Name:src
Committed By: rillig
Date: Sun Nov 21 10:08:10 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: remove redundant function prototypes
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/usr.bin/xlint/xlint/xlint.c
Module Name:src
Committed By: rillig
Date: Sun Sep 5 15:15:58 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: Makefile
Log Message:
lint: clean up CPPFLAGS for xlint
In 1995, the file mem.c was in ../lint1. In 2002, these files were
moved to ../common instead.
To ge
Module Name:src
Committed By: rillig
Date: Sun Sep 5 15:15:58 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: Makefile
Log Message:
lint: clean up CPPFLAGS for xlint
In 1995, the file mem.c was in ../lint1. In 2002, these files were
moved to ../common instead.
To ge
Module Name:src
Committed By: rillig
Date: Sat Aug 28 14:42:30 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: explicitly ignore the return value of close
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/usr.bin/xlint/xlint/x
Module Name:src
Committed By: rillig
Date: Sat Aug 28 14:42:30 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: explicitly ignore the return value of close
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/usr.bin/xlint/xlint/x
Module Name:src
Committed By: rillig
Date: Sun Aug 22 14:35:44 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: Makefile
Log Message:
lint: make xlint independent of lint1
The files from lint1 are not needed to build xlint, even worse, they get
mixed up wrongly.
$ (cd u
Module Name:src
Committed By: rillig
Date: Sun Aug 22 14:35:44 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: Makefile
Log Message:
lint: make xlint independent of lint1
The files from lint1 are not needed to build xlint, even worse, they get
mixed up wrongly.
$ (cd u
Module Name:src
Committed By: rillig
Date: Thu Aug 19 16:29:42 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: remove redundant variable Bflag
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/usr.bin/xl
Module Name:src
Committed By: rillig
Date: Thu Aug 19 16:29:42 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: remove redundant variable Bflag
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/usr.bin/xl
Module Name:src
Committed By: rillig
Date: Thu Aug 19 16:18:43 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: remove unused static variable
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/usr.bin/xlint/xlint/xlint.c
Please
Module Name:src
Committed By: rillig
Date: Thu Aug 19 16:18:43 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: remove unused static variable
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/usr.bin/xlint/xlint/xlint.c
Please
Module Name:src
Committed By: rillig
Date: Thu Aug 19 16:15:31 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: simplify code for adding '-l' and '-L' to libraries
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -
Module Name:src
Committed By: rillig
Date: Thu Aug 19 16:15:31 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: simplify code for adding '-l' and '-L' to libraries
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -
Module Name:src
Committed By: rillig
Date: Thu Aug 19 16:05:56 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: merge duplicate code for passing flags to subprocesses
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.7
Module Name:src
Committed By: rillig
Date: Thu Aug 19 16:05:56 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: merge duplicate code for passing flags to subprocesses
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.7
Module Name:src
Committed By: rillig
Date: Thu Aug 19 15:55:23 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: uniformly pass command line flags to subprocesses
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1
Module Name:src
Committed By: rillig
Date: Thu Aug 19 15:55:23 UTC 2021
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
lint: uniformly pass command line flags to subprocesses
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1
82 matches
Mail list logo