aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/postfork.cpp
Commit message (Collapse)AuthorAge
* Don't complain if do_builtin_io fails due to EPIPEGravatar Andy Lutomirski2015-12-10
| | | | | | | If stdio is dead due to EPIPE, there's no great reason to spew a stack dump. This will still write an error to stderr if stdout dies. This might be undesirable, but changing that should be considered separately.
* Add a missing typecastGravatar ridiculousfish2015-08-08
|
* Fix wrong max argument list size reportingGravatar Tom Smeding2015-08-08
|
* Merge branch 'master' into iwyuGravatar David Adam2015-07-26
|
* Migrate source files into src/ directoryGravatar ridiculousfish2015-07-24
This change moves source files into a src/ directory, and puts object files into an obj/ directory. The Makefile and xcode project are updated accordingly. Fixes #1866