Home | History | Annotate | Download | only in error
History log of /src/usr.bin/error/error.h
RevisionDateAuthorComments
 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  29-Feb-2012  joerg Don't use non-literal format strings. Split it up depending on the
number of arguments used.
 1.18  17-Aug-2011  christos branches: 1.18.2; 1.18.4;
avoid "... dutch" being interpreted as a pascal continuation message, and
core-dumping.
 1.17  21-May-2011  christos remove unused.
 1.16  19-May-2011  christos - use getopt
- use err
- add -p <filelevel> to chop levels like patch
- document all the options
 1.15  13-Aug-2009  dholland Pass WARNS=4, not without some gross preprocessor hackery.
XXX: does this program actually do anything useful these days?
 1.14  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.13  13-Aug-2009  dholland Sprinkle const.
 1.12  13-Aug-2009  dholland Whitespace.
 1.11  13-Aug-2009  dholland sprinkle static
 1.10  19-Jul-2007  lukem branches: 1.10.16;
Support an explicit Q_error return from inquire(), which is returned
if there was an error on reading the reply.
Stops an infinite loop if you ^D the query.
 1.9  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.8  14-Jul-2003  itojun get rid of strsave(), use strdup directly
 1.7  26-May-2002  wiz Remove #ifndef'd __STDC__ code. ANSIfy.
 1.6  05-Feb-2001  christos fix redundant and nested decls
 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.10.16.2  19-Jul-2007  lukem Support an explicit Q_error return from inquire(), which is returned
if there was an error on reading the reply.
Stops an infinite loop if you ^D the query.
 1.10.16.1  19-Jul-2007  lukem file error.h was added on branch matt-mips64 on 2007-07-19 05:43:24 +0000
 1.18.4.1  05-Mar-2012  sborrill Pull up the following revisions(s) (requested by joerg in ticket #75):
usr.sbin/cpuctl/arch/i386.c: revision 1.28
usr.bin/unifdef/unifdef.c: revision 1.21
usr.bin/ktruss/dump.c: revision 1.40
usr.bin/error/error.h: revision 1.19
usr.bin/error/touch.c: revision 1.27
libexec/httpd/dir-index-bozo.c: revision 1.14
games/dab/algor.cc: revision 1.5
games/dab/board.h: revision 1.4
dist/pf/sbin/pflogd/pflogd.c: revision 1.9
dist/pf/sbin/pflogd/pflogd.h: revision 1.5

Fix various format string mismatches
 1.18.2.1  17-Apr-2012  yamt sync with head

RSS XML Feed