summaryrefslogtreecommitdiffstats
path: root/usr.bin/more
Commit message (Collapse)AuthorAgeFilesLines
* Ignore (effectively) SIGTSTP if we're already in the process of tstoping.hoek1998-08-031-0/+1
|
* Fix coredump when two signals are sent in rapid succession.hoek1998-07-312-2/+3
| | | | | | | | | PR: bin/5721 Submitted by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> Also, add "volatile" to a variable modified by signal handlers (coincidentally, the same variable involved in the above fix, although this isn't related to the reported problem).
* Fix compilation for the case where neither ioctl(TIOCGWINSZ)hoek1998-07-261-1/+2
| | | | | | | nor ioctl(WIOCGETD) exist. This case doesn't occur under FreeBSD. PR: bin/5996 Submitted by: Max Euston <meuston@jmrodgers.com>
* Really delete -# option.hoek1998-07-251-2/+1
|
* Nuke obsolote and broken -# option.hoek1998-07-252-20/+4
| | | | | | | Order options. PR: bin/5996 Submitted by: Max Euston <meuston@jmrodgers.com>
* Keep "-c" (top_scroll) through viewing help.hoek1998-07-251-1/+6
| | | | | PR: bin/5996 Submitted by: Max Euston <meuston@jmrodgers.com>
* Fix bug from last commit: don't SEGV when reading as part of a pipe.hoek1998-07-041-1/+1
|
* Use '-e' when viewing helpfile.hoek1998-07-031-1/+1
|
* Prevent recursive help)elp)elping.hoek1998-07-031-1/+5
|
* sprintf -> snprintf to avoid potential buffer overflow.steve1998-06-146-21/+27
| | | | | PR: 6907 Submitted by: Archie Cobbs <archie@whistle.com>
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+3
|
* Add #include <string.h> to get prototypes for functions that gccjb1998-02-205-0/+5
| | | | has builtin (and wants to know that the prototypes match).
* Fix fencepost error.eivind1997-08-121-1/+1
| | | | | PR: 4170 Submitted by: Harlan Stenn <Harlan.Stenn@pfcs.com>
* Add usage().charnier1997-07-292-14/+28
|
* Removed inconsistent declaration of malloc(). `make world' with DESTDIRbde1997-04-231-1/+1
| | | | set to something other than "/" now actually works.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Make more not immediately exit on a short file, if the -e option isjoerg1997-03-022-4/+1
| | | | | | | | | | | | given. This makes more -e basically usable at all when your termcap entry supports an alternate screen buffer (like xterm-r6). I wonder whether we should make more -e the default. Oure more seems to be the only one on the world with this funny behaviour. 2.2 candidate Submitted by: dawes@rf900.physics.usyd.edu.au (David Dawes)
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* include ctype.h to pick isprint macroache1997-01-121-1/+2
|
* Pick collate info for RE character rangesache1996-08-111-1/+1
|
* Document the CRLF bugadam1996-01-221-0/+3
|
* 'more | cat' was producing spurious output from an unused bufferadam1996-01-221-1/+2
|
* Add setlocale LC_CTYPEache1995-10-241-2/+6
|
* Fix a bug in a recent commit that broke more so that itmpp1995-10-051-0/+2
| | | | | would no longer properly detect when "vi" was being called, and thus would not call vi with the "+line#" argument.
* Make more pass +linenumber to vi (and emacs), even if $EDITOR is used.peter1995-10-041-3/+13
| | | | Closes PR#441, but with a more generic method.
* Remove _set_ospeed, trick done in tgetent nowache1995-08-051-1/+1
|
* Replace wrong ospeed setting (overflows) with new _set_ospeedache1995-08-041-1/+1
| | | | function.
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-2/+2
| | | | specified in the top level Makefiles.
* Oops! Andrey pointed out tht setlocale(LC_CTYPE, "") doesn't actuallypeter1995-07-181-3/+0
| | | | | | | | work for locale's with multibyte characters. Backing this out.... cvs diff -c -r1.1 -r1.2 main.c | patch -R Reviewed by: Submitted by: Obtained from:
* Make 'more' sensative to the current locale for it's ctype calls.peter1995-07-171-0/+3
| | | | | | Reviewed by: Submitted by: Thomas Gellekum, with minor cosmetic changes from me. Obtained from:
* Remove trailing whitespace.rgrimes1995-05-3010-51/+51
|
* more now uses POSIX regular expressions and no longer needs libcompat.wollman1995-02-213-118/+36
|
* Back out part of ctype fixes, unneded with new ctypoeache1994-10-096-18/+18
|
* 1) Make ctype-aware expect chars in range 0200-0204 treatedache1994-09-228-53/+85
| | | | | | | as controls in any case. 2) Fix bug with incorrect column position when standouts occurse 3) Fix bug when last standouted char cause clearing next line in standout
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|
* From 1.1.5.1csgr1994-09-081-1/+1
| | | | | | | | >From Arne Bier <csar@cs.ru.ac.za> while running more(1), if you enter ":a" to get the name of the file being viewed, more dumps core when you hit enter (as prompted). This is due to more(1) attempting to find the length of a NULL string. Submitted by: Geoff.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2722-0/+6086
OpenPOWER on IntegriCloud