summaryrefslogtreecommitdiff
path: root/usr.bin/more
Commit message (Collapse)AuthorAgeFilesLines
* MFC: doc fixes, enhancements to locate & more, new tail functionality.Jordan K. Hubbard1998-07-1710-24/+40
| | | | Notes: svn path=/stable/2.2/; revision=37722
* MFC: Lots of cosmetics (plus one gripe from bde about a comment in tail'sJordan K. Hubbard1997-09-152-3/+4
| | | | | | | sources, of all places). Notes: svn path=/stable/2.2/; revision=29467
* MFC: getopt returns -1 not EOFWarner Losh1997-08-291-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=28881
* YAMFC: 1.8 - Fix fencepost errorEivind Eklund1997-08-121-1/+1
| | | | | | | PR: 4170 Notes: svn path=/stable/2.2/; revision=28106
* MFC: Add usage().Philippe Charnier1997-07-302-14/+28
| | | | Notes: svn path=/stable/2.2/; revision=27766
* Merge Bruce's malloc() declaration eliminations from -current.Satoshi Asami1997-05-071-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=25525
* YAMFC (rev 1.7, and 1.4 resp: don't exit immediately on short file if -eJoerg Wunsch1997-03-072-4/+1
| | | | | | | is given, so alternate screen buffers can be used at all) Notes: svn path=/stable/2.2/; revision=23484
* Pick collate info for RE character rangesAndrey A. Chernov1996-08-111-1/+1
| | | | Notes: svn path=/head/; revision=17515
* Document the CRLF bugAdam David1996-01-221-0/+3
| | | | Notes: svn path=/head/; revision=13552
* 'more | cat' was producing spurious output from an unused bufferAdam David1996-01-221-1/+2
| | | | Notes: svn path=/head/; revision=13551
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-241-2/+6
| | | | Notes: svn path=/head/; revision=11761
* Fix a bug in a recent commit that broke more so that itMike Pritchard1995-10-051-0/+2
| | | | | | | | would no longer properly detect when "vi" was being called, and thus would not call vi with the "+line#" argument. Notes: svn path=/head/; revision=11234
* Make more pass +linenumber to vi (and emacs), even if $EDITOR is used.Peter Wemm1995-10-041-3/+13
| | | | | | | Closes PR#441, but with a more generic method. Notes: svn path=/head/; revision=11173
* Remove _set_ospeed, trick done in tgetent nowAndrey A. Chernov1995-08-051-1/+1
| | | | Notes: svn path=/head/; revision=9939
* Replace wrong ospeed setting (overflows) with new _set_ospeedAndrey A. Chernov1995-08-041-1/+1
| | | | | | | function. Notes: svn path=/head/; revision=9892
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Oops! Andrey pointed out tht setlocale(LC_CTYPE, "") doesn't actuallyPeter Wemm1995-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: Notes: svn path=/head/; revision=9572
* Make 'more' sensative to the current locale for it's ctype calls.Peter Wemm1995-07-171-0/+3
| | | | | | | | | Reviewed by: Submitted by: Thomas Gellekum, with minor cosmetic changes from me. Obtained from: Notes: svn path=/head/; revision=9559
* Remove trailing whitespace.Rodney W. Grimes1995-05-3010-51/+51
| | | | Notes: svn path=/head/; revision=8874
* more now uses POSIX regular expressions and no longer needs libcompat.Garrett Wollman1995-02-213-117/+35
| | | | Notes: svn path=/head/; revision=6589
* Back out part of ctype fixes, unneded with new ctypoeAndrey A. Chernov1994-10-096-18/+18
| | | | Notes: svn path=/head/; revision=3460
* 1) Make ctype-aware expect chars in range 0200-0204 treatedAndrey A. Chernov1994-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 Notes: svn path=/head/; revision=2964
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-1/+1
| | | | Notes: svn path=/head/; revision=2679
* From 1.1.5.1Geoff Rehmet1994-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. Notes: svn path=/head/; revision=2593
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-2722-0/+6086
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590