Age | Commit message (Expand) | Author |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-01-08 | Fix possible use after free with long lines | Tobias Stoeckmann |
2021-12-10 | fix a copy-and-paste error; | Ingo Schwarze |
2021-12-09 | imrove the description of lesskey; based on a diff from richard ulmer | Jason McIntyre |
2021-12-07 | Improve the COMMAND SECTION section in multiple respects regarding | Ingo Schwarze |
2021-10-25 | Zap unused variables/functions under /usr/src/*bin/ | Klemens Nanni |
2021-10-09 | Merge upstream bug fixes | Tobias Stoeckmann |
2021-09-23 | Remove wpath from secure mode pledge. | Tobias Stoeckmann |
2021-08-07 | Bugfix: | Ingo Schwarze |
2019-09-04 | adjust a variable name in a comment after the reorg in signal.c rev. 1.18 | Ingo Schwarze |
2019-09-03 | less uses a correct raceless signal method of indicating signal events in | Theo de Raadt |
2019-09-02 | Delete what remains of the support for combining characters into | Ingo Schwarze |
2019-08-31 | New utility function mbtowc_left() because this functionality - | Ingo Schwarze |
2019-08-20 | - more no longer accepts random less commands | Jason McIntyre |
2019-07-20 | Correct misleading description of -S; | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | asprintf returns -1, not an arbitrary value < 0. Also upon error the | Theo de Raadt |
2019-06-02 | In manpages, don't escape apostrophes as \'; it's rarely what you want. | Anthony J. Bentley |
2019-05-26 | use proper crossreferences | Christian Weisgerber |
2019-05-15 | trivial patch to at least make the buggy functions control_char() | Ingo Schwarze |
2019-05-15 | trivial replacement of the home-grown IS_ASCII_OCTET() | Ingo Schwarze |
2019-05-15 | Clean up all major UTF-8 issues in cvt.c. | Ingo Schwarze |
2019-05-15 | UTF-8 cleanup in the function cmd_putstr(). | Ingo Schwarze |
2019-05-09 | delete five unused macros | Ingo Schwarze |
2019-05-09 | UTF-8 cleanup in the function pshift(). | Ingo Schwarze |
2019-05-07 | fix an obvious documentation bug: -# requires an argument | Ingo Schwarze |
2019-05-07 | Completely clean up UTF-8 handling in the file filename.c: | Ingo Schwarze |
2019-05-07 | UTF-8 cleanup of the function pappend(): | Ingo Schwarze |
2019-03-14 | Cleanup and bugfix: | Ingo Schwarze |
2019-03-13 | UTF-8 cleanup in do_append() replacing calls to broken functions: | Ingo Schwarze |
2019-03-12 | Clean up UTF-8 handling in backc(): | Ingo Schwarze |
2019-03-01 | de-obfuscate by expanding three useless macros; no functional change; | Ingo Schwarze |
2019-03-01 | Start UTF-8 cleanup of store_char(), in particular getting rid of | Ingo Schwarze |
2019-02-26 | To simplify the upcoming UTF-8 cleanup in less(1), delete support | Ingo Schwarze |
2019-02-24 | To measure the display width of a wide character in pwidth(), use | Ingo Schwarze |
2018-12-30 | Delete unnecessary <libgen.h> #includes | Philip Guenther |
2018-03-17 | Split only LESS on $. | Kenneth R Westerback |
2018-03-17 | Fix use after free that caused the creation of a spurious file. | Kenneth R Westerback |
2017-11-27 | Use CLOCK_MONOTONIC for the delay before printing "Calculating line numbers" | Jeremie Courreges-Anglas |
2017-10-29 | After fstat(2) failure, trying lseek(2) is useless, so delete it. | Ingo Schwarze |
2017-08-02 | When performing an inverted search in less, make sure to invalidate the match | anton |
2017-07-09 | remove redundant variable declarations in Makefiles, since those are | Marc Espie |
2017-05-03 | While freeing tag entries, make sure to free the copied strings. | Todd C. Miller |
2017-04-20 | control_char() for ASCII needs to include both genuine control | Nicholas Marriott |
2017-04-02 | The character buffer should be resized using recallocarray() | Theo de Raadt |
2017-01-12 | Fix the "t" command for the case where we go down by just a few lines: | Ingo Schwarze |
2017-01-04 | Avoid an out of bounds read when the environment variable LESSBINFMT | Todd C. Miller |
2016-12-30 | restore a not so redundant test. loopcount = -1 is a significant indicator | Ted Unangst |
2016-10-24 | Unify wording for LC_CTYPE in ENVIRONMENT: | Ingo Schwarze |
2016-09-17 | little bit more KNF | Theo de Raadt |