summaryrefslogtreecommitdiff
path: root/usr.bin/less/less.h
AgeCommit message (Collapse)Author
2003-06-07Use interruptible syscalls instead of setjmp/longjmp. This makesTodd C. Miller
less's signal handlers safe. No one has reported problems so far...
2003-04-14o go back to using a help file instead of embedding it in the binaryTodd C. Miller
o deal with HELPFILE not being defined o add a SMALL definition to make a smaller less for the boot floppies This still needs to be pared down a bit for the SMALL case
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
and replace get_maxlong() with a get_maxpos() and modify percentage() appropriately. There are still problems seeking to the end of a large file and line numbers should probably be 64bit (or at the very least unsigned). This has been sitting in my tree for quite some time now so I am committing what I have now since I don't know when I'll have a chance to really finish it.
1996-09-21Import of unmolested less-290.etheisen