index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mod-test
/
mod-test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Integrate module test with normal test suite
Philipp Stephani
2017-04-29
1
-268
/
+0
*
Update copyright year to 2017
Paul Eggert
2016-12-31
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
1
-1
/
+1
*
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
1
-1
/
+1
*
* 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
1
-0
/
+1
*
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
1
-1
/
+1
*
Style fixes for indenting etc. in module code
Paul Eggert
2015-11-19
1
-92
/
+85
*
Add copyright notices to module code
Paul Eggert
2015-11-19
1
-0
/
+19
*
Rename emacs_module.h to module.h
Paul Eggert
2015-11-19
1
-1
/
+1
*
Add dynamic module test and helper script
Aurélien Aptel
2015-11-18
1
-0
/
+254