summaryrefslogtreecommitdiff
path: root/usr.bin/vi/ex/ex_subst.c
AgeCommit message (Expand)Author
2016-09-02Fix the begin of word issue in vi(1).Martijn van Duren
2016-05-27Revert CHAR_T removal. Some signedness flaws were introduced.Martijn van Duren
2016-05-02Remove CHAR_T in favor of native types.Martijn van Duren
2016-01-06Remove the msg_cat() function and adjust its former callers.Todd C. Miller
2016-01-06Remove the numeric identifiers at the beginning of the messagesTodd C. Miller
2015-12-07Remove needless type casts and corresponding type parameters frommmcc
2015-11-19Remove cscope support in vi.Anthony J. Bentley
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-12Ansify vi.Anthony J. Bentley
2014-10-14create a REALLOCARRAY macro, and use it where it gives us overflowTheo de Raadt
2014-09-09We no longer need to convert "\<" and "\>" to "[[:<:]]" and "[[:>:]]"Todd C. Miller
2013-11-25Replace _texth CIRCLEQ with TAILQ. One down, five to go.Kenneth R Westerback
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-03-27Catch OOB access for tag searches mathching lines ending with \Otto Moerbeek
2006-04-22Removes unused variables and rename variables shadowing externalRay Lai
2006-01-08Explicit braces around macro fields and logical operations, gets rid of 148Miod Vallat
2005-10-17Use queue macros instead of directly accessing fields. ok pat@ "put itOtto Moerbeek
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-01-29$OpenBSD$Niklas Hallqvist
1999-11-26o Update README files etc. from nvi-1.79 so they have the correct infoTodd C. Miller
1997-08-24Check for >= UINT_MAX not > UINT_MAXTodd C. Miller
1997-08-2464bit fix wrt strtoul(3). Fix send to Keith.Todd C. Miller
1996-09-17nvi 1.76:michaels
1996-08-23nvi 1.75michaels
1996-08-16nvi 1.73michaels
1996-07-24bring vi/ex up to 1.71Michael Shalayeff
1996-05-22new viTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt