summaryrefslogtreecommitdiff
path: root/usr.bin/less/linenum.c
AgeCommit message (Expand)Author
2019-09-03less uses a correct raceless signal method of indicating signal events inTheo de Raadt
2017-11-27Use CLOCK_MONOTONIC for the delay before printing "Calculating line numbers"Jeremie Courreges-Anglas
2016-12-30restore a not so redundant test. loopcount = -1 is a significant indicatorTed Unangst
2016-09-17little bit more KNFTheo de Raadt
2016-01-12Remove LINUNUM, a needless alias for off_t. Also, remove a redundantmmcc
2015-12-25inline a once-used function that just prints a warningmmcc
2015-11-09error() is not a stdarg function, so there is no reason for NULL_PARGTheo de Raadt
2015-11-09cleanup struct definitionsTheo de Raadt
2015-11-06Garrett D'Amore has agreed to moving his copyright line up above theNicholas Marriott
2015-11-06time_t is not a long. remove incorrect abstraction around time().Ted Unangst
2015-11-05Replace less with the cleaned-up fork of less 458 maintained by GarrettNicholas Marriott
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
2001-11-19kill more registersMike Pechkin
2001-01-29$OpenBSD$Niklas Hallqvist
1996-09-21Import of unmolested less-290.etheisen