OpenGrok
Cross Reference: input.c
xref
: /
src
/
usr.bin
/
error
/
input.c
Home
|
History
|
Annotate
|
Download
|
only in
error
History log of
/src/usr.bin/error/input.c
Revision
Date
Author
Comments
1.21
26-Aug-2023
rillig
error: clean up comparison of word vectors
The function wordvcmp returned -1 when either of the word vectors was
short; this made the function asymmetric. Since the function is only
used to compare two word vectors for equality, restrict it to this
particular use case.
1.20
26-Aug-2023
rillig
error: enable lint's strict bool mode
This cleans up the inconsistencies between 'int', 'boolean' and 'bool'.
1.19
26-Aug-2023
rillig
error: remove redundant parentheses around return value
No binary change.
1.18
10-Jan-2020
christos
use getline(3)
1.17
18-Jul-2011
christos
branches: 1.17.42;
gcc 4.5 error support ("file:line:col: error" instead of "file:line: error")
1.16
13-Aug-2009
dholland
Pass WARNS=4, not without some gross preprocessor hackery.
XXX: does this program actually do anything useful these days?
1.15
13-Aug-2009
dholland
Assorted minor cleanup:
- use stdbool.h (partly)
- move extern declarations of data to header files
- use right types for calloc() wrapper
- remove bogus casts on return values
- remove excessive Pascal-style parentheses in conditionals
- a couple const fixes
- fix some typos in comments
1.14
13-Aug-2009
dholland
Sprinkle const.
1.13
13-Aug-2009
dholland
Whitespace.
1.12
13-Aug-2009
dholland
sprinkle static
1.11
09-Apr-2006
christos
Coverity CID 2331: Plug memory leak.
1.10
07-Aug-2003
agc
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
1.9
26-May-2002
wiz
Remove #ifndef'd __STDC__ code. ANSIfy.
1.8
15-Nov-2000
christos
fix a multitude of core dumps because most functions were not checking
the length of the word list.
1.7
06-Nov-1998
christos
char -> unsigned char
1.6
08-Oct-1998
wsanchez
Get rid of multiply defined common symbols
langauge should be language in error.h
1.5
18-Oct-1997
lukem
WARNSify (big job!), fix .Nm usage
1.4
10-Sep-1995
christos
Handle long lines without core-dumping.
1.3
02-Sep-1995
jtc
Sync with 4.4lite2
1.2
01-Aug-1993
mycroft
Add RCS identifiers.
1.1
09-Apr-1993
cgd
branches: 1.1.1;
added, from net/2 (patch 119).
1.1.1.1
02-Sep-1995
jtc
imported from 44lite2
1.17.42.1
08-Apr-2020
martin
Merge changes from current as of 20200406
Indexes created Sun Oct 19 02:09:48 GMT 2025