unix-history/.git
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

43 years agochange ``ZFRAME'' to ``blkclr''
Kirk McKusick [Wed, 14 Jan 1981 07:07:03 +0000 (23:07 -0800)]
change ``ZFRAME'' to ``blkclr''

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

43 years agobreak out extension routines into EXTN; get rid of sccs get
Kirk McKusick [Wed, 14 Jan 1981 05:34:16 +0000 (21:34 -0800)]
break out extension routines into EXTN; get rid of sccs get

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

43 years agodate and time created 81/01/13 13:31:50 by mckusick
Kirk McKusick [Wed, 14 Jan 1981 05:31:50 +0000 (21:31 -0800)]
date and time created 81/01/13 13:31:50 by mckusick

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

43 years agoifdef OBJ body of lvalue
Kirk McKusick [Wed, 14 Jan 1981 04:27:45 +0000 (20:27 -0800)]
ifdef OBJ body of lvalue

SCCS-vsn: usr.bin/pascal/src/lval.c 1.4

43 years agofix O_STLIM to use library function STLIM
Kirk McKusick [Wed, 14 Jan 1981 04:14:30 +0000 (20:14 -0800)]
fix O_STLIM to use library function STLIM

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

43 years agofix STLIM to use library function
Kirk McKusick [Wed, 14 Jan 1981 04:09:41 +0000 (20:09 -0800)]
fix STLIM to use library function

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

43 years agowhen there is a reply-to, nameof now returns a savestr'd version,
Kurt A. Schoens [Tue, 13 Jan 1981 09:30:44 +0000 (01:30 -0800)]
when there is a reply-to, nameof now returns a savestr'd version,
rather than a stack local

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

43 years agoadded flag R for non-recursive commands
Kurt A. Schoens [Tue, 13 Jan 1981 08:37:10 +0000 (00:37 -0800)]
added flag R for non-recursive commands

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

43 years agoexecute now takes a second parameter which says whether the command
Kurt A. Schoens [Tue, 13 Jan 1981 08:33:41 +0000 (00:33 -0800)]
execute now takes a second parameter which says whether the command
was invoked from collect.  If so, one may not execute commands marked with R

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

43 years agonow calls execute with 2nd parameter to indicate from collect
Kurt A. Schoens [Tue, 13 Jan 1981 08:30:13 +0000 (00:30 -0800)]
now calls execute with 2nd parameter to indicate from collect

SCCS-vsn: usr.bin/mail/collect.c 1.2

43 years agoMarked all mailing commands with R to prevent recursive invocation
Kurt A. Schoens [Tue, 13 Jan 1981 08:27:35 +0000 (00:27 -0800)]
Marked all mailing commands with R to prevent recursive invocation

SCCS-vsn: usr.bin/mail/cmdtab.c 1.6

43 years agoif there are no messages, avoids printing headers on start up
Kurt A. Schoens [Tue, 13 Jan 1981 03:50:57 +0000 (19:50 -0800)]
if there are no messages, avoids printing headers on start up

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

43 years agomail -f now correctly updates status fields
Kurt A. Schoens [Tue, 13 Jan 1981 03:50:15 +0000 (19:50 -0800)]
mail -f now correctly updates status fields

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

43 years agoThe ds / and de FC definitions have been added for use with
Bill Joy [Mon, 12 Jan 1981 21:58:07 +0000 (13:58 -0800)]
The ds / and de FC definitions have been added for use with
the new table driven vgrind.  This is consistent with the old vgrind.

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

43 years agoFixed the number of languages -- presotto
Bill Joy [Mon, 12 Jan 1981 08:22:44 +0000 (00:22 -0800)]
Fixed the number of languages -- presotto

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

43 years agoumask defaults to 2 for csr group members
Bill Joy [Mon, 12 Jan 1981 07:35:18 +0000 (23:35 -0800)]
umask defaults to 2 for csr group members

SCCS-vsn: usr.bin/login/login.c 4.9
SCCS-vsn: usr.bin/login/login.c.1 4.9

43 years agoadd "ap" and "fp" notion, fix SUCC and PRED
Kirk McKusick [Sun, 11 Jan 1981 10:25:16 +0000 (02:25 -0800)]
add "ap" and "fp" notion, fix SUCC and PRED

