index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dynlib.h
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-09-28
Port better to C23 bool+true+false keywords
Paul Eggert
2022-03-08
Do not include <attribute.h> from <config.h>
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-01-01
Update copyright year to 2021
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-05-05
Avoid suppressing -Wcast-function-type warning.
Philipp Stephani
2019-04-25
Port to Oracle Developer Studio 12.6
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
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-04
Use ATTRIBUTE_MAY_ALIAS where alias violations are likely
Philipp Stephani
2017-06-04
Simplify interface of dynlib_attr.
Philipp Stephani
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-23
Port better to FreeBSD’s dlfunc vs dlsym
Paul Eggert
2015-11-20
Include-file tweaks for modules
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