summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/regexp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace less with the cleaned-up fork of less 458 maintained by Garrettnicm2015-11-051-1254/+0
| | | | | | | | | | | | | D'Amore at https://github.com/gdamore/less-fork. This has significantly less portability goop, has a tidied up code style, uses terminfo instead of termcap, and is has stricter POSIX compliance. Many of our local changes have been accepted upstream: substantial remaining local changes are code to read help files from /usr/share rather than compiling them in, man page and help improvements, and some tweaks to the default options. Review and testing by millert, ok deraadt
* fix a leak in an error pathjsg2014-01-221-1/+3
| | | | ok krw@ deraadt@
* Merge in less-381 w/ local changes and remove obsolete files.millert2003-04-131-66/+86
|
* more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintfderaadt2003-04-061-3/+5
| | | | | reviewed by tdeval, millert, dhartmei and others. more bits coming here from some of them i think
* very simple strlcat callsderaadt2003-04-061-2/+2
|
* some more string shit; krw okderaadt2003-04-051-2/+2
|
* kill more registersmpech2001-11-191-58/+58
| | | | millert@ ok
* $OpenBSD$niklas2001-01-291-0/+2
|
* Import of unmolested less-290.etheisen1996-09-211-0/+1228