SCCS-vsn: usr.bin/pascal/px/interp.c 1.2
SCCS-vsn: usr.bin/pascal/px/Makefile 1.2
SCCS-vsn: usr.bin/pascal/px/utilities.c 1.2
SCCS-vsn: usr.bin/pascal/px/vars.h 1.2

43 years agoflush and release buffers before closing files
Kirk McKusick [Sun, 11 Jan 1981 09:21:14 +0000 (01:21 -0800)]
flush and release buffers before closing files

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

43 years agoI changed the directory you log into if your own directory is not there to
Bill Joy [Sun, 11 Jan 1981 09:09:59 +0000 (01:09 -0800)]
I changed the directory you log into if your own directory is not there to
the root directory -- presotto

SCCS-vsn: usr.bin/login/login.c 4.8
SCCS-vsn: usr.bin/login/login.c.1 4.8

43 years agoconvert to "fp", "ap" type display; fix SUCC and PRED
Kirk McKusick [Sun, 11 Jan 1981 09:00:44 +0000 (01:00 -0800)]
convert to "fp", "ap" type display; fix SUCC and PRED

SCCS-vsn: usr.bin/pascal/src/call.c 1.4
SCCS-vsn: usr.bin/pascal/src/fdec.c 1.9
SCCS-vsn: usr.bin/pascal/src/flvalue.c 1.4
SCCS-vsn: usr.bin/pascal/src/func.c 1.5
SCCS-vsn: usr.bin/pascal/src/lab.c 1.6
SCCS-vsn: usr.bin/pascal/src/lval.c 1.3
SCCS-vsn: usr.bin/pascal/src/put.c 1.6

43 years agoconvert REL* to operate on >65535 length data
Kirk McKusick [Sun, 11 Jan 1981 08:54:54 +0000 (00:54 -0800)]
convert REL* to operate on >65535 length data

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

43 years agoinclude ArpaLocal; flush output on errors; allow
Eric Allman [Sun, 11 Jan 1981 06:28:41 +0000 (22:28 -0800)]
include ArpaLocal; flush output on errors; allow
"user" "at" "host" as separate parameters; etc.

SCCS-vsn: usr.sbin/sendmail/src/version.c 2.6

43 years agoallow "eric" "at" "berkeley" as three separate arguments
Eric Allman [Sun, 11 Jan 1981 05:56:32 +0000 (21:56 -0800)]
allow "eric" "at" "berkeley" as three separate arguments

SCCS-vsn: usr.sbin/sendmail/src/main.c 2.3

43 years agoadd an "ArpaLocal"
Eric Allman [Sun, 11 Jan 1981 04:38:34 +0000 (20:38 -0800)]
add an "ArpaLocal"

SCCS-vsn: usr.sbin/sendmail/src/conf.c 2.4

43 years agohave name of mailer daemon be a configuration parameter
Eric Allman [Sun, 11 Jan 1981 04:19:42 +0000 (20:19 -0800)]
have name of mailer daemon be a configuration parameter

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 2.2
SCCS-vsn: usr.sbin/sendmail/src/conf.c 2.3

43 years agoflush output after printing errors just in case
Eric Allman [Sun, 11 Jan 1981 04:07:27 +0000 (20:07 -0800)]
flush output after printing errors   just   in    case

SCCS-vsn: usr.sbin/sendmail/src/err.c 2.2

43 years agorelease buffers before closing files
Kirk McKusick [Sat, 10 Jan 1981 05:53:54 +0000 (21:53 -0800)]
release buffers before closing files

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

43 years agofixed botch in at => @ translation
Eric Allman [Fri, 9 Jan 1981 15:57:36 +0000 (07:57 -0800)]
fixed botch in at => @ translation

SCCS-vsn: usr.sbin/sendmail/src/version.c 2.5
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 2.5

43 years agopass -rv1 for -me (this used to exist! what happened?)
Bill Joy [Fri, 9 Jan 1981 12:30:15 +0000 (04:30 -0800)]
pass -rv1 for -me (this used to exist! what happened?)

SCCS-vsn: old/vpr/vtroff.sh 1.2

43 years agofix problem with "isspace" on non-ascii characters
Eric Allman [Fri, 9 Jan 1981 11:50:58 +0000 (03:50 -0800)]
fix problem with "isspace" on non-ascii characters

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 2.4

43 years agofixed several bugs in parser; translate <lwsp> into quoted .
Eric Allman [Fri, 9 Jan 1981 11:37:22 +0000 (03:37 -0800)]
fixed several bugs in parser; translate <lwsp> into quoted .

SCCS-vsn: usr.sbin/sendmail/src/version.c 2.4

43 years agodisallowed multiple <> spec
Eric Allman [Fri, 9 Jan 1981 11:36:42 +0000 (03:36 -0800)]
disallowed multiple <> spec

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 2.3

43 years agoturn <lwsp> (spaces) into quoted '.' instead of nothing (for CMU)
Eric Allman [Fri, 9 Jan 1981 11:27:29 +0000 (03:27 -0800)]
turn <lwsp> (spaces) into quoted '.' instead of nothing (for CMU)

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 2.2

43 years agoconvert to new log scheme
Eric Allman [Fri, 9 Jan 1981 10:18:44 +0000 (02:18 -0800)]
convert to new log scheme

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 2.4
SCCS-vsn: usr.sbin/sendmail/src/main.c 2.2

43 years agoupdate INDX to reflect "raw" display
Kirk McKusick [Fri, 9 Jan 1981 05:52:36 +0000 (21:52 -0800)]
update INDX to reflect "raw" display

SCCS-vsn: usr.bin/pascal/src/objfmt.h 1.4

43 years agodate and time created 81/01/08 12:43:59 by mckusick
Kirk McKusick [Fri, 9 Jan 1981 04:43:59 +0000 (20:43 -0800)]
date and time created 81/01/08 12:43:59 by mckusick

SCCS-vsn: usr.bin/pascal/px/version.c 1.1

43 years agodate and time created 81/01/07 20:30:16 by mckusick
Kirk McKusick [Thu, 8 Jan 1981 12:30:16 +0000 (04:30 -0800)]
date and time created 81/01/07 20:30:16 by mckusick

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

43 years agodate and time created 81/01/07 16:56:19 by mckusick
Kirk McKusick [Thu, 8 Jan 1981 08:56:19 +0000 (00:56 -0800)]
date and time created 81/01/07 16:56:19 by mckusick

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

43 years agodate and time created 81/01/07 16:56:07 by mckusick
Kirk McKusick [Thu, 8 Jan 1981 08:56:07 +0000 (00:56 -0800)]
date and time created 81/01/07 16:56:07 by mckusick

SCCS-vsn: usr.bin/pascal/px/utilities.c 1.1

43 years agodate and time created 81/01/07 16:55:48 by mckusick
Kirk McKusick [Thu, 8 Jan 1981 08:55:48 +0000 (00:55 -0800)]
date and time created 81/01/07 16:55:48 by mckusick

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

43 years agodate and time created 81/01/07 16:55:37 by mckusick
Kirk McKusick [Thu, 8 Jan 1981 08:55:37 +0000 (00:55 -0800)]
date and time created 81/01/07 16:55:37 by mckusick

SCCS-vsn: usr.bin/pascal/px/machdep.h 1.1

43 years agodate and time created 81/01/07 16:55:12 by mckusick
Kirk McKusick [Thu, 8 Jan 1981 08:55:12 +0000 (00:55 -0800)]
date and time created 81/01/07 16:55:12 by mckusick

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

43 years agodate and time created 81/01/07 16:55:08 by mckusick
Kirk McKusick [Thu, 8 Jan 1981 08:55:08 +0000 (00:55 -0800)]
date and time created 81/01/07 16:55:08 by mckusick

SCCS-vsn: usr.bin/pascal/px/int.c 1.1

43 years agodate and time created 81/01/07 16:54:54 by mckusick
Kirk McKusick [Thu, 8 Jan 1981 08:54:54 +0000 (00:54 -0800)]
date and time created 81/01/07 16:54:54 by mckusick

SCCS-vsn: usr.bin/pascal/px/READ_ME 1.1

43 years agodate and time created 81/01/06 18:21:52 by mckusick
Kirk McKusick [Wed, 7 Jan 1981 10:21:52 +0000 (02:21 -0800)]
date and time created 81/01/06 18:21:52 by mckusick

SCCS-vsn: usr.bin/pascal/libpc/libpc.h 1.1

43 years agomodify to allow use of px written in `C' and the use of libpc
Kirk McKusick [Wed, 7 Jan 1981 09:18:08 +0000 (01:18 -0800)]
modify to allow use of px written in `C' and the use of libpc

SCCS-vsn: usr.bin/pascal/src/fdec.c 1.8
SCCS-vsn: usr.bin/pascal/src/flvalue.c 1.3
SCCS-vsn: usr.bin/pascal/src/func.c 1.4
SCCS-vsn: usr.bin/pascal/src/lval.c 1.2
SCCS-vsn: usr.bin/pascal/src/objfmt.h 1.3
SCCS-vsn: usr.bin/pascal/src/proc.c 1.4
SCCS-vsn: usr.bin/pascal/src/put.c 1.5
SCCS-vsn: usr.bin/pascal/src/var.c 1.4

43 years agofix to last fix...
Bill Joy [Wed, 7 Jan 1981 07:49:09 +0000 (23:49 -0800)]
fix to last fix...

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

43 years agoallow use with both static (pc) and dynamic (pi) count buffers
Kirk McKusick [Wed, 7 Jan 1981 06:59:43 +0000 (22:59 -0800)]
allow use with both static (pc) and dynamic (pi) count buffers

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

43 years agoinclude math.h to insure correct return type
Kirk McKusick [Wed, 7 Jan 1981 04:04:23 +0000 (20:04 -0800)]
include math.h to insure correct return type

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

43 years agonow uses cc -R for read only stuff; has entry for call graph
Kurt A. Schoens [Tue, 6 Jan 1981 10:13:45 +0000 (02:13 -0800)]
now uses cc -R for read only stuff; has entry for call graph

SCCS-vsn: usr.bin/mail/Makefile 1.5

43 years agochanged conditional command flag from C to F
Kurt A. Schoens [Tue, 6 Jan 1981 10:13:01 +0000 (02:13 -0800)]
changed conditional command flag from C to F

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

43 years agonow honors a flag "keep" to avoid removing your mailbox
Kurt A. Schoens [Tue, 6 Jan 1981 09:37:27 +0000 (01:37 -0800)]
now honors a flag "keep" to avoid removing your mailbox

SCCS-vsn: usr.bin/mail/v7.local.c 1.3

43 years agoremoved incriminating error message
Kurt A. Schoens [Tue, 6 Jan 1981 09:36:49 +0000 (01:36 -0800)]
removed incriminating error message

SCCS-vsn: usr.bin/mail/send.c 1.3

43 years agoChanged conditional command flag from C to F
Kurt A. Schoens [Tue, 6 Jan 1981 09:35:20 +0000 (01:35 -0800)]
Changed conditional command flag from C to F

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

43 years agoadded ? as a statement terminating character
Kurt A. Schoens [Tue, 6 Jan 1981 09:34:27 +0000 (01:34 -0800)]
added ? as a statement terminating character

SCCS-vsn: usr.bin/fmt/fmt.c 1.2

43 years agoIn-line expanded calls on readline/putline in setptr() for speed
Kurt A. Schoens [Tue, 6 Jan 1981 09:33:34 +0000 (01:33 -0800)]
In-line expanded calls on readline/putline in setptr() for speed

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

43 years agochanged the conditional command flag from C to F
Kurt A. Schoens [Tue, 6 Jan 1981 09:32:38 +0000 (01:32 -0800)]
changed the conditional command flag from C to F

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

43 years agoI changed the messages printed out by rm to conform to those
Bill Joy [Mon, 5 Jan 1981 12:18:24 +0000 (04:18 -0800)]
I changed the messages printed out by rm to conform to those
printed by mv and cp (which I changed some time ago). --- Dave Presotto

SCCS-vsn: bin/rm/rm.c 4.3

43 years agofix bracketing around scalar convert for comparison
Peter B. Kessler [Sat, 3 Jan 1981 05:07:42 +0000 (21:07 -0800)]
fix bracketing around scalar convert for comparison

SCCS-vsn: usr.bin/pascal/src/rval.c 1.7

43 years agotypo... s/ubafree/ubarelse
Bill Joy [Wed, 31 Dec 1980 10:57:40 +0000 (02:57 -0800)]
typo... s/ubafree/ubarelse

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

43 years agoubafree() becomes ubarelse() to fix race conditions
Bill Joy [Wed, 31 Dec 1980 10:51:55 +0000 (02:51 -0800)]
ubafree() becomes ubarelse() to fix race conditions

SCCS-vsn: sys/vax/uba/dh.c 4.8
SCCS-vsn: sys/vax/uba/uba.c 4.4
SCCS-vsn: sys/vax/uba/up.c 4.10
SCCS-vsn: sys/vax/uba/va.c 4.5
SCCS-vsn: sys/vax/uba/vp.c 4.5
SCCS-vsn: sys/vax/uba/tm.c 4.5
SCCS-vsn: sys/vax/uba/rk.c 4.4
SCCS-vsn: sys/vax/uba/ts.c 4.5

43 years agofix ubafree(i), i = 0 to be UBAFREECLR(i) to avoid races
Bill Joy [Wed, 31 Dec 1980 10:18:58 +0000 (02:18 -0800)]
fix ubafree(i), i = 0 to be UBAFREECLR(i) to avoid races

SCCS-vsn: sys/vax/uba/dh.c 4.7
SCCS-vsn: sys/vax/uba/up.c 4.9
SCCS-vsn: sys/vax/uba/va.c 4.4
SCCS-vsn: sys/vax/uba/vp.c 4.4

43 years ago(no message)
Bill Joy [Wed, 31 Dec 1980 07:30:29 +0000 (23:30 -0800)]
(no message)

SCCS-vsn: sys/vax/vax/locore.s 4.10

43 years agos,../conf,//
Bill Joy [Sat, 27 Dec 1980 04:30:55 +0000 (20:30 -0800)]
s,../conf,//

SCCS-vsn: sys/vax/vax/conf.c 4.8

43 years agocleanpu adding 750
Bill Joy [Sat, 27 Dec 1980 04:29:38 +0000 (20:29 -0800)]
cleanpu adding 750

SCCS-vsn: sys/vax/stand/Makefile 4.2

43 years agoremove PHYSU* which is now in uba.h
Bill Joy [Sat, 27 Dec 1980 04:28:40 +0000 (20:28 -0800)]
remove PHYSU* which is now in uba.h

SCCS-vsn: sys/stand.att/saio.h 4.3

43 years agofix (sort of) mba stuff
Bill Joy [Sat, 27 Dec 1980 04:24:55 +0000 (20:24 -0800)]
fix (sort of) mba stuff

SCCS-vsn: sys/vax/vax/locore.s 4.9

43 years agoadd EPAWNJ tracing
Bill Joy [Sat, 27 Dec 1980 04:22:07 +0000 (20:22 -0800)]
add EPAWNJ tracing

SCCS-vsn: sys/kern/kern_physio.c 4.4
SCCS-vsn: sys/kern/vfs_bio.c 4.4
SCCS-vsn: sys/kern/vfs_cluster.c 4.4

43 years agofixes per epa
Bill Joy [Sat, 27 Dec 1980 04:21:16 +0000 (20:21 -0800)]
fixes per epa

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

43 years agochange spelling
Bill Joy [Sat, 27 Dec 1980 04:20:20 +0000 (20:20 -0800)]
change spelling

SCCS-vsn: sys/vax/uba/tm.c 4.4

43 years agoadd PHYSU* for standalone drivers
Bill Joy [Sat, 27 Dec 1980 03:59:29 +0000 (19:59 -0800)]
add PHYSU* for standalone drivers

SCCS-vsn: sys/vax/uba/ubareg.h 4.3
SCCS-vsn: sys/vax/uba/ubavar.h 4.3

43 years agodate and time created 80/12/21 17:38:41 by wnj
Bill Joy [Mon, 22 Dec 1980 09:38:41 +0000 (01:38 -0800)]
date and time created 80/12/21 17:38:41 by wnj

SCCS-vsn: lib/libc/vax/stdio.old/doprnt.c 4.1

43 years agodate and time created 80/12/21 16:58:23 by wnj
Bill Joy [Mon, 22 Dec 1980 08:58:23 +0000 (00:58 -0800)]
date and time created 80/12/21 16:58:23 by wnj

SCCS-vsn: lib/libcompat/4.1/vax/reset.s 4.1

43 years agodate and time created 80/12/21 16:51:04 by wnj
Bill Joy [Mon, 22 Dec 1980 08:51:04 +0000 (00:51 -0800)]
date and time created 80/12/21 16:51:04 by wnj

SCCS-vsn: lib/libc/stdio/ungetc.c 4.1

43 years agodate and time created 80/12/21 16:51:02 by wnj
Bill Joy [Mon, 22 Dec 1980 08:51:02 +0000 (00:51 -0800)]
date and time created 80/12/21 16:51:02 by wnj

SCCS-vsn: lib/libc/stdio/tempnam.c 4.1

43 years agodate and time created 80/12/21 16:51:01 by wnj
Bill Joy [Mon, 22 Dec 1980 08:51:01 +0000 (00:51 -0800)]
date and time created 80/12/21 16:51:01 by wnj

SCCS-vsn: lib/libc/stdlib/system.c 4.1

43 years agodate and time created 80/12/21 16:50:58 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:58 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:58 by wnj

SCCS-vsn: lib/libcompat/4.3/strout.c 4.1

43 years agodate and time created 80/12/21 16:50:57 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:57 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:57 by wnj

SCCS-vsn: lib/libc/stdio/sprintf.c 4.1

43 years agodate and time created 80/12/21 16:50:56 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:56 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:56 by wnj

SCCS-vsn: lib/libc/stdio/setbuf.c 4.1

43 years agodate and time created 80/12/21 16:50:54 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:54 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:54 by wnj

SCCS-vsn: lib/libc/stdio/scanf.c 4.1

43 years agodate and time created 80/12/21 16:50:53 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:53 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:53 by wnj

SCCS-vsn: lib/libc/stdio/rewind.c 4.1

43 years agodate and time created 80/12/21 16:50:52 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:52 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:52 by wnj

SCCS-vsn: lib/libc/stdio/rdwr.c 4.1

43 years agodate and time created 80/12/21 16:50:51 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:51 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:51 by wnj

SCCS-vsn: lib/libc/stdio/putw.c 4.1

43 years agodate and time created 80/12/21 16:50:50 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:50 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:50 by wnj

SCCS-vsn: lib/libc/stdio/puts.c 4.1

43 years agodate and time created 80/12/21 16:50:48 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:48 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:48 by wnj

SCCS-vsn: lib/libc/stdio/putchar.c 4.1

43 years agodate and time created 80/12/21 16:50:46 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:46 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:46 by wnj

SCCS-vsn: lib/libc/stdio/printf.c 4.1

43 years agodate and time created 80/12/21 16:50:45 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:45 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:45 by wnj

SCCS-vsn: lib/libc/gen/popen.c 4.1

43 years agodate and time created 80/12/21 16:50:42 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:42 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:42 by wnj

SCCS-vsn: lib/libc/stdio/getw.c 4.1

43 years agodate and time created 80/12/21 16:50:41 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:41 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:41 by wnj

SCCS-vsn: lib/libc/stdio/gets.c 4.1

43 years agodate and time created 80/12/21 16:50:40 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:40 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:40 by wnj

SCCS-vsn: lib/libc/gen/getpwuid.c 4.1

43 years agodate and time created 80/12/21 16:50:39 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:39 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:39 by wnj

SCCS-vsn: lib/libc/gen/getpwnam.c 4.1

43 years agodate and time created 80/12/21 16:50:37 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:37 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:37 by wnj

SCCS-vsn: lib/libc/gen/getpwent.c 4.1

43 years agodate and time created 80/12/21 16:50:36 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:36 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:36 by wnj

SCCS-vsn: lib/libcompat/4.1/getpw.c 4.1

43 years agodate and time created 80/12/21 16:50:35 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:35 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:35 by wnj

SCCS-vsn: lib/libc/gen/getpass.c 4.1

43 years agodate and time created 80/12/21 16:50:34 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:34 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:34 by wnj

SCCS-vsn: lib/libc/gen/getgrnam.c 4.1

43 years agodate and time created 80/12/21 16:50:33 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:33 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:33 by wnj

SCCS-vsn: lib/libc/gen/getgrgid.c 4.1

43 years agodate and time created 80/12/21 16:50:31 by wnj
Bill Joy [Mon, 22 Dec 1980 08:50:31 +0000 (00:50 -0800)]
date and time created 80/12/21 16:50:31 by wnj

SCCS-vsn: lib/libc/gen/getgrent.c 4.1