Update distribution files.
--HG-- branch : dtrg-buildsystem
This commit is contained in:
parent
8fbce949f5
commit
11377070fd
14
.distr
14
.distr
|
@ -1,9 +1,7 @@
|
||||||
README
|
README
|
||||||
CHANGES
|
CHANGES
|
||||||
Copyright
|
Copyright
|
||||||
pm
|
Makefile
|
||||||
pmfile
|
|
||||||
config.pm
|
|
||||||
|
|
||||||
h
|
h
|
||||||
modules/h
|
modules/h
|
||||||
|
@ -13,7 +11,7 @@ util/data
|
||||||
util/LLgen
|
util/LLgen
|
||||||
|
|
||||||
modules/src/alloc
|
modules/src/alloc
|
||||||
modules/src/assert
|
#modules/src/assert
|
||||||
modules/src/system
|
modules/src/system
|
||||||
modules/src/string
|
modules/src/string
|
||||||
modules/src/read_em
|
modules/src/read_em
|
||||||
|
@ -31,7 +29,7 @@ util/ack
|
||||||
lib/descr/fe
|
lib/descr/fe
|
||||||
util/arch
|
util/arch
|
||||||
#util/cpp
|
#util/cpp
|
||||||
util/cgg
|
#util/cgg
|
||||||
util/ncgg
|
util/ncgg
|
||||||
util/misc
|
util/misc
|
||||||
util/opt
|
util/opt
|
||||||
|
@ -43,15 +41,19 @@ lang/cem
|
||||||
lang/pc
|
lang/pc
|
||||||
lang/m2
|
lang/m2
|
||||||
#lang/occam
|
#lang/occam
|
||||||
#lang/basic
|
lang/basic
|
||||||
|
|
||||||
mach/proto
|
mach/proto
|
||||||
mach/i80
|
mach/i80
|
||||||
mach/i86
|
mach/i86
|
||||||
mach/i386
|
mach/i386
|
||||||
|
mach/m68020
|
||||||
|
|
||||||
|
plat
|
||||||
plat/cpm
|
plat/cpm
|
||||||
plat/pc86
|
plat/pc86
|
||||||
|
plat/linux
|
||||||
plat/linux386
|
plat/linux386
|
||||||
|
plat/linux68k
|
||||||
|
|
||||||
examples
|
examples
|
||||||
|
|
|
@ -143,7 +143,7 @@ echo ""
|
||||||
if [ -e $destdir ]; then
|
if [ -e $destdir ]; then
|
||||||
if [ "$delete" = "yes" ]; then
|
if [ "$delete" = "yes" ]; then
|
||||||
echo "Press RETURN to erase $destdir and its contents, or CTRL+C to abort."
|
echo "Press RETURN to erase $destdir and its contents, or CTRL+C to abort."
|
||||||
read
|
read _ _
|
||||||
echo "Erasing..."
|
echo "Erasing..."
|
||||||
rm -rf "$destdir"
|
rm -rf "$destdir"
|
||||||
else
|
else
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
ack.pm
|
core.mk
|
||||||
ack-custom.pm
|
|
||||||
c.pm
|
|
||||||
llgen.pm
|
|
||||||
yacc.pm
|
|
||||||
|
|
||||||
#create_dir
|
#create_dir
|
||||||
#cp_dir
|
#cp_dir
|
||||||
#em_path.h.src
|
#em_path.h.src
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
pmfile
|
build.mk
|
||||||
src
|
src
|
||||||
lib
|
lib
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
abs.c
|
abs.c
|
||||||
asc.c
|
asc.c
|
||||||
asrt.c
|
asrt.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
basic.g
|
basic.g
|
||||||
basic.lex
|
basic.lex
|
||||||
bem.c
|
bem.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
cemcom.ansi
|
cemcom.ansi
|
||||||
cpp.ansi
|
cpp.ansi
|
||||||
libcc.ansi
|
libcc.ansi
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
LLlex.c
|
LLlex.c
|
||||||
LLlex.h
|
LLlex.h
|
||||||
LLmessage.c
|
LLmessage.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
LLlex.c
|
LLlex.c
|
||||||
LLlex.h
|
LLlex.h
|
||||||
LLmessage.c
|
LLmessage.c
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
pmfile
|
build.mk
|
||||||
LLlex.c
|
LLlex.c
|
||||||
LLlex.h
|
LLlex.h
|
||||||
LLmessage.c
|
LLmessage.c
|
||||||
Parameters
|
parameters.h
|
||||||
arith.h
|
arith.h
|
||||||
bits.h
|
bits.h
|
||||||
ch3bin.c
|
ch3bin.c
|
||||||
|
@ -22,7 +22,6 @@ input.h
|
||||||
macro.str
|
macro.str
|
||||||
main.c
|
main.c
|
||||||
make.allocd
|
make.allocd
|
||||||
make.hfiles
|
|
||||||
make.next
|
make.next
|
||||||
make.tokcase
|
make.tokcase
|
||||||
make.tokfile
|
make.tokfile
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
head_ac.e
|
head_ac.e
|
||||||
assert
|
assert
|
||||||
ctype
|
ctype
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
gen
|
gen
|
||||||
headers
|
headers
|
||||||
math
|
math
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
head_cc.e
|
head_cc.e
|
||||||
abs.c
|
abs.c
|
||||||
atof.c
|
atof.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
asin.c
|
asin.c
|
||||||
atan2.c
|
atan2.c
|
||||||
atan.c
|
atan.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
exit.c
|
exit.c
|
||||||
gtty.c
|
gtty.c
|
||||||
signal.c
|
signal.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
vsprintf.c
|
vsprintf.c
|
||||||
vfprintf.c
|
vfprintf.c
|
||||||
vprintf.c
|
vprintf.c
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
pmfile
|
build.mk
|
||||||
comp
|
comp
|
||||||
libm2
|
libm2
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
LLlex.c
|
LLlex.c
|
||||||
LLlex.h
|
LLlex.h
|
||||||
LLmessage.c
|
LLmessage.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
Termcap.mod
|
Termcap.mod
|
||||||
CSP.mod
|
CSP.mod
|
||||||
PascalIO.mod
|
PascalIO.mod
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
comp
|
comp
|
||||||
lib
|
lib
|
||||||
test
|
test
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
builtin.c
|
builtin.c
|
||||||
code.c
|
code.c
|
||||||
code.h
|
code.h
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
builtin.c
|
builtin.c
|
||||||
chan_strct.c
|
chan_strct.c
|
||||||
channel.c
|
channel.c
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
pmfile
|
build.mk
|
||||||
libpc
|
libpc
|
||||||
comp
|
comp
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
LLlex.c
|
LLlex.c
|
||||||
LLlex.h
|
LLlex.h
|
||||||
LLmessage.c
|
LLmessage.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
abi.c
|
abi.c
|
||||||
abl.c
|
abl.c
|
||||||
abr.c
|
abr.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
as
|
as
|
||||||
ncg
|
ncg
|
||||||
libem
|
libem
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
pmfile
|
|
||||||
adi.s
|
adi.s
|
||||||
and.s
|
and.s
|
||||||
blm.s
|
blm.s
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
pmfile
|
|
||||||
edata.s
|
edata.s
|
||||||
em_end.s
|
em_end.s
|
||||||
end.s
|
end.s
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
as
|
as
|
||||||
top
|
top
|
||||||
ncg
|
ncg
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
pmfile
|
|
||||||
aar2.s
|
aar2.s
|
||||||
adi4.s
|
adi4.s
|
||||||
and.s
|
and.s
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
pmfile
|
|
||||||
edata.s
|
edata.s
|
||||||
em_end.s
|
em_end.s
|
||||||
end.s
|
end.s
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
as
|
as
|
||||||
ncg
|
ncg
|
||||||
libem
|
libem
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
pmfile
|
|
||||||
adi.s
|
adi.s
|
||||||
and.s
|
and.s
|
||||||
cii.s
|
cii.s
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
pmfile
|
|
||||||
edata.s
|
edata.s
|
||||||
em_end.s
|
em_end.s
|
||||||
end.s
|
end.s
|
||||||
|
|
|
@ -1,12 +1,5 @@
|
||||||
Action
|
build.mk
|
||||||
as
|
as
|
||||||
cv
|
ncg
|
||||||
libem
|
libem
|
||||||
libend
|
libend
|
||||||
libsys
|
|
||||||
ncg
|
|
||||||
libfp
|
|
||||||
libdb
|
|
||||||
top
|
|
||||||
ce
|
|
||||||
mach_params
|
|
||||||
|
|
|
@ -1,2 +1,31 @@
|
||||||
|
aar.s
|
||||||
|
cii.s
|
||||||
|
cmi.s
|
||||||
|
cms.s
|
||||||
|
cmu.s
|
||||||
|
csa.s
|
||||||
|
csb.s
|
||||||
|
cuu.s
|
||||||
|
cvf.s
|
||||||
|
dia.s
|
||||||
|
edata.s
|
||||||
|
em_end.s
|
||||||
|
end.s
|
||||||
|
etext.s
|
||||||
|
exg.s
|
||||||
|
fakfp.s
|
||||||
|
fat.s
|
||||||
|
fp68881.s
|
||||||
|
inn.s
|
||||||
|
lar.s
|
||||||
LIST
|
LIST
|
||||||
libem_s.a
|
los.s
|
||||||
|
mon.s
|
||||||
|
nop.s
|
||||||
|
printf.s
|
||||||
|
sar.s
|
||||||
|
set.s
|
||||||
|
shp.s
|
||||||
|
sts.s
|
||||||
|
trp.s
|
||||||
|
trpstr.c
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
LIST
|
edata.s
|
||||||
end_s.a
|
em_end.s
|
||||||
|
end.s
|
||||||
|
etext.s
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
edata.s
|
edata.s
|
||||||
em_end.s
|
em_end.s
|
||||||
end.s
|
end.s
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
pmfile
|
|
||||||
as
|
as
|
||||||
cg
|
cg
|
||||||
ncg
|
ncg
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
comm0.h
|
comm0.h
|
||||||
comm1.h
|
comm1.h
|
||||||
comm2.y
|
comm2.y
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
pmfile
|
|
||||||
assert.h
|
assert.h
|
||||||
codegen.c
|
codegen.c
|
||||||
compute.c
|
compute.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
assert.h
|
assert.h
|
||||||
codegen.c
|
codegen.c
|
||||||
compute.c
|
compute.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
queue.c
|
queue.c
|
||||||
queue.h
|
queue.h
|
||||||
top.c
|
top.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
Malloc.c
|
Malloc.c
|
||||||
Srealloc.c
|
Srealloc.c
|
||||||
Realloc.c
|
Realloc.c
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
pmfile
|
|
||||||
BadAssert.c
|
BadAssert.c
|
||||||
assert.3
|
assert.3
|
||||||
assert.h
|
assert.h
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
C_out.c
|
C_out.c
|
||||||
bhcst.c
|
bhcst.c
|
||||||
bhdlb.c
|
bhdlb.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
C_ms_com.c
|
C_ms_com.c
|
||||||
C_ms_ego.c
|
C_ms_ego.c
|
||||||
C_ms_emx.c
|
C_ms_emx.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
b64_add.c
|
b64_add.c
|
||||||
b64_sft.c
|
b64_sft.c
|
||||||
flt_add.c
|
flt_add.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
idf.3
|
idf.3
|
||||||
idf_pkg.body
|
idf_pkg.body
|
||||||
idf_pkg.spec
|
idf_pkg.spec
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
AtEoIF.c
|
AtEoIF.c
|
||||||
AtEoIT.c
|
AtEoIT.c
|
||||||
inp_pkg.body
|
inp_pkg.body
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
object.3
|
object.3
|
||||||
object.h
|
object.h
|
||||||
obj.h
|
obj.h
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
doprnt.c
|
doprnt.c
|
||||||
format.c
|
format.c
|
||||||
fprint.c
|
fprint.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
EM_vars.c
|
EM_vars.c
|
||||||
argtype
|
argtype
|
||||||
em_comp.h
|
em_comp.h
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
bts2str.c
|
bts2str.c
|
||||||
btscat.c
|
btscat.c
|
||||||
btscmp.c
|
btscmp.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
access.c
|
access.c
|
||||||
break.c
|
break.c
|
||||||
chmode.c
|
chmode.c
|
||||||
|
|
2
plat/.distr
Normal file
2
plat/.distr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
build.mk
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
descr
|
descr
|
||||||
boot.s
|
boot.s
|
||||||
pmfile
|
build.mk
|
||||||
README
|
README
|
||||||
include/ack/config.h
|
include/ack/config.h
|
||||||
include/unistd.h
|
include/unistd.h
|
||||||
include/cpm.h
|
include/cpm.h
|
||||||
libsys/pmfile
|
|
||||||
libsys/_bdos.s
|
libsys/_bdos.s
|
||||||
libsys/brk.c
|
libsys/brk.c
|
||||||
libsys/close.c
|
libsys/close.c
|
||||||
|
|
2
plat/linux/.distr
Normal file
2
plat/linux/.distr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
liblinux
|
||||||
|
|
20
plat/linux/liblinux/.distr
Normal file
20
plat/linux/liblinux/.distr
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
brk.c
|
||||||
|
build.mk
|
||||||
|
close.c
|
||||||
|
creat.c
|
||||||
|
errno.s
|
||||||
|
_exit.c
|
||||||
|
getpid.c
|
||||||
|
gettimeofday.c
|
||||||
|
_hol0.s
|
||||||
|
isatty.c
|
||||||
|
kill.c
|
||||||
|
libsys.h
|
||||||
|
lseek.c
|
||||||
|
open.c
|
||||||
|
pmfile
|
||||||
|
read.c
|
||||||
|
sbrk.c
|
||||||
|
signal.c
|
||||||
|
syscalls.h
|
||||||
|
write.c
|
|
@ -1,26 +1,8 @@
|
||||||
descr
|
descr
|
||||||
boot.s
|
boot.s
|
||||||
pmfile
|
build.mk
|
||||||
README
|
README
|
||||||
|
include/sys/ioctl.h
|
||||||
include/ack/config.h
|
include/ack/config.h
|
||||||
include/unistd.h
|
include/unistd.h
|
||||||
libsys/pmfile
|
|
||||||
libsys/_exit.c
|
|
||||||
libsys/_hol0.s
|
|
||||||
libsys/_syscall.s
|
libsys/_syscall.s
|
||||||
libsys/brk.c
|
|
||||||
libsys/close.c
|
|
||||||
libsys/creat.c
|
|
||||||
libsys/errno.s
|
|
||||||
libsys/getpid.c
|
|
||||||
libsys/gettimeofday.c
|
|
||||||
libsys/isatty.c
|
|
||||||
libsys/kill.c
|
|
||||||
libsys/libsys.h
|
|
||||||
libsys/lseek.c
|
|
||||||
libsys/open.c
|
|
||||||
libsys/read.c
|
|
||||||
libsys/sbrk.c
|
|
||||||
libsys/signal.c
|
|
||||||
libsys/syscalls.h
|
|
||||||
libsys/write.c
|
|
||||||
|
|
|
@ -1,26 +1,8 @@
|
||||||
descr
|
descr
|
||||||
boot.s
|
boot.s
|
||||||
pmfile
|
build.mk
|
||||||
README
|
README
|
||||||
|
include/sys/ioctl.h
|
||||||
include/ack/config.h
|
include/ack/config.h
|
||||||
include/unistd.h
|
include/unistd.h
|
||||||
libsys/pmfile
|
|
||||||
libsys/_exit.c
|
|
||||||
libsys/_hol0.s
|
|
||||||
libsys/_syscall.s
|
libsys/_syscall.s
|
||||||
libsys/brk.c
|
|
||||||
libsys/close.c
|
|
||||||
libsys/creat.c
|
|
||||||
libsys/errno.s
|
|
||||||
libsys/getpid.c
|
|
||||||
libsys/gettimeofday.c
|
|
||||||
libsys/isatty.c
|
|
||||||
libsys/kill.c
|
|
||||||
libsys/libsys.h
|
|
||||||
libsys/lseek.c
|
|
||||||
libsys/open.c
|
|
||||||
libsys/read.c
|
|
||||||
libsys/sbrk.c
|
|
||||||
libsys/signal.c
|
|
||||||
libsys/syscalls.h
|
|
||||||
libsys/write.c
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
descr
|
descr
|
||||||
boot.s
|
boot.s
|
||||||
pmfile
|
build.mk
|
||||||
README
|
README
|
||||||
include/ack/config.h
|
include/ack/config.h
|
||||||
include/unistd.h
|
include/unistd.h
|
||||||
libsys/pmfile
|
libsys/build.mk
|
||||||
libsys/_exit.c
|
libsys/_exit.c
|
||||||
libsys/_hol0.s
|
libsys/_hol0.s
|
||||||
libsys/_syscall.s
|
libsys/_syscall.s
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
descr
|
descr
|
||||||
boot.s
|
boot.s
|
||||||
pmfile
|
build.mk
|
||||||
README
|
README
|
||||||
include/ack/config.h
|
include/ack/config.h
|
||||||
include/unistd.h
|
include/unistd.h
|
||||||
libsys/pmfile
|
|
||||||
libsys/_hol0.s
|
libsys/_hol0.s
|
||||||
libsys/brk.c
|
libsys/brk.c
|
||||||
libsys/close.c
|
libsys/close.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile-ack
|
build.mk
|
||||||
src/main.c
|
src/main.c
|
||||||
src/gencode.c
|
src/gencode.c
|
||||||
src/compute.c
|
src/compute.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
ack.h
|
ack.h
|
||||||
data.c
|
data.c
|
||||||
data.h
|
data.h
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
ashow.c
|
ashow.c
|
||||||
ashow.1
|
ashow.1
|
||||||
anm.c
|
anm.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
aal.1
|
aal.1
|
||||||
arch.1
|
arch.1
|
||||||
arch.5
|
arch.5
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
pmfile
|
|
||||||
bootgram.y
|
bootgram.y
|
||||||
bootlex.l
|
bootlex.l
|
||||||
main.c
|
main.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
GCIPM.c
|
GCIPM.c
|
||||||
cclash.1
|
cclash.1
|
||||||
cclash.c
|
cclash.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
LLlex.c
|
LLlex.c
|
||||||
LLlex.h
|
LLlex.h
|
||||||
LLmessage.c
|
LLmessage.c
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
pmfile
|
build.mk
|
||||||
em_ptyp.c
|
em_ptyp.c
|
||||||
new_table
|
new_table
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
bo
|
bo
|
||||||
ca
|
ca
|
||||||
cf
|
cf
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
WRONG
|
WRONG
|
||||||
ack.out.5
|
ack.out.5
|
||||||
archive.c
|
archive.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
convert.c
|
convert.c
|
||||||
em_decode.6
|
em_decode.6
|
||||||
esize.1
|
esize.1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
assert.h
|
assert.h
|
||||||
cgg.y
|
cgg.y
|
||||||
coerc.c
|
coerc.c
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
alloc.c
|
alloc.c
|
||||||
alloc.h
|
alloc.h
|
||||||
assert.h
|
assert.h
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pmfile
|
build.mk
|
||||||
LLlex.c
|
LLlex.c
|
||||||
hash.c
|
hash.c
|
||||||
main.c
|
main.c
|
||||||
|
|
Loading…
Reference in a new issue