summaryrefslogtreecommitdiffstats
path: root/bin/ed/sub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reimplement g flag for s commands. Got lost in previous commit.martijn2016-10-111-2/+2
* Remove infinite loop detection from the s-command.martijn2016-10-101-9/+11
* Fix the begin of word bug in s-command, similar to sed.martijn2016-08-021-22/+25
* header cleanupmmcc2016-03-221-1/+8
* Define functions as static when they are not used outside their own c-files.tobias2015-10-091-4/+7
* Mark static globals that are only used in their respective .c files.millert2015-10-091-6/+6
* Remove useless pattern_t typedef, POSIX regex is here to stay somillert2015-10-041-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* ansification, art okderaadt2003-06-111-20/+7
* knftodd2002-06-091-3/+3
* Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OKmillert2002-03-241-6/+6
* cleanup strcpy, strncpy, signal races, etcderaadt2001-01-161-5/+5
* i am bored enough to fix terminal space/tab ugliesderaadt1997-09-011-3/+3
* -Wall'ing.mickey1996-12-141-4/+4
* Back out my sprintf -> snprintf changes where they don't make sense andmillert1996-10-121-5/+5
* sprintf -> snprintf paranoiamillert1996-09-151-5/+6
* update rcsidderaadt1996-06-231-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+272