aboutsummaryrefslogtreecommitdiff
path: root/driver.c
AgeCommit message (Expand)Author
2019-05-20driver: Avoid pipe2 for now, it is not yet standardizedMichael Forney
2019-05-14driver: Allow empty start/end filesMichael Forney
2019-05-13driver: Add verbose modeMichael Forney
2019-04-26Remove compilecmd from config.hMichael Forney
2019-04-17driver: Use arrayforeachMichael Forney
2019-04-07driver: Use argv[0] to determine cc-qbe path if /proc/self/exe is not availableMichael Forney
2019-04-07driver: Make sure we have room for the '\0' byteMichael Forney
2019-04-06driver: Include signal.h for kill(2)Michael Forney
2019-03-01Add -M and -MM to support our own makefile.Andrew Chambers
2019-02-24driver: Fix -E with no output specifiedMichael Forney
2019-02-21driver: Create output files in current directoryMichael Forney
2019-02-21driver: Fix -o -Michael Forney
2019-02-20driver: Various improvementsMichael Forney
2019-02-13driver: Remove debug printfMichael Forney
2019-02-13driver: Ignore -std= and -pedanticMichael Forney
2019-02-13driver: Pass -idirafter to preprocessorMichael Forney
2019-02-12driver: Ignore -pipe flagMichael Forney
2019-02-12driver: Ignore -g flagMichael Forney
2019-02-12Initial importMichael Forney