ecl/src
Marius Gerbershagen d7b2dfb722 Change handling of C stack size
Previously: unconditionally use the size from ECL_OPT_C_STACK_SIZE if
it is larger than the OS provided value and if possible resize the
stack at runtime.

Now: Use ECL_OPT_C_STACK_SIZE if provided. Otherwise, use a) the OS
provided value if we can resize the stack at runtime (for Unix) or b)
the new build option ECL_DEFAULT_C_STACK_SIZE (1 MB) if we can set the
stack size at link time (for Windows).
2019-12-26 19:13:31 +01:00
..
bdwgc bdwgc: Update library to version 7.6.8. 2019-01-12 20:21:19 +01:00
c Change handling of C stack size 2019-12-26 19:13:31 +01:00
clos prevent proclamations from influencing setf-expansions, deftypes, ... 2019-12-08 10:26:52 +01:00
cmp cmp: fix compiler macro for sequence functions with :end argument 2019-12-22 20:31:48 +01:00
doc Change handling of C stack size 2019-12-26 19:13:31 +01:00
ecl unixsys: check for system() in configure 2019-12-08 10:26:52 +01:00
gmp gmp: issue autoreconf -ivf (fixes ppc64le builds) 2015-09-02 15:59:18 +02:00
h Change handling of C stack size 2019-12-26 19:13:31 +01:00
libffi ffi: Update libffi to version 3.3 2019-12-09 19:49:30 +01:00
lsp format: don't signal an error if ~T and ~<...~> are mixed 2019-12-20 13:37:25 +01:00
tests tests: ffi: add a smoke test for complex float handling 2019-12-16 11:47:36 +01:00
util update CHANGELOG, INSTALL and cross config for iOS 2019-12-08 10:26:52 +01:00
aclocal.m4 Change handling of C stack size 2019-12-26 19:13:31 +01:00
bare.lsp.in The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
compile.lsp.in ansi conformance: remove spurious package nicknames 2019-03-15 19:22:35 +00:00
config.guess Upgrade config.guess and config.sub to newer versions 2013-03-30 23:29:22 +01:00
config.sub Upgrade config.guess and config.sub to newer versions 2013-03-30 23:29:22 +01:00
configure Change handling of C stack size 2019-12-26 19:13:31 +01:00
configure.ac unixsys: check for system() in configure 2019-12-08 10:26:52 +01:00
install.sh Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in configure: change manual installation 2019-04-11 18:17:02 +02:00