index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
modhelp.py: Support Python 3 (Bug#24954)
Syohei YOSHIDA
2017-12-03
1
-12
/
+12
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Integrate module test with normal test suite
Philipp Stephani
2017-04-29
3
-461
/
+0
*
Add check for expected backtrace in module calls.
Philipp Stephani
2017-03-26
1
-1
/
+15
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
4
-4
/
+4
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
4
-4
/
+4
*
|
Fix template for module functions
Paul Eggert
2016-11-28
1
-1
/
+1
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
4
-4
/
+4
*
Port mod-test to 32-bit Emacs --without-wide-int
Paul Eggert
2015-12-06
1
-0
/
+5
*
Port mod-test to x86-64 GNU/Linux running 32-bit
Paul Eggert
2015-12-06
1
-9
/
+7
*
More emacs-module.c fixes for wide ints
Eli Zaretskii
2015-12-02
1
-1
/
+6
*
Fix emacs-module.c for wide ints
Eli Zaretskii
2015-12-01
1
-1
/
+5
*
Rely on conservative stack scanning to find "emacs_value"s
Stefan Monnier
2015-11-30
1
-2
/
+2
*
Spelling and grammar fixes
Paul Eggert
2015-11-29
2
-2
/
+2
*
Update mod-test-sum-test
Ken Brown
2015-11-29
1
-1
/
+3
*
; * modules/mod-test/Makefile: Fix typo.
Ken Brown
2015-11-28
1
-1
/
+1
*
Add module tests for wrong-type-argument
Eli Zaretskii
2015-11-27
1
-1
/
+3
*
Add one more mod-test test
Eli Zaretskii
2015-11-24
1
-1
/
+11
*
* modules/mod-test/mod-test.c (Fmod_test_sum): Verify there are 2 args.
Philipp Stephani
2015-11-24
1
-0
/
+2
*
Fix module test to use ptrdiff_t nargs too
Paul Eggert
2015-11-20
1
-20
/
+18
*
Minor improvements in module test
Eli Zaretskii
2015-11-20
2
-2
/
+3
*
Prefer signed integer types in module code
Paul Eggert
2015-11-19
1
-7
/
+7
*
Omit ‘const’ on locals
Paul Eggert
2015-11-19
1
-5
/
+5
*
Prefer intmax_t to int64_t in module code
Paul Eggert
2015-11-19
1
-4
/
+5
*
Rename module.c to emacs-module.c, etc.
Paul Eggert
2015-11-19
2
-2
/
+2
*
Style fixes for indenting etc. in module code
Paul Eggert
2015-11-19
3
-110
/
+114
*
Minor improvements in modules testing Makefile
Eli Zaretskii
2015-11-19
1
-4
/
+16
*
Migrate modules/.gitignore into .gitignore
Paul Eggert
2015-11-19
1
-8
/
+0
*
Add copyright notices to module code
Paul Eggert
2015-11-19
4
-3
/
+75
*
Rename emacs_module.h to module.h
Paul Eggert
2015-11-19
2
-2
/
+2
*
Add dynamic module test and helper script
Aurélien Aptel
2015-11-18
5
-0
/
+546