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