Age | Commit message (Expand) | Author |
2014-04-19 | tiny fix: Remove duplicate rows, they appeared after importing less 444 | Alexandr Shadchin |
2014-04-14 | Deny requests to display interactive help unless we can be really sure | Ingo Schwarze |
2014-04-14 | Explain how -p works with respect to multiple commands, and provide EXAMPLES; | Ingo Schwarze |
2014-04-12 | Reference re_format(7), not ed(1) when talking about regexp matching. | Todd C. Miller |
2014-04-12 | more(1) is not an editor, so don't say -t will "edit" a file; | Ingo Schwarze |
2014-04-12 | - simplify macros in COMMANDS | Jason McIntyre |
2014-04-12 | Unlike less, more should use basic regular expressions. | Todd C. Miller |
2014-04-10 | remove some obsolescent text and tweak -p slightly; ok millert | Jason McIntyre |
2014-04-09 | The -p option now matches POSIX. With jmc@ | Todd C. Miller |
2014-04-09 | - move the "more is less" blurb to a more relevant place | Jason McIntyre |
2014-04-09 | In "more" mode, POSIX says the command specified by the -p option | Todd C. Miller |
2014-04-09 | add EXIT STATUS; ok millert | Jason McIntyre |
2014-04-09 | update COMMANDS to only reflect those specified by posix; ok millert | Jason McIntyre |
2014-04-09 | update ENVIRONMENT; ok millert | Jason McIntyre |
2014-04-08 | various fixes for the options list, and use the same Nd as less (which was | Jason McIntyre |
2014-04-07 | some initial cleanup; | Jason McIntyre |
2014-04-07 | First cut at a separate more(1), based on the 4.4BSD more.1. | Todd C. Miller |
2014-04-07 | Back out rev 1.30, our less does actually support the old-style more | Todd C. Miller |
2014-04-07 | Remove description of old more's -d option which we haven't supported | Todd C. Miller |
2014-01-22 | fix a leak in an error path | Jonathan Gray |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2012-08-12 | Use .Lk for HTTP hyperlinks, not .Pa. | Ingo Schwarze |
2012-05-17 | Quit if write(2) returns -1 when writing to the tty, which can | Todd C. Miller |
2012-03-30 | make the description of -c a little saner; ok nicm | Jason McIntyre |
2012-03-27 | Reverse the default of the -c flag from off to on to prevent the text | Nicholas Marriott |
2011-11-16 | Don't create a history file called -... doh. Pointed out by jmc. | Nicholas Marriott |
2011-11-15 | Disable LESSHISTFILE by default, requested by deraadt. | Nicholas Marriott |
2011-10-08 | return the old behaviour for "more": | Alexandr Shadchin |
2011-09-21 | Fix mismerged copyright notice | Todd C. Miller |
2011-09-21 | Use volatile sig_atomic_t, not int, for the sigs variable. Also | Todd C. Miller |
2011-09-21 | Repair interrupted reads; fixes ^Z. OK deraadt@ | Todd C. Miller |
2011-09-16 | tweak previous; | Jason McIntyre |
2011-09-16 | add missing Makefile.inc | Alexandr Shadchin |
2011-09-16 | Merge in less 444 plus local changes | Alexandr Shadchin |
2011-09-16 | Import of Less 444 | Alexandr Shadchin |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-02-03 | LC_TYPE -> LC_CTYPE; from Alexander Polakov | Jason McIntyre |
2010-10-28 | more roff adjustments; | Jason McIntyre |
2010-08-09 | Match -m prompt string in man page with code. From Daniel Malament | Ray Lai |
2010-08-09 | Remove extra `.' from -m prompt string. From Daniel Malament danielm | Ray Lai |
2010-07-03 | use SMALL_PROGRAM to knock out some code | Theo de Raadt |
2010-07-02 | tags.c isn't needed at all, so exclude the entire object instead of | Philip Guenthe |
2010-04-09 | - fix up SYNOPSIS; it's not perfect yet though... | Jason McIntyre |
2010-02-28 | %t didn't properly remove trailing spaces from the end of the prompt. | Jasper Lievisse Adriaanse |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2009-02-10 | STANDARDS: | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-11-03 | main build can only happen after configure has run. | Marc Espie |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |