summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/defines.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove superfluous macrommcc2016-01-291-1/+0
| | | | ok nicm
* Replace less with the cleaned-up fork of less 458 maintained by Garrettnicm2015-11-051-407/+8
| | | | | | | | | | | | | 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
* Merge Less 458 plus local patchesshadchin2014-04-251-9/+12
| | | | ok guenther@, ok jmc@ for man bits
* Disable LESSHISTFILE by default, requested by deraadt.nicm2011-11-151-1/+1
|
* Merge in less 444 plus local changesshadchin2011-09-161-0/+433
ok nicm@