| Commit message (Expand) | Author | Age | Files | Lines |
* | less uses a correct raceless signal method of indicating signal events in |  deraadt | 2019-09-03 | 1 | -4/+3 |
* | New utility function mbtowc_left() because this functionality - |  schwarze | 2019-08-31 | 1 | -45/+8 |
* | trivial replacement of the home-grown IS_ASCII_OCTET() |  schwarze | 2019-05-15 | 1 | -1/+1 |
* | UTF-8 cleanup in the function pshift(). |  schwarze | 2019-05-09 | 1 | -39/+37 |
* | UTF-8 cleanup of the function pappend(): |  schwarze | 2019-05-07 | 1 | -42/+42 |
* | 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 | 1 | -36/+37 |
* | To simplify the upcoming UTF-8 cleanup in less(1), delete support |  schwarze | 2019-02-26 | 1 | -13/+9 |
* | To measure the display width of a wide character in pwidth(), use |  schwarze | 2019-02-24 | 1 | -35/+40 |
* | The character buffer should be resized using recallocarray() |  deraadt | 2017-04-02 | 1 | -2/+2 |
* | little bit more KNF |  deraadt | 2016-09-17 | 1 | -3/+3 |
* | Improve handling of ambiguous overstrike sequences. A sequence of _\b_ |  natano | 2016-03-26 | 1 | -12/+23 |
* | style(9) includes |  mmcc | 2016-03-16 | 1 | -1/+1 |
* | Remove a fancy macro that calculates the necessary buffer size for |  mmcc | 2016-01-26 | 1 | -1/+1 |
* | unify two identical function pairs now that we've removed less's off_t |  mmcc | 2016-01-13 | 1 | -1/+1 |
* | Remove LINUNUM, a needless alias for off_t. Also, remove a redundant |  mmcc | 2016-01-12 | 1 | -1/+1 |
* | Remove NULL-checks before free(), a needless comment, and a needless |  mmcc | 2015-11-09 | 1 | -4/+2 |
* | Garrett D'Amore has agreed to moving his copyright line up above the |  nicm | 2015-11-06 | 1 | -4/+2 |
* | Replace less with the cleaned-up fork of less 458 maintained by Garrett |  nicm | 2015-11-05 | 1 | -408/+255 |
* | Merge Less 458 plus local patches |  shadchin | 2014-04-25 | 1 | -4/+9 |
* | Use volatile sig_atomic_t, not int, for the sigs variable. Also |  millert | 2011-09-21 | 1 | -1/+1 |
* | Merge in less 444 plus local changes |  shadchin | 2011-09-16 | 1 | -301/+645 |
* | Fix recovery of realloc failure, which causes a segv on files with |  otto | 2006-01-11 | 1 | -8/+12 |
* | Fix off-by-one when moving a line to the end of the buffer. Instead |  millert | 2005-08-27 | 1 | -6/+1 |
* | When reallocating the line buffer, double the existing buffer |  millert | 2004-04-08 | 1 | -7/+5 |
* | Fix sizeof(char *) in snprintf that broke the -N option. |  millert | 2003-06-18 | 1 | -1/+1 |
* | Merge in less-381 w/ local changes and remove obsolete files. |  millert | 2003-04-13 | 1 | -133/+474 |
* | more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintf |  deraadt | 2003-04-06 | 1 | -2/+2 |
* | kill more registers |  mpech | 2001-11-19 | 1 | -15/+15 |
* | $OpenBSD$ |  niklas | 2001-01-29 | 1 | -0/+2 |
* | Import of unmolested less-290. |  etheisen | 1996-09-21 | 1 | -0/+582 |