summaryrefslogtreecommitdiff
path: root/usr.bin/less
AgeCommit message (Expand)Author
2015-11-11exit if pledge failsTheo de Raadt
2015-11-09use perror() instead, as in lesskeyTheo de Raadt
2015-11-09stop acting like "more" if progname is "page"; ok millertTheo de Raadt
2015-11-09fsync() on a tty is meaningless; ok deraadt@Todd C. Miller
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-093 pledge calls; 2 are for secure mode and will help track down if thisTheo de Raadt
2015-11-09do not save history in secure modeTheo de Raadt
2015-11-09use open() with flags instead of creat()Theo de Raadt
2015-11-09Remove NULL-checks before free(), a needless comment, and a needlessmmcc
2015-11-09cleanup struct definitionsTheo de Raadt
2015-11-09close_getchr() is now a noopTheo de Raadt
2015-11-09use STDERR_FILENO instead of 2Theo de Raadt
2015-11-09do not need wrappers around O_RDONLY and suchTheo de Raadt
2015-11-08stop pointing people to the gnu and less sites; ok nicmJason McIntyre
2015-11-08Remove support for LESSGLOBALTAGS, we do not have global(1) (standardNicholas Marriott
2015-11-07replace save() with estrdup() and make estrdup() exit like all the otherTed Unangst
2015-11-07delete custom charset tables and just use ctype. init utf_mode from LC_CTYPETed Unangst
2015-11-07remove some charsets we don't use. remove LESSCHARSET since setting it toTed Unangst
2015-11-06remove rarely used LESSCHARDEF support. ok nicmTed Unangst
2015-11-06Remove support for ! to run a shell command, we have ^Z around theseNicholas Marriott
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-06Remove LSIGNAL which is just the same as lsignal() now.Nicholas Marriott
2015-11-05deregisterTed Unangst
2015-11-05whitespaceTheo de Raadt
2015-11-05Replace less with the cleaned-up fork of less 458 maintained by GarrettNicholas Marriott
2011-09-16Import of Less 444Alexandr Shadchin
2003-04-13Stock less-390 with some unneeded DOS/Windoze files removedTodd C. Miller
1996-09-21Import of unmolested less-290.etheisen
2014-11-23minor fixes;Jason McIntyre
2014-11-23Improve manpage markup.Anthony J. Bentley
2014-05-28in the compat with more section, document:Jason McIntyre
2014-05-28When invoked as more, make the -i option behave the same as less'sTodd C. Miller
2014-05-23Use REG_STARTEND to permit searches to work past/across NUL bytes.Philip Guenther
2014-05-13sync some of the text of ENVIRONMENT with more(1), and cut someJason McIntyre
2014-05-13All callers of helpfile() are #ifdef SMALL so only define thatTodd C. Miller
2014-05-11zap double full stop; ok schwarzeJason McIntyre
2014-05-10remove unused variableCharles Longeau
2014-05-10Give more(1) its own help file, shorter than the one for less(1).Ingo Schwarze
2014-05-09zap the commented out stuff from this file: it mainly pertains to otherJason McIntyre
2014-05-09move some remnants of more behaviour to the compat section, and use Xr forJason McIntyre
2014-05-08whack some useless verbiage from DESCRIPTION, and merge some of it intoJason McIntyre
2014-05-08- update DESCRIPTION and COMPATIBILITY WITH MOREJason McIntyre
2014-05-01options first, then pager commands; also remove one non-standard Sh;Jason McIntyre
2014-05-01STANDARDS is no longer relevant to this page, so remove it; while here,Jason McIntyre
2014-05-01the beginning of removing more details from this page, since we now haveJason McIntyre
2014-04-29Remove support for the obsolete (non-POSIX) "more -d" prompt.Todd C. Miller