summaryrefslogtreecommitdiff
path: root/usr.bin/less
AgeCommit message (Expand)Author
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-12-14Don't attempt to read or write ~/.lesshst if it's not a regular filedholland
2009-11-16kill a stray semicolon which made that the "-p <cmd>" option indrochner
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2008-08-28don't parse $LESS env-var in more_mode. (also, don't parse $LESS twicemrg
2008-05-29remove clause #3 from my license where there are no othermrg
2008-02-16Fix numerous inconsistent variable declaration. Resulting in some minormatt
2006-12-17Add the list of differences between more and less provided by mrg@ injmmv
2006-11-20Don't add all the help text when SMALLPROG is set.dsl
2006-10-26#if 0 some unused variables.mrg
2006-10-26merge less-394.mrg
2006-10-26import less 394. this includes these changes:mrg
2006-10-26also need charset.h now.mrg
2006-10-26import less 394. this includes these changes:mrg
2006-10-08WFORMAT is no more...peter
2006-09-23PR/21741: Christian Biere: Buffer overrun and wrong usage of islower() inelad
2006-05-14XXX: GCC uninitialized variableschristos
2006-05-01Coverity CID 1223: Avoid calling close with a negative fd.christos
2006-05-01Coverity CID 1233: Avoid negative index.christos
2006-03-26PR/33123: Murray Armfield: standards compliance & glob.hchristos
2005-08-24Fix a one byte off error which causes "less" to crash if you view atron
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-08-26From OpenBSD:wiz
2003-11-30Fix documentation of lesskey config file path per PR 23597wiz
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-07-26reorder some structure definitions to appease gcc3.3mrg
2003-04-14fix build errorsmrg
2003-04-14merge less 381mrg
2003-04-14import less 381. changes:mrg
2003-01-20The Double-Semi-Colon Police.simonb
2002-12-06Avoid strict alias warning.thorpej
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-06-15Remove !__STDC__.wiz
2002-03-05Remove prototypes for some static functions that don't exist.simonb
2002-03-05clean up.mrg
2002-03-05merge less-374mrg
2002-03-05less 374mrg
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-14* Avoid stale pointers into a previously used termcap buffer.pk
2001-12-12MKfoo=no -> NOfootv
2001-12-01Whitespace cleanup.wiz
2001-07-26clean up WARNS.mrg
2001-07-26add a new header file.mrg
2001-07-26don't need this.mrg
2001-07-26merge cornflakes (less 358)mrg
2001-07-26less 358mrg
2001-06-19`existent', not `existant'wiz
2001-02-19convert to use getprogname()cgd
2001-01-04use %ll_ instead of the less standard %q_lukem
2000-10-11More format string cleanup by sommerfeld.is