mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
5870dd7033
Deputy is a C compiler that is capable of preventing common C programming errors, including out-of-bounds memory accesses as well as many other common type-safety errors.
18 lines
435 B
Plaintext
18 lines
435 B
Plaintext
bin/deputy
|
|
include/deputy/annots.h
|
|
include/deputy/checks.h
|
|
include/deputy/libc_patch.i
|
|
libexec/deputy/deputy.asm.exe
|
|
libexec/deputy/deputy.byte.exe
|
|
libexec/deputy/deputy_libc.o
|
|
@dirrm libexec/deputy
|
|
@dirrm include/deputy
|
|
@cwd %%LOCALBASE%%
|
|
%%SITE_PERL%%/CIL/Cilly.pm
|
|
%%SITE_PERL%%/CIL/KeptFile.pm
|
|
%%SITE_PERL%%/CIL/OutputFile.pm
|
|
%%SITE_PERL%%/CIL/TempFile.pm
|
|
%%SITE_PERL%%/CilConfig.pm
|
|
%%SITE_PERL%%/Deputy.pm
|
|
@dirrm %%SITE_PERL%%/CIL
|