summaryrefslogtreecommitdiff
path: root/usr.bin/less/line.c
AgeCommit message (Expand)Author
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