prepare for major change
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Sun, 31 Jul 1983 04:27:29 +0000 (20:27 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Sun, 31 Jul 1983 04:27:29 +0000 (20:27 -0800)
SCCS-vsn: usr.bin/window/cmd.c 2.1
SCCS-vsn: usr.bin/window/cmd1.c 2.1
SCCS-vsn: usr.bin/window/cmd2.c 2.1
SCCS-vsn: usr.bin/window/cmd3.c 2.1
SCCS-vsn: usr.bin/window/cmd4.c 2.1
SCCS-vsn: usr.bin/window/cmd5.c 2.1
SCCS-vsn: usr.bin/window/cmd6.c 2.1
SCCS-vsn: usr.bin/window/error.c 2.1
SCCS-vsn: usr.bin/window/wwgets.c 2.1
SCCS-vsn: usr.bin/window/main.c 2.1
SCCS-vsn: usr.bin/window/startup.c 2.1
SCCS-vsn: usr.bin/window/wwchild.c 2.1
SCCS-vsn: usr.bin/window/wwclose.c 2.1
SCCS-vsn: usr.bin/window/wwend.c 2.1
SCCS-vsn: usr.bin/window/wwiomux.c 2.1
SCCS-vsn: usr.bin/window/wwspawn.c 2.1
SCCS-vsn: usr.bin/window/wwframe.c 2.1
SCCS-vsn: usr.bin/window/wwinit.c 2.1
SCCS-vsn: usr.bin/window/wwlabel.c 2.1
SCCS-vsn: usr.bin/window/wwmisc.c 2.1
SCCS-vsn: usr.bin/window/wwopen.c 2.1
SCCS-vsn: usr.bin/window/wwprintf.c 2.1
SCCS-vsn: usr.bin/window/wwputc.c 2.1
SCCS-vsn: usr.bin/window/wwputs.c 2.1
SCCS-vsn: usr.bin/window/wwsuspend.c 2.1
SCCS-vsn: usr.bin/window/wwtty.c 2.1
SCCS-vsn: usr.bin/window/wwwrite.c 2.1
SCCS-vsn: usr.bin/window/defs.h 2.1
SCCS-vsn: usr.bin/window/ww.h 2.1

29 files changed:
usr/src/usr.bin/window/cmd.c
usr/src/usr.bin/window/cmd1.c
usr/src/usr.bin/window/cmd2.c
usr/src/usr.bin/window/cmd3.c
usr/src/usr.bin/window/cmd4.c
usr/src/usr.bin/window/cmd5.c
usr/src/usr.bin/window/cmd6.c
usr/src/usr.bin/window/defs.h
usr/src/usr.bin/window/error.c
usr/src/usr.bin/window/main.c
usr/src/usr.bin/window/startup.c
usr/src/usr.bin/window/ww.h
usr/src/usr.bin/window/wwchild.c
usr/src/usr.bin/window/wwclose.c
usr/src/usr.bin/window/wwend.c
usr/src/usr.bin/window/wwframe.c
usr/src/usr.bin/window/wwgets.c
usr/src/usr.bin/window/wwinit.c
usr/src/usr.bin/window/wwiomux.c
usr/src/usr.bin/window/wwlabel.c
usr/src/usr.bin/window/wwmisc.c
usr/src/usr.bin/window/wwopen.c
usr/src/usr.bin/window/wwprintf.c
usr/src/usr.bin/window/wwputc.c
usr/src/usr.bin/window/wwputs.c
usr/src/usr.bin/window/wwspawn.c
usr/src/usr.bin/window/wwsuspend.c
usr/src/usr.bin/window/wwtty.c
usr/src/usr.bin/window/wwwrite.c

index d7e3dc0..560dbd5 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)cmd.c       1.9 83/07/28";
+static char *sccsid = "@(#)cmd.c       2.1 83/07/30";
 #endif
 
 #include "defs.h"
 #endif
 
 #include "defs.h"
index 71d54f1..490c06d 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)cmd1.c      1.7 83/07/29";
+static char *sccsid = "@(#)cmd1.c      2.1 83/07/30";
 #endif
 
 #include "defs.h"
 #endif
 
 #include "defs.h"
index 1badd89..3f304c3 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)cmd2.c      1.10 83/07/29";
+static char *sccsid = "@(#)cmd2.c      2.1 83/07/30";
 #endif
 
 #include "defs.h"
 #endif
 
 #include "defs.h"
index af694ca..a7d818b 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)cmd3.c      1.7 83/07/28";
+static char *sccsid = "@(#)cmd3.c      2.1 83/07/30";
 #endif
 
 #include "defs.h"
 #endif
 
 #include "defs.h"
index 0faf6cd..4e01586 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)cmd4.c      1.5 83/07/28";
+static char *sccsid = "@(#)cmd4.c      2.1 83/07/30";
 #endif
 
 #include "defs.h"
 #endif
 
 #include "defs.h"
index 40330f6..3f5ae71 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)cmd5.c      1.8 83/07/30";
+static char *sccsid = "@(#)cmd5.c      2.1 83/07/30";
 #endif
 
 #include "defs.h"
 #endif
 
 #include "defs.h"
index b513f41..62b94c2 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)cmd6.c      1.1 83/07/22";
+static char *sccsid = "@(#)cmd6.c      2.1 83/07/30";
 #endif
 
 #include "defs.h"
 #endif
 
 #include "defs.h"
index b7d835d..26feeed 100644 (file)
@@ -1,4 +1,4 @@
-/*     @(#)defs.h      1.8 83/07/29            */
+/*     @(#)defs.h      2.1 83/07/30            */
 
 #include "ww.h"
 #include <signal.h>
 
 #include "ww.h"
 #include <signal.h>
index fc43f64..9a44545 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)error.c     1.2 83/07/29";
+static char *sccsid = "@(#)error.c     2.1 83/07/30";
 #endif
 
 #include "defs.h"
 #endif
 
 #include "defs.h"
index 5bb13ad..c69814b 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)main.c      1.10 83/07/29";
+static char *sccsid = "@(#)main.c      2.1 83/07/30";
 #endif
 
 #include "defs.h"
 #endif
 
 #include "defs.h"
index 1dac73f..509edc3 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)startup.c   1.3 83/07/29";
+static char *sccsid = "@(#)startup.c   2.1 83/07/30";
 #endif
 
 #include "defs.h"
 #endif
 
 #include "defs.h"
index 5d9c6a7..be32ff0 100644 (file)
@@ -1,4 +1,4 @@
-/*     @(#)ww.h        1.10 83/07/30           */
+/*     @(#)ww.h        2.1 83/07/30            */
 
 #include <stdio.h>
 #include <sgtty.h>
 
 #include <stdio.h>
 #include <sgtty.h>
index a37ef00..8fddc8b 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwchild.c   1.5 83/07/22";
+static char *sccsid = "@(#)wwchild.c   2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index e9df3ad..8307ff3 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwclose.c   1.3 83/07/22";
+static char *sccsid = "@(#)wwclose.c   2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index ef95392..99df4b8 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwend.c     1.5 83/07/22";
+static char *sccsid = "@(#)wwend.c     2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index 8dd6d63..73c35e7 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwframe.c   1.3 83/07/22";
+static char *sccsid = "@(#)wwframe.c   2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index 93657c7..7c84a5a 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwgets.c    1.6 83/07/28";
+static char *sccsid = "@(#)wwgets.c    2.1 83/07/30";
 #endif
 
 #include "defs.h"
 #endif
 
 #include "defs.h"
index 4051e8c..1ec6ecd 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwinit.c    1.8 83/07/29";
+static char *sccsid = "@(#)wwinit.c    2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index 714d83f..d073f7d 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwiomux.c   1.5 83/07/22";
+static char *sccsid = "@(#)wwiomux.c   2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index c703b5f..f8e0c33 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwlabel.c   1.4 83/07/28";
+static char *sccsid = "@(#)wwlabel.c   2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index ae64ff0..3b33ca9 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwmisc.c    1.7 83/07/28";
+static char *sccsid = "@(#)wwmisc.c    2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index 6bdd8b5..f466252 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwopen.c    1.6 83/07/29";
+static char *sccsid = "@(#)wwopen.c    2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index 2ab4449..06b2c17 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwprintf.c  1.4 83/07/22";
+static char *sccsid = "@(#)wwprintf.c  2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index 04aaeee..da39cba 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwputc.c    1.5 83/07/22";
+static char *sccsid = "@(#)wwputc.c    2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index 6d30e7a..df59212 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwputs.c    1.5 83/07/22";
+static char *sccsid = "@(#)wwputs.c    2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index 916be00..896e703 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwspawn.c   1.6 83/07/26";
+static char *sccsid = "@(#)wwspawn.c   2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index 296cf8f..6ac20c0 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwsuspend.c 1.4 83/07/22";
+static char *sccsid = "@(#)wwsuspend.c 2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index 070ed8a..05e0623 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwtty.c     1.4 83/07/22";
+static char *sccsid = "@(#)wwtty.c     2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
index 484befe..db4d2c9 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwwrite.c   1.5 83/07/27";
+static char *sccsid = "@(#)wwwrite.c   2.1 83/07/30";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"