index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
driver.c
Age
Commit message (
Expand
)
Author
2019-05-20
driver: Avoid pipe2 for now, it is not yet standardized
Michael Forney
2019-05-14
driver: Allow empty start/end files
Michael Forney
2019-05-13
driver: Add verbose mode
Michael Forney
2019-04-26
Remove compilecmd from config.h
Michael Forney
2019-04-17
driver: Use arrayforeach
Michael Forney
2019-04-07
driver: Use argv[0] to determine cc-qbe path if /proc/self/exe is not available
Michael Forney
2019-04-07
driver: Make sure we have room for the '\0' byte
Michael Forney
2019-04-06
driver: Include signal.h for kill(2)
Michael Forney
2019-03-01
Add -M and -MM to support our own makefile.
Andrew Chambers
2019-02-24
driver: Fix -E with no output specified
Michael Forney
2019-02-21
driver: Create output files in current directory
Michael Forney
2019-02-21
driver: Fix -o -
Michael Forney
2019-02-20
driver: Various improvements
Michael Forney
2019-02-13
driver: Remove debug printf
Michael Forney
2019-02-13
driver: Ignore -std= and -pedantic
Michael Forney
2019-02-13
driver: Pass -idirafter to preprocessor
Michael Forney
2019-02-12
driver: Ignore -pipe flag
Michael Forney
2019-02-12
driver: Ignore -g flag
Michael Forney
2019-02-12
Initial import
Michael Forney