Age | Commit message (Expand) | Author |
2022-01-08 | Fix possible use after free with long lines | Tobias Stoeckmann |
2021-10-25 | Zap unused variables/functions under /usr/src/*bin/ | Klemens Nanni |
2019-09-03 | less uses a correct raceless signal method of indicating signal events in | Theo de Raadt |
2019-08-31 | New utility function mbtowc_left() because this functionality - | Ingo Schwarze |
2019-05-15 | trivial replacement of the home-grown IS_ASCII_OCTET() | Ingo Schwarze |
2019-05-09 | UTF-8 cleanup in the function pshift(). | Ingo Schwarze |
2019-05-07 | UTF-8 cleanup of the function pappend(): | 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 |
2017-04-02 | The character buffer should be resized using recallocarray() | Theo de Raadt |
2016-09-17 | little bit more KNF | Theo de Raadt |
2016-03-26 | Improve handling of ambiguous overstrike sequences. A sequence of _\b_ | Martin Natano |
2016-03-16 | style(9) includes | mmcc |
2016-01-26 | Remove a fancy macro that calculates the necessary buffer size for | mmcc |
2016-01-13 | unify two identical function pairs now that we've removed less's off_t | mmcc |
2016-01-12 | Remove LINUNUM, a needless alias for off_t. Also, remove a redundant | mmcc |
2015-11-09 | Remove NULL-checks before free(), a needless comment, and a needless | mmcc |
2015-11-06 | Garrett D'Amore has agreed to moving his copyright line up above the | Nicholas Marriott |
2015-11-05 | Replace less with the cleaned-up fork of less 458 maintained by Garrett | Nicholas Marriott |
2014-04-25 | Merge Less 458 plus local patches | Alexandr Shadchin |
2011-09-21 | Use volatile sig_atomic_t, not int, for the sigs variable. Also | Todd C. Miller |
2011-09-16 | Merge in less 444 plus local changes | Alexandr Shadchin |
2006-01-11 | Fix recovery of realloc failure, which causes a segv on files with | Otto Moerbeek |
2005-08-27 | Fix off-by-one when moving a line to the end of the buffer. Instead | Todd C. Miller |
2004-04-08 | When reallocating the line buffer, double the existing buffer | Todd C. Miller |
2003-06-18 | Fix sizeof(char *) in snprintf that broke the -N option. | Todd C. Miller |
2003-04-13 | Merge in less-381 w/ local changes and remove obsolete files. | Todd C. Miller |
2003-04-06 | more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintf | Theo de Raadt |
2001-11-19 | kill more registers | Mike Pechkin |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
1996-09-21 | Import of unmolested less-290. | etheisen |