| Commit message (Expand) | Author | Age | Files | Lines |
| * | adjust a variable name in a comment after the reorg in signal.c rev. 1.18 |  schwarze | 2019-09-04 | 1 | -1/+1 |
| * | less uses a correct raceless signal method of indicating signal events in |  deraadt | 2019-09-03 | 15 | -61/+57 |
| * | Delete what remains of the support for combining characters into |  schwarze | 2019-09-02 | 4 | -42/+7 |
| * | New utility function mbtowc_left() because this functionality - |  schwarze | 2019-08-31 | 3 | -45/+30 |
| * | - more no longer accepts random less commands |  jmc | 2019-08-20 | 2 | -34/+30 |
| * | Correct misleading description of -S; |  schwarze | 2019-07-20 | 1 | -6/+4 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 7 | -8/+8 |
| * | asprintf returns -1, not an arbitrary value < 0. Also upon error the |  deraadt | 2019-06-28 | 1 | -1/+1 |
| * | In manpages, don't escape apostrophes as \'; it's rarely what you want. |  bentley | 2019-06-02 | 1 | -3/+3 |
| * | use proper crossreferences |  naddy | 2019-05-26 | 1 | -4/+8 |
| * | trivial patch to at least make the buggy functions control_char() |  schwarze | 2019-05-15 | 2 | -4/+2 |
| * | trivial replacement of the home-grown IS_ASCII_OCTET() |  schwarze | 2019-05-15 | 4 | -5/+3 |
| * | Clean up all major UTF-8 issues in cvt.c. |  schwarze | 2019-05-15 | 3 | -46/+11 |
| * | UTF-8 cleanup in the function cmd_putstr(). |  schwarze | 2019-05-15 | 1 | -18/+5 |
| * | delete five unused macros |  schwarze | 2019-05-09 | 1 | -5/+0 |
| * | UTF-8 cleanup in the function pshift(). |  schwarze | 2019-05-09 | 1 | -39/+37 |
| * | fix an obvious documentation bug: -# requires an argument |  schwarze | 2019-05-07 | 1 | -6/+11 |
| * | Completely clean up UTF-8 handling in the file filename.c: |  schwarze | 2019-05-07 | 3 | -25/+12 |
| * | UTF-8 cleanup of the function pappend(): |  schwarze | 2019-05-07 | 1 | -42/+42 |
| * | Cleanup and bugfix: |  schwarze | 2019-03-14 | 1 | -6/+8 |
| * | UTF-8 cleanup in do_append() replacing calls to broken functions: |  schwarze | 2019-03-13 | 1 | -7/+11 |
| * | Clean up UTF-8 handling in backc(): |  schwarze | 2019-03-12 | 1 | -8/+38 |
| * | de-obfuscate by expanding three useless macros; no functional change; |  schwarze | 2019-03-01 | 1 | -24/+22 |
| * | Start UTF-8 cleanup of store_char(), in particular getting rid of |  schwarze | 2019-03-01 | 2 | -38/+37 |
| * | To simplify the upcoming UTF-8 cleanup in less(1), delete support |  schwarze | 2019-02-26 | 4 | -19/+11 |
| * | To measure the display width of a wide character in pwidth(), use |  schwarze | 2019-02-24 | 1 | -35/+40 |
| * | Delete unnecessary <libgen.h> #includes |  guenther | 2018-12-30 | 1 | -1/+0 |
| * | Split only LESS on $. |  krw | 2018-03-17 | 3 | -9/+9 |
| * | Fix use after free that caused the creation of a spurious file. |  krw | 2018-03-17 | 2 | -1/+3 |
| * | Use CLOCK_MONOTONIC for the delay before printing "Calculating line numbers" |  jca | 2017-11-27 | 1 | -3/+23 |
| * | After fstat(2) failure, trying lseek(2) is useless, so delete it. |  schwarze | 2017-10-29 | 1 | -16/+1 |
| * | When performing an inverted search in less, make sure to invalidate the match |  anton | 2017-08-02 | 2 | -2/+5 |
| * | remove redundant variable declarations in Makefiles, since those are |  espie | 2017-07-09 | 1 | -2/+1 |
| * | While freeing tag entries, make sure to free the copied strings. |  millert | 2017-05-03 | 1 | -0/+2 |
| * | control_char() for ASCII needs to include both genuine control |  nicm | 2017-04-20 | 1 | -1/+3 |
| * | The character buffer should be resized using recallocarray() |  deraadt | 2017-04-02 | 1 | -2/+2 |
| * | Fix the "t" command for the case where we go down by just a few lines: |  schwarze | 2017-01-12 | 1 | -0/+1 |
| * | Avoid an out of bounds read when the environment variable LESSBINFMT |  millert | 2017-01-04 | 1 | -3/+4 |
| * | restore a not so redundant test. loopcount = -1 is a significant indicator |  tedu | 2016-12-30 | 1 | -1/+1 |
| * | Unify wording for LC_CTYPE in ENVIRONMENT: |  schwarze | 2016-10-24 | 1 | -3/+6 |
| * | little bit more KNF |  deraadt | 2016-09-17 | 25 | -63/+63 |
| * | Check the MORE (or LESS) environment variables after forcing the various |  nicm | 2016-08-28 | 1 | -4/+4 |
| * | Pass errret pointer to setupterm() to prevent setupterm() |  millert | 2016-07-08 | 1 | -2/+7 |
| * | Improve handling of ambiguous overstrike sequences. A sequence of _\b_ |  natano | 2016-03-26 | 2 | -12/+24 |
| * | style(9) includes |  mmcc | 2016-03-16 | 16 | -27/+37 |
| * | Wrap a macro's args in parentheses. No binary change. |  mmcc | 2016-03-16 | 1 | -2/+2 |
| * | Rename a local var so that we can call the global message buffer msg. |  mmcc | 2016-02-03 | 1 | -9/+10 |
| * | sort includes |  mmcc | 2016-01-29 | 1 | -8/+7 |
| * | remove unneeded CHAR_BIT macro |  mmcc | 2016-01-29 | 1 | -4/+0 |
| * | remove superfluous macro |  mmcc | 2016-01-29 | 2 | -2/+1 |