ecl/src
Marius Gerbershagen 2739ab7269 numbers/log.d: simplify implementation
- directly construct the complex result for negative real numbers
  instead of calling ecl_log1_complex_inner(x, ecl_make_fixnum(0))
- get rid of unnecessary double calls to ecl_to_float in ecl_log1_simple
- prevent floating point overflow for negative bignums in the same way
  as for positive ones
2023-01-02 16:32:04 +01:00
..
bdwgc bdwgc: Update library to version 7.6.8. 2019-01-12 20:21:19 +01:00
c numbers/log.d: simplify implementation 2023-01-02 16:32:04 +01:00
clos cosmetic: indentation, s/if/when/ 2022-11-25 13:49:43 +01:00
cmp cmp: fix typos 2022-12-30 16:15:24 +01:00
doc cleanup: remove lingering references to the old garbage collector 2022-11-24 19:47:26 +01:00
ecl multithreading: implement optional timeout for mp:get-lock 2021-08-29 17:25:21 +02:00
gmp gmp: configure: add missing include files 2021-01-24 17:56:34 +01:00
h cleanup: separate process managament from threads 2022-12-05 00:34:25 +01:00
libffi ffi: Update libffi to version 3.3 2019-12-09 19:49:30 +01:00
lsp fix typo introduced in commit de15a8542 2022-10-22 20:02:07 +02:00
tests numbers/log.d: simplify implementation 2023-01-02 16:32:04 +01:00
util multithreading: replace various synchronization objects by native mutexes 2021-08-29 17:23:20 +02:00
aclocal.m4 configure: don't use -flat_namespace on Darwin 2022-02-20 16:36:31 -05:00
bare.lsp.in reintroduce init functions for modules 2020-01-22 19:06:38 +01:00
compile.lsp.in cmp: introduce new variables for linker flags 2022-08-24 16:38:20 +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 multithreading: implement optional timeout for mp:get-lock 2021-08-29 17:25:21 +02:00
configure.ac multithreading: implement optional timeout for mp:get-lock 2021-08-29 17:25:21 +02:00
install.sh
Makefile.in improve makefiles 2021-02-06 18:07:01 +01:00