summaryrefslogtreecommitdiff
path: root/usr.bin/less/command.c
AgeCommit message (Expand)Author
2024-04-14Delete support for the LESSOPEN and LESSCLOSE environment variablesPhilip Guenther
2021-10-09Merge upstream bug fixesTobias Stoeckmann
2019-09-03less uses a correct raceless signal method of indicating signal events inTheo de Raadt
2017-01-12Fix the "t" command for the case where we go down by just a few lines:Ingo Schwarze
2016-09-17little bit more KNFTheo de Raadt
2016-03-16style(9) includesmmcc
2016-01-12Remove LINUNUM, a needless alias for off_t. Also, remove a redundantmmcc
2015-11-23A couple more prototypes without arguments.Nicholas Marriott
2015-11-13Add a flag argument to flush() to stop it calling quit() on error, thenNicholas Marriott
2015-11-09NULL_IFILE has no weird use patterns. NULL is sufficient.Theo de Raadt
2015-11-09error() is not a stdarg function, so there is no reason for NULL_PARGTheo de Raadt
2015-11-09Remove NULL-checks before free(), a needless comment, and a needlessmmcc
2015-11-07replace save() with estrdup() and make estrdup() exit like all the otherTed Unangst
2015-11-06Remove support for ! to run a shell command, we have ^Z around theseNicholas Marriott
2015-11-06Garrett D'Amore has agreed to moving his copyright line up above theNicholas Marriott
2015-11-05deregisterTed Unangst
2015-11-05Replace less with the cleaned-up fork of less 458 maintained by GarrettNicholas Marriott
2014-05-10remove unused variableCharles Longeau
2014-05-10Give more(1) its own help file, shorter than the one for less(1).Ingo Schwarze
2014-04-29Remove support for the obsolete (non-POSIX) "more -d" prompt.Todd C. Miller
2014-04-26Revert 1.11. That patch is not only not necessary, it is quite harmful now.Alexandr Shadchin
2014-04-25Merge Less 458 plus local patchesAlexandr Shadchin
2014-04-14Deny requests to display interactive help unless we can be really sureIngo Schwarze
2011-10-08return the old behaviour for "more":Alexandr Shadchin
2011-09-21Use volatile sig_atomic_t, not int, for the sigs variable. AlsoTodd C. Miller
2011-09-16Merge in less 444 plus local changesAlexandr Shadchin
2003-04-14Make the GNU_OPTIONS define actually do something (was a no-op)Todd C. Miller
2003-04-14o go back to using a help file instead of embedding it in the binaryTodd C. Miller
2003-04-13Merge in less-381 w/ local changes and remove obsolete files.Todd C. Miller
2003-04-10Only print the "helpful" prompt in -d mode if there is room on theTodd C. Miller
2001-11-19kill more registersMike Pechkin
2001-01-29$OpenBSD$Niklas Hallqvist
1996-09-21Incorporate less modifications for more and our bug fixes from previousetheisen
1996-09-21Import of unmolested less-290.etheisen