summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/line.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* less uses a correct raceless signal method of indicating signal events inderaadt2019-09-031-4/+3
* New utility function mbtowc_left() because this functionality -schwarze2019-08-311-45/+8
* trivial replacement of the home-grown IS_ASCII_OCTET()schwarze2019-05-151-1/+1
* UTF-8 cleanup in the function pshift().schwarze2019-05-091-39/+37
* UTF-8 cleanup of the function pappend():schwarze2019-05-071-42/+42
* UTF-8 cleanup in do_append() replacing calls to broken functions:schwarze2019-03-131-7/+11
* Clean up UTF-8 handling in backc():schwarze2019-03-121-8/+38
* de-obfuscate by expanding three useless macros; no functional change;schwarze2019-03-011-24/+22
* Start UTF-8 cleanup of store_char(), in particular getting rid ofschwarze2019-03-011-36/+37
* To simplify the upcoming UTF-8 cleanup in less(1), delete supportschwarze2019-02-261-13/+9
* To measure the display width of a wide character in pwidth(), useschwarze2019-02-241-35/+40
* The character buffer should be resized using recallocarray()deraadt2017-04-021-2/+2
* little bit more KNFderaadt2016-09-171-3/+3
* Improve handling of ambiguous overstrike sequences. A sequence of _\b_natano2016-03-261-12/+23
* style(9) includesmmcc2016-03-161-1/+1
* Remove a fancy macro that calculates the necessary buffer size formmcc2016-01-261-1/+1
* unify two identical function pairs now that we've removed less's off_tmmcc2016-01-131-1/+1
* Remove LINUNUM, a needless alias for off_t. Also, remove a redundantmmcc2016-01-121-1/+1
* Remove NULL-checks before free(), a needless comment, and a needlessmmcc2015-11-091-4/+2
* Garrett D'Amore has agreed to moving his copyright line up above thenicm2015-11-061-4/+2
* Replace less with the cleaned-up fork of less 458 maintained by Garrettnicm2015-11-051-408/+255
* Merge Less 458 plus local patchesshadchin2014-04-251-4/+9
* Use volatile sig_atomic_t, not int, for the sigs variable. Alsomillert2011-09-211-1/+1
* Merge in less 444 plus local changesshadchin2011-09-161-301/+645
* Fix recovery of realloc failure, which causes a segv on files withotto2006-01-111-8/+12
* Fix off-by-one when moving a line to the end of the buffer. Insteadmillert2005-08-271-6/+1
* When reallocating the line buffer, double the existing buffermillert2004-04-081-7/+5
* Fix sizeof(char *) in snprintf that broke the -N option.millert2003-06-181-1/+1
* Merge in less-381 w/ local changes and remove obsolete files.millert2003-04-131-133/+474
* more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintfderaadt2003-04-061-2/+2
* kill more registersmpech2001-11-191-15/+15
* $OpenBSD$niklas2001-01-291-0/+2
* Import of unmolested less-290.etheisen1996-09-211-0/+582