summaryrefslogtreecommitdiff
path: root/distrib/special/more
AgeCommit message (Expand)Author
2004-07-02Accept but ignore -E and -X since they specify default more(1) behavior.Todd C. Miller
2004-02-20- uppercase CRTJason McIntyre
2003-09-04put escapes in the right place;Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-06-05Add my licenseTodd C. Miller
2003-06-05Attempt to deal w/ large files sanely by using off_t and fseeko().Todd C. Miller
2003-06-04Handle arbitrarily long lines and add a special case for \r\n pair;Todd C. Miller
2003-06-04Correctly set dlines on terminal resize; missed this in rev 1.20.Todd C. Miller
2003-06-04Fix for machines w/ unsigned chars; part from drahn@Todd C. Miller
2003-06-04o print screensize - 1 lines for each screenful, not screensize - 2.Todd C. Miller
2003-06-04Check for alternate screen support and if it exists, don't print stuffTodd C. Miller
2003-06-04Fix mergo that resulted in 2 copies of the handle_signal() function.Todd C. Miller
2003-06-04simplify some tty handling code:Todd C. Miller
2003-06-03Eliminate setjmp/longjmp by using interruptible syscalls when reading inputTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-29permit the input file to contain " if needed; millert okTheo de Raadt
2003-05-28We need the hard-coded dependency after all since special bitsTodd C. Miller
2003-05-28Fix ERASEONECHAR macro and BSB so we don't do sizeof(pointer).Todd C. Miller
2003-05-28even simpler help storage w/ a tweak from millert@Michael Shalayeff
2003-05-28errno saving in signal handlers; millert okTheo de Raadt
2003-05-28Revert last commit; it is not neededTodd C. Miller
2003-05-28No more help file, add /usr/bin/vi to FILES sectionTodd C. Miller
2003-05-28more.o needs to depend on morehelp.h since "make clean" removes morehelp.h.Todd C. Miller
2003-05-28help file incorporated, does not grow that much; millert@ okMichael Shalayeff
2003-05-28o use _POSIX_VDISABLE instead of hard-coding 255Todd C. Miller
2003-05-28silence remaining gcc warning; now compiles -Wall cleanTodd C. Miller
2003-05-28o Deal with EDITOR not being a fully-qualified pathnameTodd C. Miller
2003-05-28mdocify; with help from jmc@Todd C. Miller
2003-05-28Shrink a bit by replacing custom functions w/ libc equivalents.Todd C. Miller
2003-05-28o Some more KNFTodd C. Miller
2003-05-27KNF this sucka + some -Wall cleanageTodd C. Miller
2003-05-06more(1) now uses POSIX regex, no more ned for -lcompat; deraadt@ OKTodd C. Miller
2003-04-25strings... ok millert@, tedu@Thierry Deval
2003-04-17Pull in some POSIX and ANSI changes from the Linux versionTodd C. Miller
2003-04-17old 4.3BSD more; nice and smallTodd C. Miller