summaryrefslogtreecommitdiff
path: root/bin/ed/ed.h
AgeCommit message (Expand)Author
2024-07-16Fix the SIGHUP signal race. ed's "event loop" operates a getchar(); checkTheo de Raadt
2016-03-27actually remove unnecessary includesMichael McConville
2015-10-09The variable errmsg can be static in main.c if code in re.c uses an ownTobias Stoeckmann
2015-10-09Define functions as static when they are not used outside their own c-files.Tobias Stoeckmann
2015-10-09Mark static globals that are only used in their respective .c files.Todd C. Miller
2015-10-04Remove useless pattern_t typedef, POSIX regex is here to stay soTodd C. Miller
2015-10-04Remove #ifdefs for non-POSIX systems. Also remove #ifdef forTodd C. Miller
2015-07-14use atomic operations on sig_atomic_t variables inside the signal handlers,Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-02Remove prototypes for functions that were already removed.Todd C. Miller
2014-04-14remove nonstandard DES support because DES. ok beck deraadt miodTed Unangst
2012-12-04remove sunos backwards compatTheo de Raadt
2007-02-24There is no filter_lines function, remove its prototype. From Mark Lumsden.Todd C. Miller
2002-03-24Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OKTodd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-05Fix prototypesMarc Espie
2001-01-16cleanup strcpy, strncpy, signal races, etcTheo de Raadt
1996-10-12Back out my sprintf -> snprintf changes where they don't make sense andTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-08-22__OpenBSD__Theo de Raadt
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt