minix/commands/elvis
Lionel Sambuc f14fb60209 Libraries updates and cleanup
* Updating common/lib
 * Updating lib/csu
 * Updating lib/libc
 * Updating libexec/ld.elf_so
 * Corrected test on __minix in featuretest to actually follow the
   meaning of the comment.
 * Cleaned up _REENTRANT-related defintions.
 * Disabled -D_REENTRANT for libfetch
 * Removing some unneeded __NBSD_LIBC defines and tests

Change-Id: Ic1394baef74d11b9f86b312f5ff4bbc3cbf72ce2
2013-01-14 11:36:26 +01:00
..
.descr one-line descriptions 2006-03-15 11:50:15 +00:00
blk.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cmd1.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cmd2.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
config.h Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
ctags.c Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ctype.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ctype.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
curses.c retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
curses.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cut.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
Doc.sh Initial revision 2005-04-21 14:53:53 +00:00
elvprsv.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
elvrec.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ex.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
fmt.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
input.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
Knownbug.txt Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
main.c retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
Makedoc Initial revision 2005-04-21 14:53:53 +00:00
Makefile Do not overwrite vi and ex links by default 2012-11-19 16:44:38 +01:00
Man.sh Initial revision 2005-04-21 14:53:53 +00:00
misc.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
modify.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move1.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move2.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move3.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move4.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move5.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
opts.c Replace NULL macro defs with null.h include 2010-07-22 10:03:31 +00:00
prsvunix.c Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar. 2010-04-13 10:58:41 +00:00
Readme.txt Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
recycle.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
redraw.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ref.c Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
regexp.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
regexp.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
regsub.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
system.c retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
tinyprnt.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tinytcap.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tio.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tmp.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
unix.c retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
vars.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vcmd.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vi.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vi.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00

Elvis is a clone of vi/ex, the standard UNIX editor.  Elvis supports
nearly all of the vi/ex commands, in both visual mode and colon mode.

Elvis runs under BSD UNIX, AT&T SysV UNIX, SCO Xenix, Minix, MS-DOS
(Turbo-C or MSC 5.1), Atari TOS, OS9/68000, Coherent, VMS, and AmigaDos.
Ports to other operating systems are in progress; contact me before you
start porting it to some other OS, because somebody else may have
already done it for you.

Elvis is freely redistributable, in either source form or executable
form.  There are no restrictions on how you may use it.

The file "elvisman.txt" contains the manual for elvis.  It is a plain
ASCII file with nothing more exotic than a newline character.  It is
formatted for 66-line, 80-column pages.  There may also be an archive of
"*.ms" and "*.man" files, which contain the TROFF source text used to
generate that manual.

The file named "Makefile.mix" is used to compile elvis for all systems
except VMS and possibly MS-DOS.  You should copy "Makefile.mix" to
"Makefile", and then edit "Makefile" to select the appropriate group of
settings for your system.


Author: Steve Kirkendall
	14407 SW Teal Blvd. #C
	Beaverton, OR   97005

E-mail:	kirkenda@cs.pdx.edu

Phone:	(503) 643-6980