#
0ffebeb0 |
| 30-Sep-2024 |
Kyle Evans <kevans@FreeBSD.org> |
libmd: quickly switch exported symbols to FBSD_1.8 before anyone notices
This sat in my tree for years, and we've since cut another release branch. Oops. =\
|
#
5190e634 |
| 30-Sep-2024 |
Kyle Evans <kevans@FreeBSD.org> |
libmd: stop exporting _version symbols
These are reportedly likely to be specific to SSLeay's implementation and likely not needed here. At the very least they shouldn't be used by consumers, so le
libmd: stop exporting _version symbols
These are reportedly likely to be specific to SSLeay's implementation and likely not needed here. At the very least they shouldn't be used by consumers, so let's kick them out now while we're already prepared for a libmd soversion bump.
Requested by: delphij, fuz
show more ...
|
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0 |
|
#
81de655a |
| 08-Mar-2022 |
Kyle Evans <kevans@FreeBSD.org> |
libmd: stop exporting Transform() symbols
They're not documented in libmd and we don't have any consumers. It's problematic to keep them exported, as we don't currently export their implementations
libmd: stop exporting Transform() symbols
They're not documented in libmd and we don't have any consumers. It's problematic to keep them exported, as we don't currently export their implementations. Make them all private.
PR: 280784 (exp-run) Reviewed by: fuz Differential Revision: https://reviews.freebsd.org/D34503
show more ...
|
#
e25527f7 |
| 08-Mar-2022 |
Kyle Evans <kevans@FreeBSD.org> |
libmd: symbol versioning
The primary benefit sought is exporting _libmd_* symbols in a private namespace, and avoiding export of some other implementation details that are shared amongst TUs.
PR:
libmd: symbol versioning
The primary benefit sought is exporting _libmd_* symbols in a private namespace, and avoiding export of some other implementation details that are shared amongst TUs.
PR: 280784 (exp-run) Reviewed by: fuz Differential Revision: https://reviews.freebsd.org/D34499
show more ...
|