aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/more
Commit message (Expand)AuthorAgeFilesLines
* Don't disallow null search patterns --- they are interpreted as beingTim Vanderhoek1999-09-141-7/+10
* Remove assertion of Shigio Yamaguchi's copyright, by request in bin/13607.Tim Vanderhoek1999-09-101-1/+0
* Unbroke `make -s' case.Ruslan Ermilov1999-09-101-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-09-052-2/+2
* Thorough revamp of how input commands are processed. This allows customizationTim Vanderhoek1999-09-0321-818/+2777
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2812-12/+12
* Don't assume all ctags are meant to match a whole line ("^...line...$").Tim Vanderhoek1999-08-171-5/+44
* Various man page cleanup:Mike Pritchard1999-08-151-3/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* - When trying to decide if $EDITOR == "vi", match against only the firstTim Vanderhoek1999-06-051-5/+28
* No, the space required for a string is strlen() _plus_ one... Oops.Tim Vanderhoek1999-06-041-3/+2
* Don't print backspaces in first column since they backup to the prev line.Tim Vanderhoek1999-06-021-5/+12
* Grok gtags too.Tim Vanderhoek1999-06-017-42/+425
* General code cleanup [incomplete]. Make the arrow keys work.Tim Vanderhoek1999-05-309-91/+339
* Document another (less-virulent) CRLF-related bug.Tim Vanderhoek1999-05-021-0/+2
* Remove documentation of CRLF bug from more.1. Sync code with manpage.Tim Vanderhoek1999-04-293-26/+18
* Ignore (effectively) SIGTSTP if we're already in the process of tstoping.Tim Vanderhoek1998-08-031-0/+1
* Fix coredump when two signals are sent in rapid succession.Tim Vanderhoek1998-07-312-2/+3
* Fix compilation for the case where neither ioctl(TIOCGWINSZ)Tim Vanderhoek1998-07-261-1/+2
* Really delete -# option.Tim Vanderhoek1998-07-251-2/+1
* Nuke obsolote and broken -# option.Tim Vanderhoek1998-07-252-20/+4
* Keep "-c" (top_scroll) through viewing help.Tim Vanderhoek1998-07-251-1/+6
* Fix bug from last commit: don't SEGV when reading as part of a pipe.Tim Vanderhoek1998-07-041-1/+1
* Use '-e' when viewing helpfile.Tim Vanderhoek1998-07-031-1/+1
* Prevent recursive help)elp)elping.Tim Vanderhoek1998-07-031-1/+5
* sprintf -> snprintf to avoid potential buffer overflow.Steve Price1998-06-146-21/+27
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+3
* Add #include <string.h> to get prototypes for functions that gccJohn Birrell1998-02-205-0/+5
* Fix fencepost error.Eivind Eklund1997-08-121-1/+1
* Add usage().Philippe Charnier1997-07-292-14/+28
* Removed inconsistent declaration of malloc(). `make world' with DESTDIRBruce Evans1997-04-231-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Make more not immediately exit on a short file, if the -e option isJoerg Wunsch1997-03-022-4/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* include ctype.h to pick isprint macroAndrey A. Chernov1997-01-121-1/+2
* Pick collate info for RE character rangesAndrey A. Chernov1996-08-111-1/+1
* Document the CRLF bugAdam David1996-01-221-0/+3
* 'more | cat' was producing spurious output from an unused bufferAdam David1996-01-221-1/+2
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-241-2/+6
* Fix a bug in a recent commit that broke more so that itMike Pritchard1995-10-051-0/+2
* Make more pass +linenumber to vi (and emacs), even if $EDITOR is used.Peter Wemm1995-10-041-3/+13
* Remove _set_ospeed, trick done in tgetent nowAndrey A. Chernov1995-08-051-1/+1
* Replace wrong ospeed setting (overflows) with new _set_ospeedAndrey A. Chernov1995-08-041-1/+1
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
* Oops! Andrey pointed out tht setlocale(LC_CTYPE, "") doesn't actuallyPeter Wemm1995-07-181-3/+0
* Make 'more' sensative to the current locale for it's ctype calls.Peter Wemm1995-07-171-0/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-3010-51/+51
* more now uses POSIX regular expressions and no longer needs libcompat.Garrett Wollman1995-02-213-118/+36
* Back out part of ctype fixes, unneded with new ctypoeAndrey A. Chernov1994-10-096-18/+18