summaryrefslogtreecommitdiff
path: root/usr.bin/less/less.h
AgeCommit message (Expand)Author
2016-03-26Improve handling of ambiguous overstrike sequences. A sequence of _\b_Martin Natano
2016-01-29sort includesmmcc
2016-01-29remove unneeded CHAR_BIT macrommcc
2016-01-26Remove a fancy macro that calculates the necessary buffer size formmcc
2016-01-15Use quotes rather than angle brackets for local header. Fixes buildingmmcc
2016-01-13unify two identical function pairs now that we've removed less's off_tmmcc
2016-01-12Remove LINUNUM, a needless alias for off_t. Also, remove a redundantmmcc
2016-01-09Remove superfluous and barely used macro aliases for wctype.h functions.mmcc
2015-11-09NULL_IFILE has no weird use patterns. NULL is sufficient.Theo de Raadt
2015-11-09define of SPACES_IN_FILENAMES is never usedTheo de Raadt
2015-11-09use (off_t)-1 rather than a BAD_LSEEK wrapperTheo de Raadt
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-09do not need wrappers around O_RDONLY and suchTheo de Raadt
2015-11-06Garrett D'Amore has agreed to moving his copyright line up above theNicholas Marriott
2015-11-06Remove LSIGNAL which is just the same as lsignal() now.Nicholas Marriott
2015-11-05whitespaceTheo de Raadt
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-06-07Use interruptible syscalls instead of setjmp/longjmp. This makesTodd 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
2001-01-29$OpenBSD$Niklas Hallqvist
1999-02-20First step at supporting files > 2gig. Use off_t as POSITIONTodd C. Miller
1996-09-21Import of unmolested less-290.etheisen