new public version of nvi
This commit is contained in:
parent
24381e7f01
commit
ba92461eed
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)cut.c 8.33 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)cut.c 8.34 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)delete.c 8.11 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)delete.c 8.12 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)exf.c 8.96 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)exf.c 8.97 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)line.c 8.31 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)line.c 8.32 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)log.c 8.17 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)log.c 8.18 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,13 +32,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char copyright[] =
|
static char copyright[] =
|
||||||
"@(#) Copyright (c) 1992, 1993, 1994\n\
|
"@(#) Copyright (c) 1992, 1993, 1994\n\
|
||||||
The Regents of the University of California. All rights reserved.\n";
|
The Regents of the University of California. All rights reserved.\n";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)main.c 8.105 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)main.c 8.106 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)mark.c 8.20 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)mark.c 8.21 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)msg.c 8.11 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)msg.c 8.12 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)options.c 8.65 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)options.c 8.66 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)options_f.c 8.35 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)options_f.c 8.36 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)put.c 8.10 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)put.c 8.11 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)recover.c 8.73 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)recover.c 8.74 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)screen.c 8.66 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)screen.c 8.67 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)search.c 8.47 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)search.c 8.48 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)seq.c 8.32 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)seq.c 8.33 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)signal.c 8.33 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)signal.c 8.34 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)term.c 8.80 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)term.c 8.81 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)util.c 8.73 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)util.c 8.74 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# @(#)README 8.85 (Berkeley) 8/17/94
|
# @(#)README 8.86 (Berkeley) 8/17/94
|
||||||
|
|
||||||
This is the README for version 1.33 of nex/nvi, a freely redistributable
|
This is the README for version 1.34 of nex/nvi, a freely redistributable
|
||||||
replacement for the Berkeley ex and vi text editors. The compressed or
|
replacement for the Berkeley ex and vi text editors. The compressed or
|
||||||
gzip'd archives for this and future versions, can be retrieved by using
|
gzip'd archives for this and future versions, can be retrieved by using
|
||||||
anonymous ftp to ftp.cs.berkeley.edu, from the file ucb/4bsd/nvi.tar.Z,
|
anonymous ftp to ftp.cs.berkeley.edu, from the file ucb/4bsd/nvi.tar.Z,
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
1.33 -> 1.34 Wed Aug 17 14:37:32 1994 (PUBLICLY AVAILABLE VERSION)
|
||||||
|
+ Back out sccsid string fix, it won't work on SunOS 4.1.
|
||||||
1.32 -> 1.33 Wed Aug 17 09:31:41 1994 (PUBLICLY AVAILABLE VERSION)
|
1.32 -> 1.33 Wed Aug 17 09:31:41 1994 (PUBLICLY AVAILABLE VERSION)
|
||||||
+ Get back 5K of data space for the sccsid strings.
|
+ Get back 5K of data space for the sccsid strings.
|
||||||
+ Fix bug where cG fix in version 1.31 broke cw cursor positioning
|
+ Fix bug where cG fix in version 1.31 broke cw cursor positioning
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)sex_window.c 8.7 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)sex_window.c 8.8 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)svi_curses.c 8.4 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)svi_curses.c 8.5 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)svi_term.c 8.6 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)svi_term.c 8.7 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char sccsid[] = "@(#)v_zexit.c 8.12 (Berkeley) 8/17/94";
|
static char sccsid[] = "@(#)v_zexit.c 8.13 (Berkeley) 8/17/94";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
Loading…
Reference in New Issue