Age | Commit message (Expand) | Author |
2015-11-11 | exit if pledge fails | Theo de Raadt |
2015-11-09 | use perror() instead, as in lesskey | Theo de Raadt |
2015-11-09 | stop acting like "more" if progname is "page"; ok millert | Theo de Raadt |
2015-11-09 | fsync() on a tty is meaningless; ok deraadt@ | Todd C. Miller |
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 | 3 pledge calls; 2 are for secure mode and will help track down if this | Theo de Raadt |
2015-11-09 | do not save history in secure mode | Theo de Raadt |
2015-11-09 | use open() with flags instead of creat() | Theo de Raadt |
2015-11-09 | Remove NULL-checks before free(), a needless comment, and a needless | mmcc |
2015-11-09 | cleanup struct definitions | Theo de Raadt |
2015-11-09 | close_getchr() is now a noop | Theo de Raadt |
2015-11-09 | use STDERR_FILENO instead of 2 | Theo de Raadt |
2015-11-09 | do not need wrappers around O_RDONLY and such | Theo de Raadt |
2015-11-08 | stop pointing people to the gnu and less sites; ok nicm | Jason McIntyre |
2015-11-08 | Remove support for LESSGLOBALTAGS, we do not have global(1) (standard | Nicholas Marriott |
2015-11-07 | replace save() with estrdup() and make estrdup() exit like all the other | Ted Unangst |
2015-11-07 | delete custom charset tables and just use ctype. init utf_mode from LC_CTYPE | Ted Unangst |
2015-11-07 | remove some charsets we don't use. remove LESSCHARSET since setting it to | Ted Unangst |
2015-11-06 | remove rarely used LESSCHARDEF support. ok nicm | Ted Unangst |
2015-11-06 | Remove support for ! to run a shell command, we have ^Z around these | Nicholas Marriott |
2015-11-06 | Garrett D'Amore has agreed to moving his copyright line up above the | Nicholas Marriott |
2015-11-06 | time_t is not a long. remove incorrect abstraction around time(). | Ted Unangst |
2015-11-06 | Remove LSIGNAL which is just the same as lsignal() now. | Nicholas Marriott |
2015-11-05 | deregister | Ted Unangst |
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 |
2011-09-16 | Import of Less 444 | Alexandr Shadchin |
2003-04-13 | Stock less-390 with some unneeded DOS/Windoze files removed | Todd C. Miller |
1996-09-21 | Import of unmolested less-290. | etheisen |
2014-11-23 | minor fixes; | Jason McIntyre |
2014-11-23 | Improve manpage markup. | Anthony J. Bentley |
2014-05-28 | in the compat with more section, document: | Jason McIntyre |
2014-05-28 | When invoked as more, make the -i option behave the same as less's | Todd C. Miller |
2014-05-23 | Use REG_STARTEND to permit searches to work past/across NUL bytes. | Philip Guenther |
2014-05-13 | sync some of the text of ENVIRONMENT with more(1), and cut some | Jason McIntyre |
2014-05-13 | All callers of helpfile() are #ifdef SMALL so only define that | Todd C. Miller |
2014-05-11 | zap double full stop; ok schwarze | Jason McIntyre |
2014-05-10 | remove unused variable | Charles Longeau |
2014-05-10 | Give more(1) its own help file, shorter than the one for less(1). | Ingo Schwarze |
2014-05-09 | zap the commented out stuff from this file: it mainly pertains to other | Jason McIntyre |
2014-05-09 | move some remnants of more behaviour to the compat section, and use Xr for | Jason McIntyre |
2014-05-08 | whack some useless verbiage from DESCRIPTION, and merge some of it into | Jason McIntyre |
2014-05-08 | - update DESCRIPTION and COMPATIBILITY WITH MORE | Jason McIntyre |
2014-05-01 | options first, then pager commands; also remove one non-standard Sh; | Jason McIntyre |
2014-05-01 | STANDARDS is no longer relevant to this page, so remove it; while here, | Jason McIntyre |
2014-05-01 | the beginning of removing more details from this page, since we now have | Jason McIntyre |
2014-04-29 | Remove support for the obsolete (non-POSIX) "more -d" prompt. | Todd C. Miller |