summaryrefslogtreecommitdiff
path: root/usr.bin/less
AgeCommit message (Collapse)Author
1998-05-13less "-d" descriptions swapped; mouse@Rodents.Montreal.QC.CATheo de Raadt
1997-11-12Do termios ops on /dev/tty if available, else fd 2.Todd C. Miller
1997-11-12TCSADRAIN -> TCSANOW. Using TCSADRAIN appears to cause a race conditionTodd C. Miller
whereby the change is done with the wrong tcpgrp. This fixes suspending less/more when invoked in mail(1) or via sh -c "less somefile".
1997-09-05s/$(CF)/${CF}/kstailey
1997-08-01tabify.kstailey
1997-08-01reduce GLOBAL_AUTOCONF_CACHE code.kstailey
1997-07-29Changed the rules.kstailey
The variable is now GLOBAL_AUTOCONF_CACHE. You must set it to the name of the cache file to use. Ether "setenv GLOBAL_AUTOCONF_CACHE /var/tmp/foo" or add it to /etc/mk.conf
1997-07-29Start of GLOBAL_CACHE option to speed compiles.kstailey
This change should have no effect by default. "setenv GLOBAL_CACHE" or add GLOBAL_CACHE to /etc/mk.conf to activate. Global cache files are on a per-account basis to deal with security.
1997-06-23respect NOMAN during installkstailey
1997-06-22respect NOMAN!kstailey
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-01-23Use ${INSTALL}. Also make all $(foo) be ${foo}.Niklas Hallqvist
1996-09-27Beat crunchgen'd less into submission.etheisen
1996-09-26Doh! DESTDIRetheisen
1996-09-25Better crunchgen support.etheisen
1996-09-25OBJS var needed for crunchgen.etheisen
1996-09-22No broken push/pop for Theo's less -ewm.etheisen
1996-09-22I don't do curses and certainly not with termcap. Fix the librariesetheisen
being linked in.
1996-09-21Cleanupetheisen
1996-09-21Incorporate less modifications for more and our bug fixes from previousetheisen
version.
1996-09-21Build less-290 using wrappers.etheisen
1996-09-21Import of unmolested less-290.etheisen