summaryrefslogtreecommitdiff
path: root/doc/lispref/internals.texi
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2020-09-271-1/+1
|\
| * ; Fix some trivial typosStefan Kangas2020-09-211-1/+1
* | Add facility to make module functions interactive (Bug#23486).Philipp Stephani2020-09-131-14/+32
* | ; * doc/lispref/internals.texi (Module Misc): Fix versionPhilipp Stephani2020-03-291-1/+1
* | Add a module function to open a file descriptor connected to a pipe.Philipp Stephani2020-03-261-0/+14
* | Merge from origin/emacs-27Glenn Morris2020-01-201-1/+1
|\ \ | |/
| * ; spelling fixesPaul Eggert2020-01-171-1/+1
* | Implement finalizers for module functions (Bug#30373)Philipp Stephani2020-01-031-5/+50
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Merge from origin/emacs-27Glenn Morris2019-12-301-2/+2
|\ \ | |/
| * Fixes for makeinfo 4.13Glenn Morris2019-12-291-2/+2
* | Merge from origin/emacs-27Glenn Morris2019-12-271-2/+18
|\ \ | |/
| * Document some restrictions for module functions.Philipp Stephani2019-12-261-0/+16
| * Don't recommend using 'module-load' for loading modules.Philipp Stephani2019-12-261-2/+2
* | Simplify an example in the modules manualPhilipp Stephani2019-12-261-2/+1
* | Promote function type aliases to the public module API.Philipp Stephani2019-12-261-5/+16
* | ; Fix oversights during renaming of example codeMario Lang2019-12-231-5/+5
* | Make argument names in module interface more consistent.Philipp Stephani2019-12-231-48/+49
|/
* Document and verify that emacs_limb_t doesn’t have padding bits.Philipp Stephani2019-12-231-3/+4
* Adjust intptr_t advicePaul Eggert2019-12-141-4/+6
* Update documentation of pure-space overflowEli Zaretskii2019-12-141-9/+16
* Improve tv_nsec docPaul Eggert2019-12-101-2/+5
* Spelling fixesPaul Eggert2019-12-091-1/+1
* Improve module bignum docPaul Eggert2019-12-091-56/+55
* Change module interface to no longer use GMP objects directly.Philipp Stephani2019-12-041-60/+158
* Fix duplicated words in lisprefRobert Pluim2019-10-151-1/+1
* Enable tab-bar-mode from X resourcesJuri Linkov2019-10-131-2/+2
* Expand documentation on Lisp variables defined in C sourcesRobert Pluim2019-10-091-5/+68
* Fix minor Texinfo errors in ELisp manualEli Zaretskii2019-10-091-2/+2
* Improve doc of GC thresholdsPaul Eggert2019-09-141-3/+10
* Improve pdumper doc; say unexec is deprecatedPaul Eggert2019-07-231-14/+20
* Remove printmax_t etc.Paul Eggert2019-07-071-5/+2
* Merge from origin/emacs-26Glenn Morris2019-07-061-33/+39
|\
| * Clarify & update (elisp) Writing Emacs PrimitivesBasil L. Contovounesios2019-06-261-29/+31
| * Clarify a subtle issue in the Internals chapter of lisprefEli Zaretskii2019-06-261-4/+8
| * Backport: Improve pure and side-effect-free docsBasil L. Contovounesios2019-04-221-4/+3
* | Export major version of latest Emacs supported by emacs-module.h.Philipp Stephani2019-04-281-0/+11
* | * doc/lispref/internals.texi (Module Values): Add a GMP examplePhilipp Stephani2019-04-241-0/+25
* | Clarify rounding mode when converting to struct timespec.Philipp Stephani2019-04-241-6/+6
* | Add module functions to convert from and to big integers.Philipp Stephani2019-04-241-0/+35
* | Add conversions to and from struct timespec to module interface.Philipp Stephani2019-04-241-0/+44
* | Improve pure and side-effect-free docsBasil L. Contovounesios2019-04-221-4/+3
* | Update module documentation for bignum support.Philipp Stephani2019-04-181-6/+7
* | Fix non_local_exit_get signature in Elisp manualBasil L. Contovounesios2019-03-251-1/+1
* | Ignore pending_signals when checking for quits.Philipp Stephani2019-02-241-1/+21
* | Fix documentation of pdump file installationEli Zaretskii2019-01-291-1/+1
* | pdumper-stats now returns s, not msPaul Eggert2019-01-191-1/+1
* | Improve 'pdumper-stats' and its documentationEli Zaretskii2019-01-191-0/+12
* | Improve documentation of portable dumpingEli Zaretskii2019-01-181-16/+70