summaryrefslogtreecommitdiff
path: root/src/dynlib.h
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-28Port better to C23 bool+true+false keywordsPaul Eggert
2022-03-08Do not include <attribute.h> from <config.h>Paul Eggert
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-15Have 'dlopen' use RTLD_GLOBAL in 'dynlib_open'Andrea Corallo
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-05-05Avoid suppressing -Wcast-function-type warning.Philipp Stephani
2019-04-25Port to Oracle Developer Studio 12.6Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-06-04Use ATTRIBUTE_MAY_ALIAS where alias violations are likelyPhilipp Stephani
2017-06-04Simplify interface of dynlib_attr.Philipp Stephani
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-23Port better to FreeBSD’s dlfunc vs dlsymPaul Eggert
2015-11-20Include-file tweaks for modulesPaul Eggert
2015-11-19Style fixes for indenting etc. in module codePaul Eggert
2015-11-19Add copyright notices to module codePaul Eggert
2015-11-18Add portable layer for dynamic loadingAurélien Aptel