index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
lispref
/
internals.texi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve documentation of 'emacs_function' in modules
Eli Zaretskii
2024-01-13
1
-0
/
+9
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Fix some Texinfo markup in manuals
Basil L. Contovounesios
2023-06-13
1
-1
/
+1
*
; One more improvement to ELisp "internals" appendix.
Eli Zaretskii
2023-03-11
1
-1
/
+2
*
; Minor improvement of documentation of GC thresholds
Eli Zaretskii
2023-03-11
1
-4
/
+6
*
; Fix typo
Stefan Kangas
2023-02-12
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Update the documentation of overlays (bug#59996)
Eli Zaretskii
2022-12-14
1
-13
/
+3
*
Extend memory-info for remote systems
Michael Albinus
2022-11-27
1
-0
/
+3
*
Advise against using too-high GC thresholds
Eli Zaretskii
2022-11-20
1
-6
/
+14
*
Port better to C23 bool+true+false keywords
Paul Eggert
2022-09-28
1
-2
/
+2
*
Merge from origin/emacs-28
Stefan Kangas
2022-02-23
1
-3
/
+3
|
\
|
*
Fix indexing of module functions that return enumeration types.
Philipp Stephani
2022-02-22
1
-3
/
+3
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-02-18
1
-2
/
+2
|
\
|
|
*
Fix indexing of module functions that return complex types.
Philipp Stephani
2022-02-17
1
-2
/
+2
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Add a new after-pdump-load-hook variable
Lars Ingebrigtsen
2021-10-12
1
-0
/
+8
|
/
*
Mention that the garbage collection is convervative
Lars Ingebrigtsen
2021-09-17
1
-7
/
+11
*
Merge from origin/emacs-27
Glenn Morris
2021-06-08
1
-1
/
+1
|
\
|
*
; Fix typo in dynamic module functions docs.
Basil L. Contovounesios
2021-06-06
1
-1
/
+1
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Inhibit buffer hooks in temporary buffers
Basil L. Contovounesios
2020-12-20
1
-2
/
+9
*
|
; Fix grammar in recent change to internals.texi
Basil L. Contovounesios
2020-12-18
1
-1
/
+1
*
|
Document and enforce some properties for strings created by modules.
Philipp Stephani
2020-12-12
1
-1
/
+4
*
|
Add a new command `memory-report'
Lars Ingebrigtsen
2020-12-11
1
-0
/
+13
*
|
Allow creating unibyte strings from Emacs modules
Lars Ingebrigtsen
2020-10-13
1
-0
/
+6
*
|
Merge from origin/emacs-27
Glenn Morris
2020-09-27
1
-1
/
+1
|
\
|
|
*
; Fix some trivial typos
Stefan Kangas
2020-09-21
1
-1
/
+1
*
|
Add facility to make module functions interactive (Bug#23486).
Philipp Stephani
2020-09-13
1
-14
/
+32
*
|
; * doc/lispref/internals.texi (Module Misc): Fix version
Philipp Stephani
2020-03-29
1
-1
/
+1
*
|
Add a module function to open a file descriptor connected to a pipe.
Philipp Stephani
2020-03-26
1
-0
/
+14
*
|
Merge from origin/emacs-27
Glenn Morris
2020-01-20
1
-1
/
+1
|
\
|
|
*
; spelling fixes
Paul Eggert
2020-01-17
1
-1
/
+1
*
|
Implement finalizers for module functions (Bug#30373)
Philipp Stephani
2020-01-03
1
-5
/
+50
*
|
Merge from origin/emacs-27
Paul Eggert
2020-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-27
Glenn Morris
2019-12-30
1
-2
/
+2
|
\
|
|
*
Fixes for makeinfo 4.13
Glenn Morris
2019-12-29
1
-2
/
+2
*
|
Merge from origin/emacs-27
Glenn Morris
2019-12-27
1
-2
/
+18
|
\
|
|
*
Document some restrictions for module functions.
Philipp Stephani
2019-12-26
1
-0
/
+16
|
*
Don't recommend using 'module-load' for loading modules.
Philipp Stephani
2019-12-26
1
-2
/
+2
*
|
Simplify an example in the modules manual
Philipp Stephani
2019-12-26
1
-2
/
+1
*
|
Promote function type aliases to the public module API.
Philipp Stephani
2019-12-26
1
-5
/
+16
*
|
; Fix oversights during renaming of example code
Mario Lang
2019-12-23
1
-5
/
+5
*
|
Make argument names in module interface more consistent.
Philipp Stephani
2019-12-23
1
-48
/
+49
|
/
*
Document and verify that emacs_limb_t doesn’t have padding bits.
Philipp Stephani
2019-12-23
1
-3
/
+4
*
Adjust intptr_t advice
Paul Eggert
2019-12-14
1
-4
/
+6
*
Update documentation of pure-space overflow
Eli Zaretskii
2019-12-14
1
-9
/
+16
[next]