History log of /src/usr.bin/error/filter.c |
Revision | | Date | Author | Comments |
1.20 |
| 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.19 |
| 26-Aug-2023 |
rillig | error: remove redundant parentheses around return value
No binary change.
|
1.18 |
| 30-May-2016 |
dholland | Use this program's Strdup() instead of strdup() so it exits on failure instead of dumping core.
|
1.17 |
| 30-May-2016 |
dholland | Use rewind() instead of freopen()'ing the same file for no reason. Also, close the file when done instead of dropping it on the floor. Obsoletes PR 50579.
|
1.16 |
| 09-Aug-2015 |
shm | Remove unnecessary fclose(3) call
|
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 | pass -Wshadow
|
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 |
| 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 |
| 14-Jul-2003 |
itojun | get rid of strsave(), use strdup directly
|
1.8 |
| 26-May-2002 |
wiz | Remove #ifndef'd __STDC__ code. ANSIfy.
|
1.7 |
| 05-Feb-2001 |
christos | fix redundant and nested decls
|
1.6 |
| 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.5 |
| 06-Nov-1998 |
christos | char -> unsigned char
|
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
|