Initial revision
This commit is contained in:
4
modules/.distr
Normal file
4
modules/.distr
Normal file
@@ -0,0 +1,4 @@
|
||||
compare
|
||||
install
|
||||
src
|
||||
h
|
||||
4
modules/h/.distr
Normal file
4
modules/h/.distr
Normal file
@@ -0,0 +1,4 @@
|
||||
em.h
|
||||
em_arith.h
|
||||
em_code.h
|
||||
em_label.h
|
||||
13
modules/src/.distr
Normal file
13
modules/src/.distr
Normal 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
10
modules/src/alloc/.distr
Normal 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
|
||||
4
modules/src/assert/.distr
Normal file
4
modules/src/assert/.distr
Normal file
@@ -0,0 +1,4 @@
|
||||
BadAssert.c
|
||||
Makefile
|
||||
assert.3
|
||||
assert.h
|
||||
7
modules/src/em_code/.distr
Normal file
7
modules/src/em_code/.distr
Normal file
@@ -0,0 +1,7 @@
|
||||
Makefile
|
||||
e
|
||||
em.nogen
|
||||
em_code.3X
|
||||
k
|
||||
make.em.gen
|
||||
make.fun
|
||||
3
modules/src/em_code/e/.distr
Normal file
3
modules/src/em_code/e/.distr
Normal file
@@ -0,0 +1,3 @@
|
||||
C_failed.c
|
||||
em.c
|
||||
em_private.h
|
||||
3
modules/src/em_code/k/.distr
Normal file
3
modules/src/em_code/k/.distr
Normal file
@@ -0,0 +1,3 @@
|
||||
C_failed.c
|
||||
em.c
|
||||
em_private.h
|
||||
12
modules/src/em_mes/.distr
Normal file
12
modules/src/em_mes/.distr
Normal 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
4
modules/src/idf/.distr
Normal file
@@ -0,0 +1,4 @@
|
||||
Makefile
|
||||
idf.3
|
||||
idf_pkg.body
|
||||
idf_pkg.spec
|
||||
6
modules/src/input/.distr
Normal file
6
modules/src/input/.distr
Normal 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
14
modules/src/malloc/.distr
Normal 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
18
modules/src/object/.distr
Normal 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
9
modules/src/print/.distr
Normal file
@@ -0,0 +1,9 @@
|
||||
Makefile
|
||||
doprnt.c
|
||||
format.c
|
||||
fprint.c
|
||||
param.h
|
||||
print.3
|
||||
print.c
|
||||
print.h
|
||||
sprint.c
|
||||
11
modules/src/read_em/.distr
Normal file
11
modules/src/read_em/.distr
Normal 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
20
modules/src/string/.distr
Normal 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
19
modules/src/system/.distr
Normal 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
|
||||
Reference in New Issue
Block a user