summaryrefslogtreecommitdiff
path: root/test/src/emacs-module-resources
AgeCommit message (Expand)Author
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-03-10Fix `signal` calls where the data argument is not a listStefan Monnier
2026-02-25; Fix emacs-module-tests on MS-WindowsEli Zaretskii
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-05-12Silence some macOS build warningsMattias EngdegÄrd
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-28Port better to C23 bool+true+false keywordsPaul Eggert
2022-03-08Decouple mod-test.c from GnulibPaul Eggert
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-12Fix test bug when calloc returns nullPaul Eggert
2021-07-12Pacify gcc 11.1.1 -Wanalyzer-possible-null-dereferencePaul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-12Document and enforce some properties for strings created by modules.Philipp Stephani
2020-11-29Fix double-free bug when finalizing module runtimes.Philipp Stephani
2020-11-27Fix incorrect handling of module runtime and environment pointers.Philipp Stephani
2020-10-23Move some test data to follow our conventionsStefan Kangas