summaryrefslogtreecommitdiff
path: root/usr.bin/less/line.c
AgeCommit message (Expand)Author
2022-01-08Fix possible use after free with long linesTobias Stoeckmann
2021-10-25Zap unused variables/functions under /usr/src/*bin/Klemens Nanni
2019-09-03less uses a correct raceless signal method of indicating signal events inTheo de Raadt
2019-08-31New utility function mbtowc_left() because this functionality -Ingo Schwarze
2019-05-15trivial replacement of the home-grown IS_ASCII_OCTET()Ingo Schwarze
2019-05-09UTF-8 cleanup in the function pshift().Ingo Schwarze
2019-05-07UTF-8 cleanup of the function pappend():Ingo Schwarze
2019-03-13UTF-8 cleanup in do_append() replacing calls to broken functions:Ingo Schwarze
2019-03-12Clean up UTF-8 handling in backc():Ingo Schwarze
2019-03-01de-obfuscate by expanding three useless macros; no functional change;Ingo Schwarze
2019-03-01Start UTF-8 cleanup of store_char(), in particular getting rid ofIngo Schwarze
2019-02-26To simplify the upcoming UTF-8 cleanup in less(1), delete supportIngo Schwarze
2019-02-24To measure the display width of a wide character in pwidth(), useIngo Schwarze
2017-04-02The character buffer should be resized using recallocarray()Theo de Raadt
2016-09-17little bit more KNFTheo de Raadt
2016-03-26Improve handling of ambiguous overstrike sequences. A sequence of _\b_Martin Natano
2016-03-16style(9) includesmmcc
2016-01-26Remove a fancy macro that calculates the necessary buffer size formmcc
2016-01-13unify two identical function pairs now that we've removed less's off_tmmcc
2016-01-12Remove LINUNUM, a needless alias for off_t. Also, remove a redundantmmcc
2015-11-09Remove NULL-checks before free(), a needless comment, and a needlessmmcc
2015-11-06Garrett D'Amore has agreed to moving his copyright line up above theNicholas Marriott
2015-11-05Replace less with the cleaned-up fork of less 458 maintained by GarrettNicholas Marriott
2014-04-25Merge Less 458 plus local patchesAlexandr Shadchin
2011-09-21Use volatile sig_atomic_t, not int, for the sigs variable. AlsoTodd C. Miller
2011-09-16Merge in less 444 plus local changesAlexandr Shadchin
2006-01-11Fix recovery of realloc failure, which causes a segv on files withOtto Moerbeek
2005-08-27Fix off-by-one when moving a line to the end of the buffer. InsteadTodd C. Miller
2004-04-08When reallocating the line buffer, double the existing bufferTodd C. Miller
2003-06-18Fix sizeof(char *) in snprintf that broke the -N option.Todd C. Miller
2003-04-13Merge in less-381 w/ local changes and remove obsolete files.Todd C. Miller
2003-04-06more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintfTheo de Raadt
2001-11-19kill more registersMike Pechkin
2001-01-29$OpenBSD$Niklas Hallqvist
1996-09-21Import of unmolested less-290.etheisen