index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
emacs-module-resources
/
mod-test.c
Age
Commit message (
Expand
)
Author
2026-05-26
Omit useless casts found by GCC 16
Paul Eggert
2026-03-10
Fix `signal` calls where the data argument is not a list
Stefan Monnier
2026-02-25
; Fix emacs-module-tests on MS-Windows
Eli Zaretskii
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-05-12
Silence some macOS build warnings
Mattias EngdegÄrd
2024-01-20
Be more systematic about parens in C source code
Paul Eggert
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-09-28
Port better to C23 bool+true+false keywords
Paul Eggert
2022-03-08
Decouple mod-test.c from Gnulib
Paul Eggert
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-10-12
Fix test bug when calloc returns null
Paul Eggert
2021-07-12
Pacify gcc 11.1.1 -Wanalyzer-possible-null-dereference
Paul Eggert
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-12
Document and enforce some properties for strings created by modules.
Philipp Stephani
2020-11-29
Fix double-free bug when finalizing module runtimes.
Philipp Stephani
2020-11-27
Fix incorrect handling of module runtime and environment pointers.
Philipp Stephani
2020-10-23
Move some test data to follow our conventions
Stefan Kangas