Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-26 | Fix for PR1643; constrain indices into "table" to be < table_size | Todd C. Miller | |
so we don't go off and return random, unallocated bits. | |||
1999-03-05 | provide support for -- argument seperator | Theo de Raadt | |
1999-02-20 | First step at supporting files > 2gig. Use off_t as POSITION | Todd C. Miller | |
and replace get_maxlong() with a get_maxpos() and modify percentage() appropriately. There are still problems seeking to the end of a large file and line numbers should probably be 64bit (or at the very least unsigned). This has been sitting in my tree for quite some time now so I am committing what I have now since I don't know when I'll have a chance to really finish it. | |||
1999-02-03 | Use ${COPTS}; wd@ics.nara-wu.ac.jp | Todd C. Miller | |
1998-10-18 | set PATH before running configure since we can't rely on the user's path ↵ | Todd C. Miller | |
being sane | |||
1998-07-20 | use sc_e_keypad, sc_s_keypad, and use ti/te. Undoes previous revs which ↵ | Theo de Raadt | |
disabled. Unclear why that was done, must wait for that old bug to resurface and fix it in a different way | |||
1998-07-17 | better example w/o /tmp race. Noted by Oleg Safiullin <form@vs.itam.nsc.ru | Todd C. Miller | |
1998-05-13 | less "-d" descriptions swapped; mouse@Rodents.Montreal.QC.CA | Theo de Raadt | |
1997-11-12 | Do termios ops on /dev/tty if available, else fd 2. | Todd C. Miller | |
1997-11-12 | TCSADRAIN -> TCSANOW. Using TCSADRAIN appears to cause a race condition | Todd 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-05 | s/$(CF)/${CF}/ | kstailey | |
1997-08-01 | tabify. | kstailey | |
1997-08-01 | reduce GLOBAL_AUTOCONF_CACHE code. | kstailey | |
1997-07-29 | Changed 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-29 | Start 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-23 | respect NOMAN during install | kstailey | |
1997-06-22 | respect NOMAN! | kstailey | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-23 | Use ${INSTALL}. Also make all $(foo) be ${foo}. | Niklas Hallqvist | |
1996-09-27 | Beat crunchgen'd less into submission. | etheisen | |
1996-09-26 | Doh! DESTDIR | etheisen | |
1996-09-25 | Better crunchgen support. | etheisen | |
1996-09-25 | OBJS var needed for crunchgen. | etheisen | |
1996-09-22 | No broken push/pop for Theo's less -ewm. | etheisen | |
1996-09-22 | I don't do curses and certainly not with termcap. Fix the libraries | etheisen | |
being linked in. | |||
1996-09-21 | Cleanup | etheisen | |
1996-09-21 | Incorporate less modifications for more and our bug fixes from previous | etheisen | |
version. | |||
1996-09-21 | Build less-290 using wrappers. | etheisen | |
1996-09-21 | Import of unmolested less-290. | etheisen | |