Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-14 | Symbol table tells me to use pledge "stdio rpath wpath cpath" | Theo de Raadt | |
2015-11-14 | Correct check flipped in earlier commit. | Philip Guenther | |
Eliminate unnecessary isupper() tests before tolower() use ok millert@ | |||
2015-11-13 | Add a flag argument to flush() to stop it calling quit() on error, then | Nicholas Marriott | |
use this from quit() to stop less blowing up the stack looping through quit()/flush() if stderr is closed (for example "less /missing 2</dev/null"). ok millert | |||
2015-11-12 | Back out of is_optchar() removal. daniel@ was not a fan. | mmcc | |
2015-11-12 | Inline is_optchar(), a helper function with only one usage. | mmcc | |
ok nicm@, stsp@ | |||
2015-11-12 | Cast three ctype functions' arguments to unsigned char and simplify a | mmcc | |
helper function in the process. ok tedu@ | |||
2015-11-12 | Remove chardef[] and just use isprint/iscntrl directly, ok tedu | Nicholas Marriott | |
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 | |
to be special. Simply use NULL. | |||
2015-11-09 | 3 pledge calls; 2 are for secure mode and will help track down if this | Theo de Raadt | |
code really meets the promise of "no writes". Some hints from nicm and semarie. | |||
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 | |
void* cast. ok nicm@ | |||
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 | |
ctags(1) support remains). ok tedu | |||
2015-11-07 | replace save() with estrdup() and make estrdup() exit like all the other | Ted Unangst | |
ecalloc, etc. functions do. ok mmcc nicm | |||
2015-11-07 | delete custom charset tables and just use ctype. init utf_mode from LC_CTYPE | Ted Unangst | |
ok nicm | |||
2015-11-07 | remove some charsets we don't use. remove LESSCHARSET since setting it to | Ted Unangst | |
anything other than LC_CTYPE is likely a bug. ok nicm | |||
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 | |
parts. ok ratchov jung millert | |||
2015-11-06 | Garrett D'Amore has agreed to moving his copyright line up above the | Nicholas Marriott | |
terms with the existing copyright, so it is clear it applies the same terms. | |||
2015-11-06 | time_t is not a long. remove incorrect abstraction around time(). | Ted Unangst | |
ok nicm | |||
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 | |
D'Amore at https://github.com/gdamore/less-fork. This has significantly less portability goop, has a tidied up code style, uses terminfo instead of termcap, and is has stricter POSIX compliance. Many of our local changes have been accepted upstream: substantial remaining local changes are code to read help files from /usr/share rather than compiling them in, man page and help improvements, and some tweaks to the default options. Review and testing by millert, ok deraadt | |||
2011-09-16 | Import of Less 444 | Alexandr Shadchin | |
ok nicm@ | |||
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 | |
- Mark up flags with Fl - Mark up commands with Cm or Ic - Replace some double quotes with semantic alternatives - Fix the incorrectly documented -" option - Correct broken intra-page references ok jmc@ | |||
2014-05-28 | in the compat with more section, document: | Jason McIntyre | |
- the sense of -c is inverted - -GX are on by default - fold the note on -d into the stuff on -GX i deliberately left out mentioning -l being on by default, since i think the note below (all LESS vars are ignored) covers it adequately; ok millert | |||
2014-05-28 | When invoked as more, make the -i option behave the same as less's | Todd C. Miller | |
-I to match POSIX. OK and man bits from jmc@ | |||
2014-05-23 | Use REG_STARTEND to permit searches to work past/across NUL bytes. | Philip Guenther | |
ok millert@ shadchin@ | |||
2014-05-13 | sync some of the text of ENVIRONMENT with more(1), and cut some | Jason McIntyre | |
verbiage; ok millert | |||
2014-05-13 | All callers of helpfile() are #ifdef SMALL so only define that | Todd C. Miller | |
function when SMALL is not defined. OK guenther@ | |||
2014-05-11 | zap double full stop; ok schwarze | Jason McIntyre | |
2014-05-10 | remove unused variable | Charles Longeau | |
ok shadchin@ | |||
2014-05-10 | Give more(1) its own help file, shorter than the one for less(1). | Ingo Schwarze | |
The helpfile itself was prepared by jmc@, the glue by me. OK millert@ jmc@ | |||
2014-05-09 | zap the commented out stuff from this file: it mainly pertains to other | Jason McIntyre | |
systems, and our page is sufficiently far away from upstream to justify it; ok millert |