summaryrefslogtreecommitdiff
path: root/bin/ed/main.c
AgeCommit message (Expand)Author
2001-06-22exit() from a signal handler is a sinTheo de Raadt
2001-01-17use sig_atomic_tTheo de Raadt
2001-01-16cleanup strcpy, strncpy, signal races, etcTheo de Raadt
2000-05-01MAXPATHLEN, not MAXPATHLEN+1; millert agreesTheo de Raadt
2000-04-01commons type mismatch; ath@algonet.seTheo de Raadt
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
1999-12-05not MAXPATHLEN+1Theo de Raadt
1999-12-04remove oflow in strip_escapes...Niels Provos
1998-05-18buf oflowsTheo de Raadt
1997-09-12Avoid longjmp/vfork clobbering.Todd C. Miller
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-08-05make signal handlers errno safeTheo de Raadt
1997-07-23tabifykstailey
1997-07-08Pipes are not interactive, eh.Todd C. Miller
1997-07-08If stdin is not a tty and not seekable assume we are being usedTodd C. Miller
1997-07-08Use line-buffered output if no tty is present. Makes ed workTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-14-Wall'ing.Michael Shalayeff
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-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt