unix-history/.git
43 years agochange RV8, LRV8, and IND8 to use `struct' instead of `double' assignment
Kirk McKusick [Tue, 27 Jan 1981 09:02:18 +0000 (01:02 -0800)]
change RV8, LRV8, and IND8 to use `struct' instead of `double' assignment

SCCS-vsn: usr.bin/pascal/px/vars.h 1.5

43 years agoappend a newline to unterminated last lines when reading text files
Kirk McKusick [Tue, 27 Jan 1981 04:36:46 +0000 (20:36 -0800)]
append a newline to unterminated last lines when reading text files

SCCS-vsn: usr.bin/pascal/libpc/IOSYNC.c 1.3
SCCS-vsn: usr.bin/pascal/libpc/READLN.c 1.3

43 years agofix bug in CASE error message data
Kirk McKusick [Tue, 27 Jan 1981 04:02:48 +0000 (20:02 -0800)]
fix bug in CASE error message data

SCCS-vsn: usr.bin/pascal/px/interp.c 1.6

43 years agopop args to IN before clearing r0 so /lib/c2 does not discard the clr
Kirk McKusick [Tue, 27 Jan 1981 04:00:23 +0000 (20:00 -0800)]
pop args to IN before clearing r0 so /lib/c2 does not discard the clr

SCCS-vsn: usr.bin/pascal/pc2/langpats.c 1.5

43 years ago> char *reedit();
Kurt A. Schoens [Tue, 27 Jan 1981 02:33:38 +0000 (18:33 -0800)]
> char *reedit();

SCCS-vsn: usr.bin/mail/def.h 1.9

43 years agochanged reply code to change replied subject to Re: &
Kurt A. Schoens [Tue, 27 Jan 1981 02:30:38 +0000 (18:30 -0800)]
changed reply code to change replied subject to Re: &

SCCS-vsn: usr.bin/mail/cmd3.c 1.8

43 years agoChanged nameof to return from: or sender: field if not
Kurt A. Schoens [Tue, 27 Jan 1981 02:28:24 +0000 (18:28 -0800)]
Changed nameof to return from: or sender: field if not
replying; other stuff if appropriate

SCCS-vsn: usr.bin/mail/aux.c 1.5

43 years agoadd "branch" command
Eric Allman [Mon, 26 Jan 1981 03:45:17 +0000 (19:45 -0800)]
add "branch" command

SCCS-vsn: usr.bin/sccs/sccs.c 1.60

43 years agoadd another unit flag for pseudo EOLN at EOF
Kirk McKusick [Sun, 25 Jan 1981 11:06:56 +0000 (03:06 -0800)]
add another unit flag for pseudo EOLN at EOF

SCCS-vsn: usr.bin/pascal/libpc/h00vars.h 1.4

43 years agocheck for EOF
Kirk McKusick [Sun, 25 Jan 1981 09:50:07 +0000 (01:50 -0800)]
check for EOF

SCCS-vsn: usr.bin/pascal/libpc/READLN.c 1.3

43 years agocheck for EOF in READ4, READ8, and READE before attempting read
Kirk McKusick [Sun, 25 Jan 1981 09:46:41 +0000 (01:46 -0800)]
check for EOF in READ4, READ8, and READE before attempting read

SCCS-vsn: usr.bin/pascal/libpc/UNSYNC.c 1.2

43 years agocheck for EOF after data read
Kirk McKusick [Sun, 25 Jan 1981 09:25:16 +0000 (01:25 -0800)]
check for EOF after data read

SCCS-vsn: usr.bin/pascal/libpc/READ4.c 1.2
SCCS-vsn: usr.bin/pascal/libpc/READ8.c 1.2
SCCS-vsn: usr.bin/pascal/libpc/READE.c 1.2

43 years agoprevent error when ``readln'' used on partial last line in file
Kirk McKusick [Sun, 25 Jan 1981 08:38:53 +0000 (00:38 -0800)]
prevent error when ``readln'' used on partial last line in file

SCCS-vsn: usr.bin/pascal/libpc/IOSYNC.c 1.3
SCCS-vsn: usr.bin/pascal/libpc/READLN.c 1.2

43 years agooptimize AS to AS2, AS4, and AS8
Kirk McKusick [Sun, 25 Jan 1981 08:21:55 +0000 (00:21 -0800)]
optimize AS to AS2, AS4, and AS8

SCCS-vsn: usr.bin/pascal/src/put.c 1.9

43 years agochange name size count to entire header size count
Kirk McKusick [Sun, 25 Jan 1981 08:20:46 +0000 (00:20 -0800)]
change name size count to entire header size count

SCCS-vsn: usr.bin/pascal/src/fdec.c 1.13

43 years agochange BEG header size info
Kirk McKusick [Sun, 25 Jan 1981 07:19:01 +0000 (23:19 -0800)]
change BEG header size info

SCCS-vsn: usr.bin/pascal/px/interp.c 1.5

43 years agoset file^ to blank on eof (for text files)
Kirk McKusick [Sun, 25 Jan 1981 07:13:31 +0000 (23:13 -0800)]
set file^ to blank on eof (for text files)

SCCS-vsn: usr.bin/pascal/libpc/FNIL.c 1.2
SCCS-vsn: usr.bin/pascal/libpc/IOSYNC.c 1.2

43 years agochange "movd" instructions to "movq" to avoid `normalizing' records
Kirk McKusick [Sun, 25 Jan 1981 07:08:39 +0000 (23:08 -0800)]
change "movd" instructions to "movq" to avoid `normalizing' records

SCCS-vsn: usr.bin/pascal/px/Makefile 1.4

43 years agoadded :{r,o,u,n,d} modifiers for read, old, unread, new, and deleted
Kurt A. Schoens [Sat, 24 Jan 1981 09:06:33 +0000 (01:06 -0800)]
added :{r,o,u,n,d} modifiers for read, old, unread, new, and deleted
to message list syntax

SCCS-vsn: usr.bin/mail/list.c 1.4

43 years agoadded : to the stop character set
Kurt A. Schoens [Sat, 24 Jan 1981 09:05:17 +0000 (01:05 -0800)]
added : to the stop character set

SCCS-vsn: usr.bin/mail/lex.c 1.13

43 years agoChanged headers command to be reluctant to change dot;
Kurt A. Schoens [Sat, 24 Jan 1981 06:19:08 +0000 (22:19 -0800)]
Changed headers command to be reluctant to change dot;
Changed header printing to indicate current message with >

SCCS-vsn: usr.bin/mail/cmd1.c 1.5

43 years agoput in OBJ in endif to match
Peter B. Kessler [Fri, 23 Jan 1981 13:03:53 +0000 (05:03 -0800)]
put in OBJ in endif to match

SCCS-vsn: usr.bin/pascal/src/put.c 1.8

43 years agoMy brain was in neutral when last I worked on this. I've
Bill Joy [Wed, 21 Jan 1981 16:15:03 +0000 (08:15 -0800)]
My brain was in neutral when last I worked on this.  I've
just fixed some typeo's that caused errors when both strings and
blocks started on the same line. -- presotto

SCCS-vsn: usr.bin/vgrind/vfontedpr.c 1.6

43 years agoMake it reflect r:'s dialer situation
Bill Joy [Wed, 21 Jan 1981 15:56:23 +0000 (07:56 -0800)]
Make it reflect r:'s dialer situation

SCCS-vsn: old/dnd/dnd.c 4.4

43 years agoRemoved #ifdef silliness. (MCT)
Michael Toy [Wed, 21 Jan 1981 11:54:16 +0000 (03:54 -0800)]
Removed #ifdef silliness.  (MCT)

SCCS-vsn: sys/vax/vax/machdep.c 4.5

43 years agoMade nicing piggy processes default. (MCT)
Michael Toy [Wed, 21 Jan 1981 11:52:03 +0000 (03:52 -0800)]
Made nicing piggy processes default.  (MCT)

SCCS-vsn: sys/kern/kern_clock.c 4.5

43 years agoAdded conditional call to chaos clock.
Bill Joy [Wed, 21 Jan 1981 11:51:08 +0000 (03:51 -0800)]
Added conditional call to chaos clock.

SCCS-vsn: sys/kern/kern_clock.c 4.4

43 years agoRemoved #ifdef UCB. (MCT)
Michael Toy [Wed, 21 Jan 1981 11:46:34 +0000 (03:46 -0800)]
Removed #ifdef UCB.   (MCT)

SCCS-vsn: sys/kern/vfs_syscalls.c 4.2
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 4.2
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 4.2
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 4.2
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 4.2

43 years agoChanged to eric allman's lp driver. (MCT)
Michael Toy [Wed, 21 Jan 1981 01:29:11 +0000 (17:29 -0800)]
Changed to eric allman's lp driver.  (MCT)

SCCS-vsn: sys/vax/uba/lp.c 4.5

43 years agodate and time created 81/01/20 00:55:29 by root
Bill Joy [Tue, 20 Jan 1981 16:55:29 +0000 (08:55 -0800)]
date and time created 81/01/20 00:55:29 by root

SCCS-vsn: usr.bin/vgrind/vgrindefs.src 1.1

43 years agodate and time created 81/01/20 00:55:14 by root
Bill Joy [Tue, 20 Jan 1981 16:55:14 +0000 (08:55 -0800)]
date and time created 81/01/20 00:55:14 by root

SCCS-vsn: old/regexp/retest.c 1.1

43 years agodate and time created 81/01/20 00:55:06 by root
Bill Joy [Tue, 20 Jan 1981 16:55:06 +0000 (08:55 -0800)]
date and time created 81/01/20 00:55:06 by root

SCCS-vsn: old/regexp/regexp.c 1.1

43 years agoto go with the new table driven vgrind -- presotto
Bill Joy [Tue, 20 Jan 1981 16:54:53 +0000 (08:54 -0800)]
to go with the new table driven vgrind -- presotto

SCCS-vsn: usr.bin/vgrind/tmac.vgrind 1.4

43 years agoa new table driven vgrind -- presotto
Bill Joy [Tue, 20 Jan 1981 16:54:27 +0000 (08:54 -0800)]
a new table driven vgrind -- presotto

SCCS-vsn: usr.bin/vgrind/vgrind.sh 1.2

43 years agoa totally new table driven vgrind -- presotto
Bill Joy [Tue, 20 Jan 1981 16:52:41 +0000 (08:52 -0800)]
a totally new table driven vgrind -- presotto

SCCS-vsn: usr.bin/vgrind/vfontedpr.c 1.5

43 years agoincludes new table driven vgrind rules -- presotto
Bill Joy [Tue, 20 Jan 1981 16:52:05 +0000 (08:52 -0800)]
includes new table driven vgrind rules -- presotto

SCCS-vsn: old/vpr/Makefile 5.2

43 years agoAdded reset of TIOCSBRK in dzclose. (MCT)
Michael Toy [Tue, 20 Jan 1981 07:56:26 +0000 (23:56 -0800)]
Added reset of TIOCSBRK in dzclose.  (MCT)

SCCS-vsn: sys/vax/uba/dz.c 4.6

43 years agoAdded reset of TIOCSBRK in dhclose. (MCT)
Michael Toy [Tue, 20 Jan 1981 07:55:53 +0000 (23:55 -0800)]
Added reset of TIOCSBRK in dhclose.  (MCT)

SCCS-vsn: sys/vax/uba/dh.c 4.9

43 years agoshorten length of inline expansion code
Kirk McKusick [Sun, 18 Jan 1981 14:06:44 +0000 (06:06 -0800)]
shorten length of inline expansion code

SCCS-vsn: usr.bin/pascal/pc2/langpats.c 1.4

43 years agoupdate location of pc2 and pc3 for -T option.
Kirk McKusick [Sun, 18 Jan 1981 13:50:19 +0000 (05:50 -0800)]
update location of pc2 and pc3 for -T option.

SCCS-vsn: usr.bin/pascal/pc/pc.c 3.10

43 years agodate and time created 81/01/16 19:34:08 by mckusick
Kirk McKusick [Sat, 17 Jan 1981 11:34:08 +0000 (03:34 -0800)]
date and time created 81/01/16 19:34:08 by mckusick

SCCS-vsn: usr.bin/pascal/libpc/TELL.c 1.1

43 years agoUpdate FOR*, add runtime tests
Kirk McKusick [Sat, 17 Jan 1981 10:56:02 +0000 (02:56 -0800)]
Update FOR*, add runtime tests

SCCS-vsn: usr.bin/pascal/px/interp.c 1.4
SCCS-vsn: usr.bin/pascal/px/Makefile 1.3

43 years agoallow runtime tests to be dynamically changed at routine entry/exit
Kirk McKusick [Sat, 17 Jan 1981 10:47:51 +0000 (02:47 -0800)]
allow runtime tests to be dynamically changed at routine entry/exit

SCCS-vsn: usr.bin/pascal/src/fdec.c 1.12

43 years agorequire arg count in pattern match, circumvent /lib/c2 in blkclr
Kirk McKusick [Sat, 17 Jan 1981 10:13:36 +0000 (02:13 -0800)]
require arg count in pattern match, circumvent /lib/c2 in blkclr

SCCS-vsn: usr.bin/pascal/pc2/langpats.c 1.3

43 years agoUpdate pi for loop to be like pc for loop
Kirk McKusick [Sat, 17 Jan 1981 10:09:15 +0000 (02:09 -0800)]
Update pi for loop to be like pc for loop

SCCS-vsn: usr.bin/pascal/pc0/Makefile 1.15

43 years agodate and time created 81/01/16 18:06:20 by mckusick
Kirk McKusick [Sat, 17 Jan 1981 10:06:20 +0000 (02:06 -0800)]
date and time created 81/01/16 18:06:20 by mckusick

SCCS-vsn: usr.bin/pascal/src/forop.c 1.1

43 years agoconvert pi for loop construct to look like pc for loop
Kirk McKusick [Sat, 17 Jan 1981 10:02:41 +0000 (02:02 -0800)]
convert pi for loop construct to look like pc for loop

SCCS-vsn: usr.bin/pascal/src/put.c 1.7
SCCS-vsn: usr.bin/pascal/src/stat.c 1.2
SCCS-vsn: usr.bin/pascal/src/pimakefile 1.15

43 years agoadd runtime checking field to stack
Kirk McKusick [Sat, 17 Jan 1981 09:41:23 +0000 (01:41 -0800)]
add runtime checking field to stack

SCCS-vsn: usr.bin/pascal/px/vars.h 1.4

43 years agoInstalled new random number generator
Kirk McKusick [Sat, 17 Jan 1981 09:04:06 +0000 (01:04 -0800)]
Installed new random number generator

SCCS-vsn: usr.bin/pascal/libpc/Makefile 1.5

43 years agoRewrite the random number generator
Kirk McKusick [Sat, 17 Jan 1981 08:36:18 +0000 (00:36 -0800)]
Rewrite the random number generator

SCCS-vsn: usr.bin/pascal/libpc/PCSTART.c 1.3
SCCS-vsn: usr.bin/pascal/libpc/RANDOM.c 1.2
SCCS-vsn: usr.bin/pascal/libpc/SEED.c 1.4
SCCS-vsn: usr.bin/pascal/libpc/Makefile 1.5

43 years agoadd ability to catch runtime errors
Kirk McKusick [Sat, 17 Jan 1981 06:18:50 +0000 (22:18 -0800)]
add ability to catch runtime errors

SCCS-vsn: usr.bin/pascal/libpc/ERROR.c 1.2

43 years agoupdate random number generator
Kirk McKusick [Sat, 17 Jan 1981 05:26:43 +0000 (21:26 -0800)]
update random number generator

SCCS-vsn: usr.bin/pascal/libpc/h00vars.h 1.3

43 years agoadd extension to catch runtime errors
Kirk McKusick [Sat, 17 Jan 1981 04:59:19 +0000 (20:59 -0800)]
add extension to catch runtime errors

SCCS-vsn: usr.bin/pascal/libpc/ERROR.c 1.2
SCCS-vsn: usr.bin/pascal/libpc/PCSTART.c 1.2
SCCS-vsn: usr.bin/pascal/libpc/h00vars.h 1.2

43 years agoadd runtst and seed
Kirk McKusick [Sat, 17 Jan 1981 04:55:00 +0000 (20:55 -0800)]
add runtst and seed

SCCS-vsn: usr.bin/pascal/px/vars.h 1.3

43 years agoremove msgbuf declaration
Bill Joy [Fri, 16 Jan 1981 11:40:09 +0000 (03:40 -0800)]
remove msgbuf declaration

SCCS-vsn: sys/sys/systm.h 4.2

43 years agoadded msgbufmap for new msgbuf saving
Bill Joy [Fri, 16 Jan 1981 11:38:17 +0000 (03:38 -0800)]
added msgbufmap for new msgbuf saving

SCCS-vsn: sys/vax/include/pte.h 4.2

43 years agocleaned up printfs on errors... (still scrawed, tho)
Bill Joy [Fri, 16 Jan 1981 11:37:46 +0000 (03:37 -0800)]
cleaned up printfs on errors... (still scrawed, tho)

SCCS-vsn: sys/vax/uba/rk.c 4.5

43 years agofixes for saved msgbuf through crashes
Bill Joy [Fri, 16 Jan 1981 11:35:46 +0000 (03:35 -0800)]
fixes for saved msgbuf through crashes

SCCS-vsn: sys/vax/vax/machdep.c 4.4
SCCS-vsn: sys/kern/subr_prf.c 4.4
SCCS-vsn: sys/vax/vax/locore.s 4.11

43 years agoadd CATCHERR and TELL
Kirk McKusick [Fri, 16 Jan 1981 10:05:14 +0000 (02:05 -0800)]
add CATCHERR and TELL

SCCS-vsn: usr.bin/pascal/libpc/Makefile 1.4

43 years agofix typo on previous delta
Kirk McKusick [Fri, 16 Jan 1981 09:57:43 +0000 (01:57 -0800)]
fix typo on previous delta

SCCS-vsn: usr.bin/pascal/libpc/PCLOSE.c 1.3

43 years agoput in static copyright string.
Peter B. Kessler [Fri, 16 Jan 1981 05:51:55 +0000 (21:51 -0800)]
put in static copyright string.

SCCS-vsn: usr.bin/pascal/src/main.c 1.2

43 years agodate and time created 81/01/15 13:47:30 by eric
Eric Allman [Fri, 16 Jan 1981 05:47:30 +0000 (21:47 -0800)]
date and time created 81/01/15 13:47:30 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/com/date_ab.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/com/date_ab.c 4.1

43 years agoskipline <==> skiplines in some places
Eric Allman [Fri, 16 Jan 1981 05:38:10 +0000 (21:38 -0800)]
skipline <==> skiplines in some places

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/delta.c 4.2
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/delta.c 4.2

43 years agofix botch in include/exclude lists
Eric Allman [Fri, 16 Jan 1981 05:32:45 +0000 (21:32 -0800)]
fix botch in include/exclude lists

SCCS-vsn: local/sccscmds/sccscmds.2/com/dolist.c 4.2
SCCS-vsn: local/sccscmds/sccscmds.ok/com/dolist.c 4.2

43 years agofixed botches in ranges during include/exclude
Eric Allman [Fri, 16 Jan 1981 05:26:21 +0000 (21:26 -0800)]
fixed botches in ranges during include/exclude

SCCS-vsn: local/sccscmds/sccscmds.2/com/dolist.c 4.2
SCCS-vsn: local/sccscmds/sccscmds.ok/com/dolist.c 4.2

43 years agoget sdb stabs into the right places. use nm -ap for details.
Peter B. Kessler [Fri, 16 Jan 1981 05:25:01 +0000 (21:25 -0800)]
get sdb stabs into the right places.  use nm -ap for details.

SCCS-vsn: usr.bin/pascal/src/fdec.c 1.11
SCCS-vsn: usr.bin/pascal/src/stab.c 1.5
SCCS-vsn: usr.bin/pascal/src/var.c 1.5

43 years agodate and time created 81/01/15 13:15:11 by eric
Eric Allman [Fri, 16 Jan 1981 05:15:11 +0000 (21:15 -0800)]
date and time created 81/01/15 13:15:11 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/com/dolist.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/com/dolist.c 4.1

43 years agofixed botch in getpfent when -i/-x flags are used
Eric Allman [Fri, 16 Jan 1981 05:00:37 +0000 (21:00 -0800)]
fixed botch in getpfent when -i/-x flags are used

SCCS-vsn: usr.bin/sccs/sccs.c 1.59

43 years agorelease 4
Eric Allman [Thu, 15 Jan 1981 16:21:07 +0000 (08:21 -0800)]
release 4

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/delta.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/delta.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.2/cmd/prs.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/prs.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.2/cmd/scv.c 4.2
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/scv.c 4.2

43 years agodate and time created 81/01/15 00:17:49 by eric
Eric Allman [Thu, 15 Jan 1981 16:17:49 +0000 (08:17 -0800)]
date and time created 81/01/15 00:17:49 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/ctime.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/ctime.c 4.1

43 years agodate and time created 81/01/15 00:17:47 by eric
Eric Allman [Thu, 15 Jan 1981 16:17:47 +0000 (08:17 -0800)]
date and time created 81/01/15 00:17:47 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/alloc.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/alloc.c 4.1

43 years agodate and time created 81/01/15 00:16:52 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:52 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:52 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/what.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/what.c 4.1

43 years agodate and time created 81/01/15 00:16:50 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:50 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:50 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/vc.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/vc.c 4.1

43 years agodate and time created 81/01/15 00:16:47 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:47 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:47 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/val.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/val.c 4.1

43 years agodate and time created 81/01/15 00:16:45 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:45 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:45 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/stree.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/stree.c 4.1

43 years agodate and time created 81/01/15 00:16:43 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:43 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:43 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/snull.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/snull.c 4.1

43 years agodate and time created 81/01/15 00:16:41 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:41 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:41 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/scv.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/scv.c 4.1

43 years agodate and time created 81/01/15 00:16:39 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:39 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:39 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/rmchg.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/rmchg.c 4.1

43 years agodate and time created 81/01/15 00:16:37 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:37 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:37 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/prt.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/prt.c 4.1

43 years agodate and time created 81/01/15 00:16:36 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:36 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:36 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/help.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/help.c 4.1

43 years agodate and time created 81/01/15 00:16:33 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:33 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:33 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/get.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/get.c 4.1

43 years agodate and time created 81/01/15 00:16:29 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:29 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:29 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/comb.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/comb.c 4.1

43 years agodate and time created 81/01/15 00:16:27 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:27 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:27 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/cmt.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/cmt.c 4.1

43 years agodate and time created 81/01/15 00:16:26 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:26 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:26 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/bdiff.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/bdiff.c 4.1

43 years agodate and time created 81/01/15 00:16:23 by eric
Eric Allman [Thu, 15 Jan 1981 16:16:23 +0000 (08:16 -0800)]
date and time created 81/01/15 00:16:23 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/admin.c 4.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/admin.c 4.1

43 years agoadd PROJECT stuff
Eric Allman [Thu, 15 Jan 1981 15:05:00 +0000 (07:05 -0800)]
add PROJECT stuff

SCCS-vsn: usr.bin/sccs/sccs.1 1.23

