summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-11-20pe_get_image_meta(), pe_get_image_subtype(): init/use the .m_subtype member.midipix2-8/+19
2018-11-20pe_get_image_meta(), pe_get_image_abi(): init/use the .m_abi member.midipix2-34/+48
2018-11-20struct pe_image_meta: added the pe_abi, pe_subtype, and pe_framework members.midipix1-0/+4
2018-11-10build system: host flavors: support suffixed library extensions.midipix10-3/+35
2018-08-17driver: pe_get_driver_ctx(): support stack-based argv.midipix1-1/+1
2018-08-09internals: pe_output_strerror(): use strerror_r(3) rather than strerror(3).midipix1-5/+14
2018-08-09front-end utility: pe_main(): remove the redundant argc parameter.midipix4-4/+5
2018-08-05build system: configure: replace non-simple backtick with $(...) construct.midipix1-1/+1
2018-08-05project: added initial pkgconfig.support.midipix1-0/+9
2018-08-05build system: fix shared/static install target dependencies on install-pkgconf.midipix1-2/+2
2018-08-05build system: all-shared binary: added missing build-dep on $(SHARED_SOLINK).midipix1-1/+1
2018-08-05build system: all-shared front-end variant: fix ordering of -l$(PACKAGE).midipix1-1/+1
2018-08-05build system: install-shared, install-static: added initial pkgconfig support.midipix3-0/+133
2018-08-05build system: configure, Makefile.in: added initial pkgconfig support.midipix3-3/+84
2018-08-05coding-style meditation.midipix1-2/+2
2018-08-04driver: pe_get_driver_ctx(): fix oversight in invocation of argv_get().midipix1-1/+1
2018-08-04pe_output_error_record(): use fdctx->fderr to determine annotation mode.midipix1-2/+2
2018-07-25pe_map_raw_image(): use openat and the context's fdcwd.midipix1-2/+6
2018-07-24pe_output_error_record(): re-implemented with fdctx and pure fdio.midipix1-8/+17
2018-07-24output interfaces: revised API and implementation to use fdctx and pure fdio.midipix9-91/+127
2018-07-24driver, library interfaces: support alternate fd's for input/output/error/log.midipix5-18/+138
2018-07-18whitespace meditation.midipix1-42/+53
2018-07-14PE format: added struct pe_raw_archive_common_hdr.midipix1-0/+11
2018-07-14PE format: added coff symbol record, string table, and auxiliary record defs.midipix1-0/+23
2018-07-14driver: argv usage and error output: use the signal-resilient pe_dprintf().midipix2-0/+5
2018-07-14internals: added pe_dprintf(), a signal-resilient dprintf implementation.midipix4-0/+64
2018-07-14argv.h: output usage and errors using [argv_]dprintf rather than fprint.midipix2-38/+47
2018-07-14argv.h: argv_get(): be consistent between forward decl. and impl.midipix1-1/+1
2018-07-14argv.h: move definition of struct argv_meta_impl to the implementation block.midipix1-6/+6
2018-06-08build system: configure: support alternate bindir relative to exec_prefix.midipix1-1/+8
2018-06-05build system: PE targets: mdso integration: support non-default --libpath.midipix1-1/+2
2018-06-05build system: configure: added initial dependency tracking support.midipix2-0/+9
2018-06-05build system: configure: added initial --program-prefix support.midipix2-0/+8
2018-05-23argv.h: whitespace meditation.midipix1-5/+9
2018-05-23argv: argv_scan(): properly handle optional argument values of short options.midipix1-0/+2
2017-12-14output: pe_output_mdso_libraries(): implementation and integration.midipix5-0/+203
2017-12-14driver: added -d and -D (list mdso libs [and referenced symbols]).midipix4-0/+19
2017-12-14project: renamed pe_output_import_libraries.c -> pe_output_idata_libraries.c.midipix2-1/+1
2017-12-14driver: pe_default_options[]: usage: explicitly mention the .idata section.midipix1-2/+2
2017-12-14logic: pe_get_image_meta(): added mdso support.midipix2-0/+54
2017-12-13refactor: struct pe_meta_stats: members are now t-prefixed.midipix4-13/+13
2017-12-13refactor: struct pe_expsym: members are now s-prefixed.midipix2-12/+12
2017-12-13refactor: struct pe_raw_image: members are now map-prefixed.midipix6-17/+17
2017-12-13refactor: perk.h: moved struct pe_source_version to the driver section.midipix1-7/+7
2017-12-13refactor: struct pe_image_meta: pointers to raw data are now r-prefixed.midipix8-51/+51
2017-12-13refactor: struct pe_image_meta: meta section header members are now h-prefixed.midipix3-17/+17
2017-12-13refactor: struct pe_image_meta: meta members are now m-prefixed.midipix11-117/+117
2017-12-13refactor: renamed struct pe_meta_summary --> struct pe_meta_stats.midipix4-12/+12
2017-12-03pe_get_expsym_by_name(): verify that the image has an .edata section.midipix1-1/+1
2017-11-23build system: added --cchost support.midipix5-4/+31