summaryrefslogtreecommitdiff
path: root/bin/ed/undo.c
AgeCommit message (Collapse)Author
2015-10-09Mark static globals that are only used in their respective .c files.Todd C. Miller
Also make stdin unbuffered since that is the same as using a single-byte buffer. OK tobias@
2014-05-18use reallocarrayMarc Espie
okay miod@, millert@
2012-12-04remove sunos backwards compatTheo de Raadt
ok guenther
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2003-06-11ansification, art okTheo de Raadt
2003-02-18intial -> initial;Jason McIntyre
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
2002-03-24Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OKTodd C. Miller
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
use good ole strcpy() instead. Also use perror() instead of fprintf() where it makes sense.
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt