Initial revision

This commit is contained in:
ceriel
1987-04-13 10:32:47 +00:00
parent 5fde79eab8
commit 81b1d21c35
302 changed files with 2032 additions and 0 deletions

13
modules/src/.distr Normal file
View File

@@ -0,0 +1,13 @@
Action
alloc
assert
em_code
em_mes
idf
input
malloc
object
print
read_em
string
system

10
modules/src/alloc/.distr Normal file
View File

@@ -0,0 +1,10 @@
Makefile
Malloc.c
alloc.3
alloc.h
botch.c
clear.c
in_all.h
st_alloc.c
std_alloc.c
No_Mem.c

View File

@@ -0,0 +1,4 @@
BadAssert.c
Makefile
assert.3
assert.h

View File

@@ -0,0 +1,7 @@
Makefile
e
em.nogen
em_code.3X
k
make.em.gen
make.fun

View File

@@ -0,0 +1,3 @@
C_failed.c
em.c
em_private.h

View File

@@ -0,0 +1,3 @@
C_failed.c
em.c
em_private.h

12
modules/src/em_mes/.distr Normal file
View File

@@ -0,0 +1,12 @@
C_ms_com.c
C_ms_ego.c
C_ms_emx.c
C_ms_err.c
C_ms_flt.c
C_ms_gto.c
C_ms_opt.c
C_ms_par.c
C_ms_reg.c
C_ms_src.c
Makefile
em_mes.3

4
modules/src/idf/.distr Normal file
View File

@@ -0,0 +1,4 @@
Makefile
idf.3
idf_pkg.body
idf_pkg.spec

6
modules/src/input/.distr Normal file
View File

@@ -0,0 +1,6 @@
AtEoIF.c
AtEoIT.c
Makefile
inp_pkg.body
inp_pkg.spec
input.3

14
modules/src/malloc/.distr Normal file
View File

@@ -0,0 +1,14 @@
Makefile
READ_ME
add_file
check.c
check.h
getsize.c
global.c
impl.h
log.c
log.h
mal.c
param.h
phys.c
phys.h

18
modules/src/object/.distr Normal file
View File

@@ -0,0 +1,18 @@
Makefile
byte_order.c
object.3
object.h
rd.c
rd_arhdr.c
rd_bytes.c
rd_int2.c
rd_long.c
rd_ranlib.c
rd_unsig2.c
wr.c
wr_arhdr.c
wr_bytes.c
wr_int2.c
wr_long.c
wr_putc.c
wr_ranlib.c

9
modules/src/print/.distr Normal file
View File

@@ -0,0 +1,9 @@
Makefile
doprnt.c
format.c
fprint.c
param.h
print.3
print.c
print.h
sprint.c

View File

@@ -0,0 +1,11 @@
EM_vars.c
Makefile
argtype
em_comp.h
m_C_mnem
m_C_mnem_na
mkcalls.c
read_em.3
read_em.c
reade.c
readk.c

20
modules/src/string/.distr Normal file
View File

@@ -0,0 +1,20 @@
Makefile
bts2str.c
btscat.c
btscmp.c
btscpy.c
btszero.c
long2str.c
str2bts.c
str2long.c
strcat.c
strcmp.c
strcpy.c
strindex.c
string.3
strlen.c
strncat.c
strncmp.c
strncpy.c
strrindex.c
strzero.c

19
modules/src/system/.distr Normal file
View File

@@ -0,0 +1,19 @@
Makefile
access.c
break.c
chmode.c
close.c
create.c
filesize.c
lock.c
modtime.c
open.c
read.c
remove.c
stop.c
system.3
system.c
system.h
time.c
unlock.c
write.c