index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
less
/
less.h
Age
Commit message (
Expand
)
Author
2016-03-26
Improve handling of ambiguous overstrike sequences. A sequence of _\b_
Martin Natano
2016-01-29
sort includes
mmcc
2016-01-29
remove unneeded CHAR_BIT macro
mmcc
2016-01-26
Remove a fancy macro that calculates the necessary buffer size for
mmcc
2016-01-15
Use quotes rather than angle brackets for local header. Fixes building
mmcc
2016-01-13
unify two identical function pairs now that we've removed less's off_t
mmcc
2016-01-12
Remove LINUNUM, a needless alias for off_t. Also, remove a redundant
mmcc
2016-01-09
Remove superfluous and barely used macro aliases for wctype.h functions.
mmcc
2015-11-09
NULL_IFILE has no weird use patterns. NULL is sufficient.
Theo de Raadt
2015-11-09
define of SPACES_IN_FILENAMES is never used
Theo de Raadt
2015-11-09
use (off_t)-1 rather than a BAD_LSEEK wrapper
Theo de Raadt
2015-11-09
error() is not a stdarg function, so there is no reason for NULL_PARG
Theo de Raadt
2015-11-09
cleanup struct definitions
Theo de Raadt
2015-11-09
do not need wrappers around O_RDONLY and such
Theo de Raadt
2015-11-06
Garrett D'Amore has agreed to moving his copyright line up above the
Nicholas Marriott
2015-11-06
Remove LSIGNAL which is just the same as lsignal() now.
Nicholas Marriott
2015-11-05
whitespace
Theo de Raadt
2015-11-05
Replace less with the cleaned-up fork of less 458 maintained by Garrett
Nicholas Marriott
2014-04-25
Merge Less 458 plus local patches
Alexandr Shadchin
2011-09-21
Use volatile sig_atomic_t, not int, for the sigs variable. Also
Todd C. Miller
2011-09-16
Merge in less 444 plus local changes
Alexandr Shadchin
2003-06-07
Use interruptible syscalls instead of setjmp/longjmp. This makes
Todd C. Miller
2003-04-14
o go back to using a help file instead of embedding it in the binary
Todd C. Miller
2003-04-13
Merge in less-381 w/ local changes and remove obsolete files.
Todd C. Miller
2001-01-29
$OpenBSD$
Niklas Hallqvist
1999-02-20
First step at supporting files > 2gig. Use off_t as POSITION
Todd C. Miller
1996-09-21
Import of unmolested less-290.
etheisen