summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* asprintf returns -1, not an arbitrary value < 0. Also upon error thederaadt2019-06-281-1/+1
* Split only LESS on $.krw2018-03-171-2/+2
* little bit more KNFderaadt2016-09-171-1/+1
* Check the MORE (or LESS) environment variables after forcing the variousnicm2016-08-281-4/+4
* style(9) includesmmcc2016-03-161-1/+3
* remove lint annotationsmmcc2016-01-121-3/+0
* spacesderaadt2015-11-201-1/+1
* Correct check flipped in earlier commit.guenther2015-11-141-4/+3
* Add a flag argument to flush() to stop it calling quit() on error, thennicm2015-11-131-1/+1
* exit if pledge failsderaadt2015-11-111-3/+9
* use perror() instead, as in lesskeyderaadt2015-11-091-3/+3
* stop acting like "more" if progname is "page"; ok millertderaadt2015-11-091-3/+2
* NULL_IFILE has no weird use patterns. NULL is sufficient.deraadt2015-11-091-4/+4
* error() is not a stdarg function, so there is no reason for NULL_PARGderaadt2015-11-091-5/+5
* 3 pledge calls; 2 are for secure mode and will help track down if thisderaadt2015-11-091-0/+13
* do not save history in secure modederaadt2015-11-091-1/+2
* close_getchr() is now a noopderaadt2015-11-091-1/+0
* replace save() with estrdup() and make estrdup() exit like all the othertedu2015-11-071-17/+6
* Garrett D'Amore has agreed to moving his copyright line up above thenicm2015-11-061-4/+2
* whitespacederaadt2015-11-051-3/+3
* Replace less with the cleaned-up fork of less 458 maintained by Garrettnicm2015-11-051-197/+162
* All callers of helpfile() are #ifdef SMALL so only define thatmillert2014-05-131-0/+2
* Give more(1) its own help file, shorter than the one for less(1).schwarze2014-05-101-1/+7
* Make more(1) POSIX compliant with respect to the -e option.schwarze2014-04-251-4/+0
* Merge Less 458 plus local patchesshadchin2014-04-251-3/+3
* Reverse the default of the -c flag from off to on to prevent the textnicm2012-03-271-0/+1
* Merge in less 444 plus local changesshadchin2011-09-161-22/+45
* use SMALL_PROGRAM to knock out some codederaadt2010-07-031-0/+2
* It turns out that POSIX specifies more should prompt with the file name,millert2003-06-041-0/+1
* o go back to using a help file instead of embedding it in the binarymillert2003-04-141-3/+0
* Merge in less-381 w/ local changes and remove obsolete files.millert2003-04-131-94/+137
* some more string shit; krw okderaadt2003-04-051-3/+5
* kill more registersmpech2001-11-191-4/+4
* $OpenBSD$niklas2001-01-291-0/+2
* provide support for -- argument seperatorderaadt1999-03-051-1/+7
* Incorporate less modifications for more and our bug fixes from previousetheisen1996-09-211-2/+14
* Import of unmolested less-290.etheisen1996-09-211-0/+337