summaryrefslogtreecommitdiff
path: root/bin/ed/re.c
AgeCommit message (Expand)Author
2018-06-19Revert previous, there were some unintended beviour changes.Martijn van Duren
2018-06-18Remove the parse_char_class and let regcomp determine if our bracketsMartijn van Duren
2016-03-22header cleanupmmcc
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-04Remove useless pattern_t typedef, POSIX regex is here to stay soTodd C. Miller
2015-07-28remove gratuitous castsTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
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
2001-01-16cleanup strcpy, strncpy, signal races, etcTheo de Raadt
1998-01-21Back out last change. ed and sed should not use extended regular expressions.Todd C. Miller
1998-01-18Support extended (modern) instead of basic (obsolescent) regular expressions.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