summaryrefslogtreecommitdiff
path: root/usr.bin/less/search.c
AgeCommit message (Expand)Author
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2019-09-03less uses a correct raceless signal method of indicating signal events inTheo de Raadt
2019-03-14Cleanup and bugfix:Ingo Schwarze
2017-08-02When performing an inverted search in less, make sure to invalidate the matchanton
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-12-09Remove NULL-check before free().mmcc
2015-11-21remove fancy null check function in favor of checking for null.Ted Unangst
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-06Garrett D'Amore has agreed to moving his copyright line up above theNicholas Marriott
2015-11-05Replace less with the cleaned-up fork of less 458 maintained by GarrettNicholas Marriott
2014-05-28When invoked as more, make the -i option behave the same as less'sTodd C. Miller
2014-04-25Merge Less 458 plus local patchesAlexandr 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-13Merge in less-381 w/ local changes and remove obsolete files.Todd C. Miller
2003-04-06more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintfTheo de Raadt
2001-11-19kill more registersMike Pechkin
2001-01-29$OpenBSD$Niklas Hallqvist
1996-09-21Import of unmolested less-290.etheisen