index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
more
Commit message (
Expand
)
Author
Age
Files
Lines
*
Thorough revamp of how input commands are processed. This allows customization
hoek
1999-09-03
21
-818
/
+2777
*
$Id$ -> $FreeBSD$
peter
1999-08-28
12
-12
/
+12
*
Don't assume all ctags are meant to match a whole line ("^...line...$").
hoek
1999-08-17
1
-5
/
+44
*
Various man page cleanup:
mpp
1999-08-15
1
-3
/
+3
*
Add $Id$, to make it simpler for members of the translation teams to
nik
1999-07-12
1
-0
/
+1
*
- When trying to decide if $EDITOR == "vi", match against only the first
hoek
1999-06-05
1
-5
/
+28
*
No, the space required for a string is strlen() _plus_ one... Oops.
hoek
1999-06-04
1
-3
/
+2
*
Don't print backspaces in first column since they backup to the prev line.
hoek
1999-06-02
1
-5
/
+12
*
Grok gtags too.
hoek
1999-06-01
7
-42
/
+425
*
General code cleanup [incomplete]. Make the arrow keys work.
hoek
1999-05-30
9
-91
/
+339
*
Document another (less-virulent) CRLF-related bug.
hoek
1999-05-02
1
-0
/
+2
*
Remove documentation of CRLF bug from more.1. Sync code with manpage.
hoek
1999-04-29
3
-26
/
+18
*
Ignore (effectively) SIGTSTP if we're already in the process of tstoping.
hoek
1998-08-03
1
-0
/
+1
*
Fix coredump when two signals are sent in rapid succession.
hoek
1998-07-31
2
-2
/
+3
*
Fix compilation for the case where neither ioctl(TIOCGWINSZ)
hoek
1998-07-26
1
-1
/
+2
*
Really delete -# option.
hoek
1998-07-25
1
-2
/
+1
*
Nuke obsolote and broken -# option.
hoek
1998-07-25
2
-20
/
+4
*
Keep "-c" (top_scroll) through viewing help.
hoek
1998-07-25
1
-1
/
+6
*
Fix bug from last commit: don't SEGV when reading as part of a pipe.
hoek
1998-07-04
1
-1
/
+1
*
Use '-e' when viewing helpfile.
hoek
1998-07-03
1
-1
/
+1
*
Prevent recursive help)elp)elping.
hoek
1998-07-03
1
-1
/
+5
*
sprintf -> snprintf to avoid potential buffer overflow.
steve
1998-06-14
6
-21
/
+27
*
.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
*
Fix fencepost error.
eivind
1997-08-12
1
-1
/
+1
*
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
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Make more not immediately exit on a short file, if the -e option is
joerg
1997-03-02
2
-4
/
+1
*
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
*
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
*
Make more pass +linenumber to vi (and emacs), even if $EDITOR is used.
peter
1995-10-04
1
-3
/
+13
*
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
*
Change `install' to `${INSTALL}' so that default install flags can be
bde
1995-07-25
1
-2
/
+2
*
Oops! Andrey pointed out tht setlocale(LC_CTYPE, "") doesn't actually
peter
1995-07-18
1
-3
/
+0
*
Make 'more' sensative to the current locale for it's ctype calls.
peter
1995-07-17
1
-0
/
+3
*
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
*
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
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
22
-0
/
+6086