summaryrefslogtreecommitdiff
path: root/bin/ed/sub.c
AgeCommit message (Expand)Author
2016-10-11Reimplement g flag for s commands. Got lost in previous commit.Martijn van Duren
2016-10-10Remove infinite loop detection from the s-command.Martijn van Duren
2016-08-02Fix the begin of word bug in s-command, similar to sed.Martijn van Duren
2016-03-22header cleanupmmcc
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
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2003-06-11ansification, art okTheo de Raadt
2002-06-09knfTodd T. Fries
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
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
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