History log of /src/usr.bin/error/main.c |
Revision | | Date | Author | Comments |
1.26 |
| 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.25 |
| 26-Aug-2023 |
rillig | error: enable lint's strict bool mode
This cleans up the inconsistencies between 'int', 'boolean' and 'bool'.
|
1.24 |
| 26-Aug-2023 |
rillig | error: move comment above the main function to the manual page
While here, clean up the markup of the manual page, removing unnecessary emphasis.
|
1.23 |
| 26-Aug-2023 |
rillig | error: fix typos
|
1.22 |
| 12-Dec-2021 |
andvar | fix various typos, mainly in comments.
|
1.21 |
| 17-Aug-2011 |
christos | avoid "... dutch" being interpreted as a pascal continuation message, and core-dumping.
|
1.20 |
| 21-May-2011 |
christos | - KNF - more static - fix argument parsing.
|
1.19 |
| 20-May-2011 |
wiz | Sync usage with man page.
|
1.18 |
| 19-May-2011 |
christos | - use getopt - use err - add -p <filelevel> to chop levels like patch - document all the options
|
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 | woops (doh!)
|
1.13 |
| 13-Aug-2009 |
dholland | Whitespace.
|
1.12 |
| 13-Aug-2009 |
dholland | sprinkle static
|
1.11 |
| 21-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
1.10 |
| 19-Jul-2007 |
lukem | branches: 1.10.12; 1.10.14; 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 |
| 13-Feb-2004 |
wiz | Spell the plural of suffix "suffixes", not "suffices". Inspired by PR 24400 by Todd Vierling.
|
1.8 |
| 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.7 |
| 26-May-2002 |
wiz | Remove #ifndef'd __STDC__ code. ANSIfy.
|
1.6 |
| 11-Jun-2001 |
wiz | Fix various misspellings of compatible/compatibility.
|
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.14.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.14.1 |
| 19-Jul-2007 |
lukem | file main.c was added on branch matt-mips64 on 2007-07-19 05:43:24 +0000
|
1.10.12.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|