Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -2/+3 |
| | |||||
* | Add #include <string.h> to get prototypes for functions that gcc | jb | 1998-02-20 | 5 | -0/+5 |
| | | | | has builtin (and wants to know that the prototypes match). | ||||
* | Fix fencepost error. | eivind | 1997-08-12 | 1 | -1/+1 |
| | | | | | PR: 4170 Submitted by: Harlan Stenn <Harlan.Stenn@pfcs.com> | ||||
* | Add usage(). | charnier | 1997-07-29 | 2 | -14/+28 |
| | |||||
* | Removed inconsistent declaration of malloc(). `make world' with DESTDIR | bde | 1997-04-23 | 1 | -1/+1 |
| | | | | set to something other than "/" now actually works. | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Make more not immediately exit on a short file, if the -e option is | joerg | 1997-03-02 | 2 | -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$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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 macro | ache | 1997-01-12 | 1 | -1/+2 |
| | |||||
* | Pick collate info for RE character ranges | ache | 1996-08-11 | 1 | -1/+1 |
| | |||||
* | Document the CRLF bug | adam | 1996-01-22 | 1 | -0/+3 |
| | |||||
* | 'more | cat' was producing spurious output from an unused buffer | adam | 1996-01-22 | 1 | -1/+2 |
| | |||||
* | Add setlocale LC_CTYPE | ache | 1995-10-24 | 1 | -2/+6 |
| | |||||
* | Fix a bug in a recent commit that broke more so that it | mpp | 1995-10-05 | 1 | -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. | peter | 1995-10-04 | 1 | -3/+13 |
| | | | | Closes PR#441, but with a more generic method. | ||||
* | Remove _set_ospeed, trick done in tgetent now | ache | 1995-08-05 | 1 | -1/+1 |
| | |||||
* | Replace wrong ospeed setting (overflows) with new _set_ospeed | ache | 1995-08-04 | 1 | -1/+1 |
| | | | | function. | ||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 1 | -2/+2 |
| | | | | specified in the top level Makefiles. | ||||
* | Oops! Andrey pointed out tht setlocale(LC_CTYPE, "") doesn't actually | peter | 1995-07-18 | 1 | -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. | peter | 1995-07-17 | 1 | -0/+3 |
| | | | | | | Reviewed by: Submitted by: Thomas Gellekum, with minor cosmetic changes from me. Obtained from: | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 10 | -51/+51 |
| | |||||
* | more now uses POSIX regular expressions and no longer needs libcompat. | wollman | 1995-02-21 | 3 | -118/+36 |
| | |||||
* | Back out part of ctype fixes, unneded with new ctypoe | ache | 1994-10-09 | 6 | -18/+18 |
| | |||||
* | 1) Make ctype-aware expect chars in range 0200-0204 treated | ache | 1994-09-22 | 8 | -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 -ltermcap | rgrimes | 1994-09-11 | 1 | -1/+1 |
| | |||||
* | From 1.1.5.1 | csgr | 1994-09-08 | 1 | -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 Sources | rgrimes | 1994-05-27 | 22 | -0/+6086 |