summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-07release 0.5.22v0.5.22midipix2-1/+6
2018-07-07internals: added missing notes for recently-added translation units.midipix2-0/+12
2018-07-07implementation: use of openat(): define _POSIX_C_SOURCE as needed.midipix5-0/+20
2018-07-06release 0.5.21v0.5.21midipix2-1/+24
2018-07-06library interfaces: invocations of openat() now use the context's fdcwd.midipix4-12/+33
2018-07-06driver: struct slbt_fd_ctx: added .fdcwd and .fddst.midipix3-2/+26
2018-07-06slibtool.h: #define SLBT_DRIVER_XFLAG more robustly.midipix1-1/+1
2018-07-05slbt_get_deps_meta(): fix typo (and hide).midipix1-1/+1
2018-07-05project: added initial pkgconfig.support.midipix1-0/+9
2018-07-05build system: install-shared, install-static: added initial pkgconfig support.midipix3-0/+133
2018-07-05build system: configure, Makefile.in: added initial pkgconfig support.midipix3-3/+84
2018-06-29helper interfaces: slbt_dump_machine(): guard against a zero buflen parameter.midipix1-1/+1
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-29internals: re-implemented slbt_create_compatible_library_wrapper() w. pure fdio.midipix1-6/+10
2018-06-29internals: re-implemented slbt_create_default_library_wrapper() w. pure fdio.midipix1-6/+12
2018-06-29execution context: generated wrapper: replaced the stream with a pure fd.midipix4-24/+62
2018-06-29link mode: re-implemented slbt_exec_link_create_dep_file() w. pure fdio.midipix3-93/+120
2018-06-29link mode: re-implemented slbt_exec_link_adjust_argument_vector() w. pure fdio.midipix1-90/+73
2018-06-29slbt_exec_link_adjust_argument_vector(): free depsmeta memory upon error.midipix1-9/+26
2018-06-29helper interfaces: re-implemented slbt_archive_import() w. pure fdio.midipix1-23/+23
2018-06-29link mode: re-implemented slbt_get_deps_meta() w. pure fdio.midipix1-41/+31
2018-06-29install mode: re-implemented slbt_exec_install_library_wrapper() w. pure fdio.midipix1-47/+44
2018-06-29internals: added slbt_mapped_readline().midipix3-0/+48
2018-06-29driver: slbt_init_host_params(): do not set fnative when !fdumpmachine.midipix1-1/+0
2018-06-29driver: slbt_init_host_params(): propagate failure of <compiler> -dumpmachine.midipix1-7/+21
2018-06-29helper interfaces: re-implemented slbt_dump_machine() w. pure fdio.midipix1-29/+48
2018-06-29slbt_dump_machine_child(): fix argv[0] computation logic.midipix1-1/+1
2018-06-29internals: added slbt_map_file(), slbt_unmap_file().midipix4-0/+98
2018-06-27internal headers: add missing guards and notes, remove unneeded notes.midipix7-10/+34
2018-06-27internal headers: fix oversight typos.midipix1-2/+2
2018-06-27library interfaces: api headers: fix oversight typos.midipix2-4/+4
2018-06-27annual chores.midipix28-28/+28
2018-06-27driver, library interfaces: support alternate fd's for input/output/error/log.midipix11-92/+236
2018-06-27driver: argv usage and error output: use the signal-resilient slbt_dprintf().midipix2-0/+5
2018-06-27internals: added slbt_dprintf(), a signal-resilient dprintf implementation.midipix4-0/+64
2018-06-27argv.h: output usage and errors using [argv_]dprintf rather than fprint.midipix4-46/+58
2018-06-27argv.h: argv_get(): be consistent between forward decl. and impl.midipix1-1/+1
2018-06-27argv.h: move definition of struct argv_meta_impl to the implementation block.midipix1-6/+6
2018-06-24library API: removed definition of struct slbt_input, as it is not needed.midipix1-5/+0
2018-06-23release 0.5.20v0.5.20midipix2-1/+13
2018-06-23driver: added slbt_output_features(), providing compatible --features output.midipix5-8/+76
2018-06-23driver: removed the SLBT_DRIVER_HEURISTICS flag, as it is no longer needed.midipix1-1/+0
2018-06-23driver: added SLBT_MODE_INFO, for more elegant flow control.midipix2-9/+17
2018-06-22driver: compatibility: have -{shared|static} imply -disable-{static|shared}.midipix1-2/+2
2018-06-22link mode: properly handle the combination of -release and -version-info.midipix4-6/+52
2018-06-22install mode: slbt_copy_file(): properly detect placeholder symlinks.midipix1-0/+5
2018-06-21link mode: slbt_archive_import(): properly detect placeholder symlinks.midipix1-3/+3
2018-06-21link mode: slbt_exec_link_create_dep_file(): record top-level -L arguments.midipix1-0/+18
2018-06-21link mode: --disable-{shared|static}: use differently-named placeholders.midipix4-12/+46