aboutsummaryrefslogtreecommitdiffstats
path: root/modules (unfollow)
Commit message (Expand)AuthorFilesLines
11 days; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-03modhelp.py: Support Python 3 (Bug#24954)Syohei YOSHIDA1-12/+12
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-04-29Integrate module test with normal test suitePhilipp Stephani3-461/+0
2017-03-26Add check for expected backtrace in module calls.Philipp Stephani1-1/+15
2016-12-31Update copyright year to 2017Paul Eggert4-4/+4
2016-11-28Fix template for module functionsPaul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert4-4/+4
2015-12-06Port mod-test to 32-bit Emacs --without-wide-intPaul Eggert1-0/+5
2015-12-06Port mod-test to x86-64 GNU/Linux running 32-bitPaul Eggert1-9/+7
2015-12-02More emacs-module.c fixes for wide intsEli Zaretskii1-1/+6
2015-12-01Fix emacs-module.c for wide intsEli Zaretskii1-1/+5
2015-11-30Rely on conservative stack scanning to find "emacs_value"sStefan Monnier1-2/+2
2015-11-29Spelling and grammar fixesPaul Eggert2-2/+2
2015-11-29Update mod-test-sum-testKen Brown1-1/+3
2015-11-28; * modules/mod-test/Makefile: Fix typo.Ken Brown1-1/+1
2015-11-27Add module tests for wrong-type-argumentEli Zaretskii1-1/+3
2015-11-24Add one more mod-test testEli Zaretskii1-1/+11
2015-11-24* modules/mod-test/mod-test.c (Fmod_test_sum): Verify there are 2 args.Philipp Stephani1-0/+2
2015-11-20Fix module test to use ptrdiff_t nargs tooPaul Eggert1-20/+18
2015-11-20Minor improvements in module testEli Zaretskii2-2/+3
2015-11-19Prefer signed integer types in module codePaul Eggert1-7/+7
2015-11-19Omit ‘const’ on localsPaul Eggert1-5/+5
2015-11-19Prefer intmax_t to int64_t in module codePaul Eggert1-4/+5
2015-11-19Rename module.c to emacs-module.c, etc.Paul Eggert2-2/+2
2015-11-19Style fixes for indenting etc. in module codePaul Eggert3-110/+114
2015-11-19Minor improvements in modules testing MakefileEli Zaretskii1-4/+16
2015-11-19Migrate modules/.gitignore into .gitignorePaul Eggert1-8/+0
2015-11-19Add copyright notices to module codePaul Eggert4-3/+75
2015-11-19Rename emacs_module.h to module.hPaul Eggert2-2/+2
2015-11-18Add dynamic module test and helper scriptAurélien Aptel5-0/+546