summaryrefslogtreecommitdiffhomepage
path: root/src/perk.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-09front-end utility: pe_main(): remove the redundant argc parameter.midipix1-1/+1
2018-07-24driver, library interfaces: support alternate fd's for input/output/error/log.midipix1-1/+1
2017-02-04annual chores.midipix1-1/+1
2016-11-10utility: improved box integration, removed need for build-time macro.midipix1-107/+0
2016-11-10utility: added pe_main() as a public interface, refactored accordingly.midipix1-11/+11
2016-11-10utility: version info: replace the non-portable \e with the portable \x1b.midipix1-3/+3
2016-11-10utility: fancy --version.midipix1-6/+22
2016-11-10utility: integrated pe_source_version().midipix1-9/+9
2016-11-10utility: add forward declaration of perk_main().midipix1-0/+1
2016-11-10argv.h: main(): fix signatures.midipix1-2/+2
2016-11-10annual chores.midipix1-0/+6
2016-11-10whitespace meditation.midipix1-1/+2
2016-11-10perk.c: support as-is inclusion in multi-call binary projects.midipix1-1/+5
2016-11-10API redesign 9/10: struct pe_image_summary: elegance.midipix1-2/+2
2016-11-10API redesign 6/10: pe_common_ctx: protect i/o members against direct modifica...midipix1-4/+4
2016-11-10API redesign 5/10: pe_unit_ctx: protect members against direct modification.midipix1-8/+10
2016-11-10API redesign 4/10: pe_common_ctx: protect the common context structure agains...midipix1-3/+3
2016-11-10output: forward stdio return values, act on failure.midipix1-9/+12
2016-11-10driver: show usage if neither options nor units were specified.midipix1-1/+1
2016-11-10utility: show version (git commit): initial implementation.midipix1-0/+18
2016-11-10output import libraries and dependency symbols: initial implementation.midipix1-1/+22
2016-11-10move all output action- and formatting flags to a designated header.midipix1-0/+1
2016-11-10driver flags: remove the superfluous FLAG_ prefix.midipix1-1/+1
2016-11-10driver integration 9/9: utilize the driver in the front-end utility.midipix1-3/+38
2016-11-10driver integration 1/9: remove old (ad-hoc) driver, prepare source tree.midipix1-0/+11