ecl/src/c
Daniel Kochmański 10bd3b613f cleanup: remove obsolete dffi code
ECL uses libffi for a long time and these code isn't even
compiled. ECL_DYNAMIC_FFI supported only limited number of x86 and
x86_64 bit platforms (transcended by libffi) and was basically dead. Not
sure if it would even compile even fater changing the scripts.

This changes were pretty straightforward, since the code was nicely
isolated with the appropriate ifdefs, but some testing is necessary
here.
2016-03-01 12:27:03 +01:00
..
arch cleanup: remove obsolete dffi code 2016-03-01 12:27:03 +01:00
clos The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
coverity The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
ffi The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
numbers The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
printer Merge branch 'style' into 'develop' 2015-09-03 18:07:04 +00:00
reader The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
threads fix a minor typo 2015-09-07 15:27:06 +02:00
unicode The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
all_symbols.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
alloc.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
alloc_2.d - User-defined heap sizes can now exceed the size of a fixnum on 32-bit 2015-09-11 16:54:18 -04:00
apply.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
array.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
assignment.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
backq.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
big.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
big_ll.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
cfun.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
cfun_dispatch.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
char_ctype.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
character.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
cinit.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
cmpaux.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
compiler.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
cons.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
disassembler.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
dosdummy.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
dostimes.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
dpp.c The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
earith.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
ecl_constants.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
ecl_features.h cleanup: remove obsolete dffi code 2016-03-01 12:27:03 +01:00
error.d fix bootstrap error printing in universal_error_handler. 2015-09-29 17:41:28 +02:00
eval.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
ffi.d cleanup: remove obsolete dffi code 2016-03-01 12:27:03 +01:00
file.d c-streams: use `read' when FILE_CNT not available 2015-10-23 18:16:50 +02:00
format.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
gbc-new.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
gbc.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
gfun.d Reduce cache size for generic functions. 2015-11-01 21:52:57 +03:00
hash.d hash.d: compute hash_string properly 2015-09-22 22:55:35 +02:00
instance.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
interpreter.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
iso_latin_names.h feature: add 'Del' for 'Rubout' character 2016-01-28 11:48:55 +01:00
list.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
load.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
macros.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
main.d cleanup: remove obsolete dffi code 2016-03-01 12:27:03 +01:00
Makefile.in cleanup: remove obsolete dffi code 2016-03-01 12:27:03 +01:00
mapfun.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
multival.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
newhash.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
num_arith.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
num_co.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
num_log.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
num_pred.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
num_rand.d mobile: fix compilation of android app from examples/ 2015-10-23 18:16:50 +02:00
number.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
package.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
pathname.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
predicate.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
print.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
read.d init-random: fix #$ for fixnums (allow providing seed) 2015-09-21 10:22:51 +02:00
reference.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
sequence.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
serialize.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
sse2.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
stacks.d mobile: support Nacl and PNacl 2015-10-23 18:12:54 +02:00
string.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
structure.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
symbol.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
symbols_list.h cleanup: remove obsolete dffi code 2016-03-01 12:27:03 +01:00
symbols_list2.h cleanup: remove obsolete dffi code 2016-03-01 12:27:03 +01:00
tcp.d fix: si:open-unix-socket-stream accepts both string and base-string 2016-01-28 11:47:48 +01:00
time.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
typespec.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
unify.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
unixfsys.d current_dir: signal internal error getcwd fails 2016-01-30 18:11:38 +01:00
unixint.d windows: some love for this poor system 2016-02-03 15:13:39 +01:00
unixsys.d mobile: support Nacl and PNacl 2015-10-23 18:12:54 +02:00
vector_push.d The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00