ecl/src/c
Marius Gerbershagen c2a577d609 bignums: prevent bignum registers from growing too big
We had this code before, but it made non-functional in commit
20f4c8931e and got removed with commit
749b97d06c.
2020-01-04 18:07:41 +01:00
..
arch cleanup: remove unused code 2019-07-16 09:04:46 +02:00
clos fix for calling conventions treating fixed and variadic arguments differently 2019-12-08 10:26:52 +01:00
coverity The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
ffi clean up functions creating base strings from C strings 2019-01-07 18:43:55 +01:00
numbers expt: add a case for complex-float ^ integer. 2019-12-30 22:04:11 +01:00
printer printer: remove redundancies between pretty and ordinary printer 2019-08-18 19:31:58 +02:00
reader long-float: remove conditionalization 2019-05-24 21:04:59 +00:00
threads bignums: don't use ecl_alloc_atomic for gmp 2020-01-04 17:49:08 +01:00
unicode clean up functions creating base strings from C strings 2019-01-07 18:43:55 +01:00
all_symbols.d cmp: check that number of arguments matches the declaration in symbols_list.h 2019-12-08 10:26:52 +01:00
alloc_2.d weak-pointer: return two values: value and whenever it is present 2019-05-25 09:56:08 +02:00
apply.d apply: remove case for 64 arguments 2019-07-19 14:30:53 +02:00
array.d long-float: remove conditionalization 2019-05-24 21:04:59 +00:00
assignment.d fix for calling conventions treating fixed and variadic arguments differently 2019-12-08 10:26:52 +01:00
backq.d indent: indent files according to GNU standard 2016-05-05 13:40:27 +02:00
big.d bignums: prevent bignum registers from growing too big 2020-01-04 18:07:41 +01:00
big_ll.d indent: indent files according to GNU standard 2016-05-05 13:40:27 +02:00
cfun.d fix for calling conventions treating fixed and variadic arguments differently 2019-12-08 10:26:52 +01:00
cfun_dispatch.d fix for calling conventions treating fixed and variadic arguments differently 2019-12-08 10:26:52 +01:00
char_ctype.d indent: indent files according to GNU standard 2016-05-05 13:40:27 +02:00
character.d add some missing ecl_va_end statements 2019-12-08 10:26:52 +01:00
cinit.d Use bdwgc macros to allow memory debug. 2017-09-19 00:23:47 -04:00
cmpaux.d long-float: remove conditionalization 2019-05-24 21:04:59 +00:00
compiler.d bytecmp: fix return value of multiple-value-bind with no variable bindings and no body 2019-08-19 19:46:27 +02:00
cons.d indent: indent files according to GNU standard 2016-05-05 13:40:27 +02:00
disassembler.d clean up functions creating base strings from C strings 2019-01-07 18:43:55 +01:00
dpp.c dpp: create correct signature for functions with only required arguments 2019-12-08 10:26:52 +01:00
ecl_constants.h long-float: remove conditionalization 2019-05-24 21:04:59 +00:00
ecl_features.h long-float: remove conditionalization 2019-05-24 21:04:59 +00:00
error.d add some missing ecl_va_end statements 2019-12-08 10:26:52 +01:00
eval.d apply_from_stack_frame: use correct frame base 2019-07-23 18:45:24 +02:00
ffi.d dffi: define ffi_type_complex_* types only when available 2019-12-31 10:16:38 +01:00
file.d add some missing ecl_va_end statements 2019-12-08 10:26:52 +01:00
format.d long-float: remove conditionalization 2019-05-24 21:04:59 +00:00
hash.d fix for calling conventions treating fixed and variadic arguments differently 2019-12-08 10:26:52 +01:00
interpreter.d fix for calling conventions treating fixed and variadic arguments differently 2019-12-08 10:26:52 +01:00
iso_latin_names.h c-indent: g-n 2016-05-05 16:28:32 +02:00
list.d threading: add support for atomic operations 2018-10-15 19:55:39 +02:00
load.d clean up functions creating base strings from C strings 2019-01-07 18:43:55 +01:00
macros.d Cosmetic fixes to bytecodes compiler. 2018-02-12 16:01:02 +01:00
main.d bignums: don't use ecl_alloc_atomic for gmp 2020-01-04 17:49:08 +01:00
Makefile.in dpp: check if declared and actual number of arguments match 2019-12-08 10:26:52 +01:00
mapfun.d Remove FEprogram_error_noreturn and replace uses with FEprogram_error 2017-06-29 17:24:54 -05:00
multival.d c-indent: g-n 2016-05-05 16:28:32 +02:00
newhash.h c-indent: g-n 2016-05-05 16:28:32 +02:00
num_arith.d numbers: use fast dispatch in ecl_integer_divide (round) 2019-05-05 10:38:02 +02:00
num_co.d long-float: remove conditionalization 2019-05-24 21:04:59 +00:00
num_log.d c-indent: g-n 2016-05-05 16:28:32 +02:00
num_pred.d ieee-fp: fix ext:float-{infinity/nan}-p 2019-08-14 20:51:40 +02:00
num_rand.d long-float: remove conditionalization 2019-05-24 21:04:59 +00:00
number.d ecl_min: symbols list: fix si::complex-float function name 2019-12-04 17:52:16 +01:00
package.d add some missing ecl_va_end statements 2019-12-08 10:26:52 +01:00
pathname.d clean up functions creating base strings from C strings 2019-01-07 18:43:55 +01:00
predicate.d eql: fix NaN comparison 2019-08-14 20:51:40 +02:00
print.d printer/reader: call user defined write/read-sequence methods for CLOS streams 2018-06-06 22:32:22 +02:00
read.d fix for calling conventions treating fixed and variadic arguments differently 2019-12-08 10:26:52 +01:00
reference.d cosmetic: fix indent (rest of C) 2016-05-06 08:41:52 +02:00
sequence.d cosmetic: fix indent (rest of C) 2016-05-06 08:41:52 +02:00
serialize.d long-float: remove conditionalization 2019-05-24 21:04:59 +00:00
sse2.d cosmetic: fix indent (rest of C) 2016-05-06 08:41:52 +02:00
stacks.d stacks.d: fix several problems with C stack 2019-12-08 10:26:52 +01:00
string.d clean up functions creating base strings from C strings 2019-01-07 18:43:55 +01:00
structure.d threading: add support for atomic operations 2018-10-15 19:55:39 +02:00
symbol.d gensym: check type of *gensym-counter* to be non-negative integer 2019-01-19 21:44:35 +01:00
symbols_list.h ffi: generate abi list from available libffi abis 2019-12-09 19:49:30 +01:00
symbols_list2.h ffi: generate abi list from available libffi abis 2019-12-09 19:49:30 +01:00
tcp.d clean up functions creating base strings from C strings 2019-01-07 18:43:55 +01:00
time.d clean up functions creating base strings from C strings 2019-01-07 18:43:55 +01:00
typespec.d long-float: remove conditionalization 2019-05-24 21:04:59 +00:00
unixfsys.d clean up functions creating base strings from C strings 2019-01-07 18:43:55 +01:00
unixint.d bignums: don't use ecl_alloc_atomic for gmp 2020-01-04 17:49:08 +01:00
unixsys.d unixsys: check for system() in configure 2019-12-08 10:26:52 +01:00
vector_push.d cosmetic: vp 2016-05-06 08:43:40 +02:00