Home | History | Annotate | Download | only in error
History log of /src/usr.bin/error/pi.c
RevisionDateAuthorComments
 1.25  11-Jul-2025  andvar Fix various typos, mainly in comments and log/error messages.
 1.24  26-Aug-2023  rillig branches: 1.24.2;
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.23  26-Aug-2023  rillig error: use separate tokens for characters, integers and pointers

Assisted by lint's queries 10, 14, 15.

No binary change.
 1.22  26-Aug-2023  rillig error: enable lint's strict bool mode

This cleans up the inconsistencies between 'int', 'boolean' and 'bool'.
 1.21  26-Aug-2023  rillig error: remove redundant parentheses around return value

No binary change.
 1.20  04-Apr-2022  andvar fix various typos, mainly in comments.
 1.19  30-Jun-2016  dholland PR 51298 David Binderman: simplify redundant conditionals
 1.18  17-Aug-2011  christos avoid "... dutch" being interpreted as a pascal continuation message, and
core-dumping.
 1.17  13-Aug-2009  dholland Pass WARNS=4, not without some gross preprocessor hackery.
XXX: does this program actually do anything useful these days?
 1.16  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.15  13-Aug-2009  dholland Sprinkle const.
 1.14  13-Aug-2009  dholland Whitespace.
 1.13  13-Aug-2009  dholland sprinkle static
 1.12  09-Apr-2006  christos Coverity CID 2333: Fix memory leak.
 1.11  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.10  14-Jul-2003  itojun get rid of strsave(), use strdup directly
 1.9  26-May-2002  wiz Remove #ifndef'd __STDC__ code. ANSIfy.
 1.8  05-Feb-2001  christos fix redundant and nested decls
 1.7  14-Jan-2000  mjl Eliminate hard coded buffer sizes in fgets() statements, use
strlcpy() to avoid buffer overflows, increase filename buffer
to MAXPATHLEN. (from OpenBSD)
 1.6  06-Nov-1998  christos char -> unsigned char
 1.5  08-Oct-1998  wsanchez Get rid of multiply defined common symbols
langauge should be language in error.h
 1.4  18-Oct-1997  lukem WARNSify (big job!), fix .Nm usage
 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.24.2.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed