Bringing in nvi 1.34. Keith is too active.

Reviewed by:	Sean Eric Fagan
This commit is contained in:
Sean Eric Fagan 1994-08-18 01:12:10 +00:00
parent 57665fa8c0
commit 74225af9b5
20 changed files with 23 additions and 21 deletions

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/param.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -32,13 +32,13 @@
*/
#ifndef lint
static const char copyright[] =
static char copyright[] =
"@(#) Copyright (c) 1992, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not 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 */
#include <sys/param.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/param.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/queue.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#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 */
#include <sys/types.h>

View File

@ -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
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,

View File

@ -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)
+ Get back 5K of data space for the sccsid strings.
+ Fix bug where cG fix in version 1.31 broke cw cursor positioning