summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_objmeta_impl.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-20internals: error tracing: record the not-found path upon ENOENT as needed.midipix1-4/+4
2018-07-16project: update the _XOPEN_SOURCE requirement to reflect use of openat(3).midipix1-4/+0
2018-07-07implementation: use of openat(): define _POSIX_C_SOURCE as needed.midipix1-0/+4
2018-07-06library interfaces: invocations of openat() now use the context's fdcwd.midipix1-2/+3
2018-06-29internals: re-implemented slbt_create_compatible_object_wrapper() w. pure fdio.midipix1-6/+10
2018-06-29internals: re-implemented slbt_create_default_object_wrapper() w. pure fdio.midipix1-6/+12
2018-06-27annual chores.midipix1-1/+1
2017-02-05annual chores, properly performed.midipix1-1/+1
2017-02-04annual chores.midipix1-1/+1
2016-09-30library: helper functions: implemented compatible library and objects wrappers.Sebastian Wiedenroth1-2/+38
2016-09-03slbt_create_default_object_wrapper(): added error trace support.midipix1-2/+4
2016-05-20compile mode: slbt_create_object_wrapper(): initial implementation.midipix1-0/+63