43 years agoadd "print" command
Eric Allman [Thu, 15 Jan 1981 15:01:32 +0000 (07:01 -0800)]
add "print" command

SCCS-vsn: usr.bin/sccs/sccs.1 1.22

43 years agoput in PROJECT magic
Eric Allman [Thu, 15 Jan 1981 14:53:46 +0000 (06:53 -0800)]
put in PROJECT magic

SCCS-vsn: usr.bin/sccs/sccs.c 1.58

43 years agoadd frotz for PROJECT environment
Eric Allman [Thu, 15 Jan 1981 14:22:21 +0000 (06:22 -0800)]
add frotz for PROJECT environment

SCCS-vsn: usr.bin/sccs/sccs.c 1.57

43 years agosped up deledit by using delta -n, get -g
Eric Allman [Thu, 15 Jan 1981 14:11:20 +0000 (06:11 -0800)]
sped up deledit by using delta -n, get -g

SCCS-vsn: usr.bin/sccs/sccs.c 1.56

43 years agoadded "print" command
Eric Allman [Thu, 15 Jan 1981 14:08:32 +0000 (06:08 -0800)]
added "print" command

SCCS-vsn: usr.bin/sccs/sccs.c 1.55

43 years agoadded "prs" and "val" to the tables
Eric Allman [Thu, 15 Jan 1981 07:50:10 +0000 (23:50 -0800)]
added "prs" and "val" to the tables

SCCS-vsn: usr.bin/sccs/sccs.c 1.54

43 years agofixes for VAX
Eric Allman [Thu, 15 Jan 1981 07:30:52 +0000 (23:30 -0800)]
fixes for VAX

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/prs.c 1.2
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/prs.c 1.2

43 years agodate and time created 81/01/14 15:17:25 by eric
Eric Allman [Thu, 15 Jan 1981 07:17:25 +0000 (23:17 -0800)]
date and time created 81/01/14 15:17:25 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/com/dofile.c 1.1
SCCS-vsn: local/sccscmds/sccscmds.ok/com/dofile.c 1.1

43 years agodate and time created 81/01/14 14:42:08 by eric
Eric Allman [Thu, 15 Jan 1981 06:42:08 +0000 (22:42 -0800)]
date and time created 81/01/14 14:42:08 by eric

SCCS-vsn: local/sccscmds/sccscmds.2/cmd/prs.c 1.1
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/prs.c 1.1

43 years agoadded newfileinfo() to print out interesting stuff about mailname;
Kurt A. Schoens [Wed, 14 Jan 1981 15:34:34 +0000 (07:34 -0800)]
added newfileinfo() to print out interesting stuff about mailname;
announce() now calls this

SCCS-vsn: usr.bin/mail/lex.c 1.12

43 years agothe file command now calls newfileinfo() to print information
Kurt A. Schoens [Wed, 14 Jan 1981 15:33:32 +0000 (07:33 -0800)]
the file command now calls newfileinfo() to print information
about the current message file

SCCS-vsn: usr.bin/mail/cmd3.c 1.7

43 years agochange from -lm to -lnm, Kahan's math library.
Kirk McKusick [Wed, 14 Jan 1981 07:48:44 +0000 (23:48 -0800)]
change from -lm to -lnm, Kahan's math library.

SCCS-vsn: usr.bin/pascal/pc/pc.c 3.9

43 years agochange name of ``pclib'' to ``libpc''
Kirk McKusick [Wed, 14 Jan 1981 07:21:16 +0000 (23:21 -0800)]
change name of ``pclib'' to ``libpc''

SCCS-vsn: usr.bin/pascal/pc/pc.c 3.8

43 years agomodify to allow use by both ``pc'' and ``pi''
Kirk McKusick [Wed, 14 Jan 1981 07:15:40 +0000 (23:15 -0800)]
modify to allow use by both ``pc'' and ``pi''

SCCS-vsn: usr.bin/pascal/libpc/PMFLUSH.c 1.2