index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dynlib.c
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-03-19
Omit unnecessary code when !HAVE_NATIVE_COMP
Paul Eggert
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-15
Have 'dlopen' use RTLD_GLOBAL in 'dynlib_open'
Andrea Corallo
2021-05-13
Merge from origin/emacs-27
Glenn Morris
2021-05-09
Fix compilation errors with latest w32 API headers
Eli Zaretskii
2021-01-02
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-01-01
Update copyright year to 2021
Paul Eggert
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-01-01
make dynlib_close active code
Andrea Corallo
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-04-26
Avoid compiler warning in dynlib.c
Eli Zaretskii
2019-04-25
Port to Oracle Developer Studio 12.6
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-17
Pacify -Wcast-function-type warnings in GCC 8.1
Andy Moreton
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-06-05
Fix emacs-module-tests on MS-Windows
Eli Zaretskii
2017-06-04
Simplify interface of dynlib_attr.
Philipp Stephani
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-05-21
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-24
Implement dynlib_addr for MS-Windows
Eli Zaretskii
2015-11-23
Port better to FreeBSD’s dlfunc vs dlsym
Paul Eggert
2015-11-20
Improve MS-Windows implementation in dynlib.c
Eli Zaretskii
2015-11-20
Include-file tweaks for modules
Paul Eggert
2015-11-19
Fix minor module problems found by static checking
Paul Eggert
2015-11-19
Style fixes for indenting etc. in module code
Paul Eggert
2015-11-19
Add copyright notices to module code
Paul Eggert
2015-11-18
Add portable layer for dynamic loading
Aurélien Aptel