ecl/src
Marius Gerbershagen 8df76e9a60 Revert "cmp: fix typo" and "cmp: don't store the same object both in VV and VVtemp"
This reverts commit c5cb09f3cb and
84acbebd7f.

The solution as implemented does not work because we there is no clear
separation between assigning vv locations and later on writing them to
the created C file; we may have already written a vv location before
trying to add the same object again, resulting in miscompilation.
2021-02-14 18:51:54 +01:00
..
bdwgc bdwgc: Update library to version 7.6.8. 2019-01-12 20:21:19 +01:00
c Merge branch 'makefile-h-files' into develop 2021-02-06 18:10:00 +01:00
clos clos: don't call make-load-form in the code walker for defmethod 2020-09-18 21:22:32 +02:00
cmp Revert "cmp: fix typo" and "cmp: don't store the same object both in VV and VVtemp" 2021-02-14 18:51:54 +01:00
doc doc: fix argument order for ecl_alloc_simple_vector 2020-12-27 18:53:22 +01:00
ecl 21.2.1 release 2021-01-30 19:27:41 +01:00
gmp gmp: configure: add missing include files 2021-01-24 17:56:34 +01:00
h config-internal.h: automatically set ECL_C_COMPATIBLE_VARIADIC_DISPATCH for apple/arm64 2021-01-29 19:46:01 +01:00
libffi ffi: Update libffi to version 3.3 2019-12-09 19:49:30 +01:00
lsp define-setf-expander: fix lambda-list handling 2021-02-13 19:31:50 +01:00
tests cmp: fix bug in inlining local functions which are closures 2021-01-16 16:12:13 +01:00
util src/util: add script to run the testsuite on android 2021-01-30 15:41:45 +01:00
aclocal.m4 exit() prototype is in stdlib.h, include it 2020-09-18 13:18:56 +01:00
bare.lsp.in reintroduce init functions for modules 2020-01-22 19:06:38 +01:00
compile.lsp.in cmp: read msvc output in using the correct encoding 2020-08-02 10:55:25 +02:00
config.guess update config.guess/sub 2020-06-05 12:55:06 +01:00
config.sub update config.guess/sub 2020-06-05 12:55:06 +01:00
configure 21.2.1 release 2021-01-30 19:27:41 +01:00
configure.ac 21.2.1 release 2021-01-30 19:27:41 +01:00
install.sh Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in improve makefiles 2021-02-06 18:07:01 +01:00