1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00
emacs/doc
Philipp Stephani e290a7d173 Add module functions to convert from and to big integers.
* src/module-env-27.h: Add new module functions to convert big
integers.

* src/emacs-module.h.in (emacs_mpz): Define if GMP is available.

* src/emacs-module.c (module_extract_big_integer)
(module_make_big_integer): New functions.
(initialize_environment): Use them.

* test/data/emacs-module/mod-test.c (Fmod_test_double): New test
function.
(emacs_module_init): Define it.

* test/src/emacs-module-tests.el (mod-test-double): New unit test.

* doc/lispref/internals.texi (Module Values): Document new functions.
2019-04-24 12:53:54 +02:00
..
emacs Merge from origin/emacs-26 2019-04-21 07:51:38 -07:00
lispintro Merge from origin/emacs-26 2019-03-09 10:07:46 -08:00
lispref Add module functions to convert from and to big integers. 2019-04-24 12:53:54 +02:00
man Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
misc Merge from origin/emacs-26 2019-04-21 07:51:38 -07:00