index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
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