summaryrefslogtreecommitdiff
path: root/execute.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing variable declarationJoel Rosdahl2016-07-231-1/+1
* c99: Declare variables closer to their first useJoel Rosdahl2016-07-231-44/+27
* c99: Use //-style-commentsJoel Rosdahl2016-07-221-38/+31
* Adjust code as suggested by uncrustifyJoel Rosdahl2016-03-161-7/+14
* Fix cppcheck warnings/suggestionsJoel Rosdahl2016-01-021-0/+1
* Improve signal handlingJoel Rosdahl2015-08-291-0/+7
* Wait for compiler subprocess to exit before exiting from a signalJoel Rosdahl2015-08-171-6/+6
* Update source code style according to uncrustifyJoel Rosdahl2015-08-051-15/+13
* Avoid calling exit() inside an exit handlerJoel Rosdahl2015-06-031-2/+2
* Various fixes in WIN32-specific codeJoel Rosdahl2015-01-281-30/+27
* fix stdout, stderr if compiler failedleanid2015-01-281-2/+16
* fix all jrosdahl commentes on previous patch, and test on windows ndk with cl...leanid2015-01-281-8/+16
* fix windows build and successfully tested on windows with android NDKleanid2015-01-281-19/+50
* Convert inline "if"s to "if"s with bodyJoel Rosdahl2014-11-161-1/+3
* Improve execute() to take FDs instead of filenamesJoel Rosdahl2014-11-151-15/+2
* Minor coding style tweaksJoel Rosdahl2014-01-011-1/+1
* Merge branch 'maint'Joel Rosdahl2013-03-021-31/+21
|\
| * Improve execute() not to rely on special exit codes internallyJoel Rosdahl2013-02-041-31/+21
* | Merge branch 'maint'Joel Rosdahl2013-01-051-2/+14
|\ \ | |/
| * Improve error reporting when failing to create stdout/stderr file in execute()Joel Rosdahl2013-01-051-2/+14
| * Remove unused print_executed_command functionJoel Rosdahl2011-09-171-7/+0
* | Fix typoJoel Rosdahl2012-03-051-1/+1
* | Merge branch 'master' into configJoel Rosdahl2012-01-061-7/+0
|\ \
| * | Merge branch 'maint'Joel Rosdahl2012-01-061-7/+0
* | | config: Remove detect_shebang since it's only used for testsJoel Rosdahl2011-09-181-1/+1
* | | config: Use files and size limits from configJoel Rosdahl2011-07-201-1/+0
* | | config: Use path from conf structJoel Rosdahl2011-07-201-2/+2
* | | config: Use detect_shebang from conf structJoel Rosdahl2011-07-171-1/+4
|/ /
* | Merge branch 'maint'Joel Rosdahl2011-04-091-0/+1
|\ \ | |/
| * Update copyright for 2011Joel Rosdahl2011-04-091-0/+1
* | Merge branch 'maint'Joel Rosdahl2011-04-031-2/+2
|\ \ | |/
| * Include strerror(errno) in error messages when system calls failJoel Rosdahl2011-04-031-2/+2
| * Fix NFS object corruptionWilson Snyder2010-11-011-2/+2
* | Fix NFS object corruptionWilson Snyder2010-10-091-2/+2
* | Fix finding of executables with dots in the filename on win32Ramiro Polla2010-09-261-3/+6
* | Factorize win32getshell() out of win32execute()Ramiro Polla2010-09-261-11/+21
* | Export argvtos() as win32argvtos()Ramiro Polla2010-09-261-3/+3
|/
* Remove includes that are redundant after system.h introductionJoel Rosdahl2010-08-291-12/+0
* Use reentrant strtok_r() instead of strtok()Joel Rosdahl2010-08-141-2/+4
* Generalize cc_log_executed_commandJoel Rosdahl2010-08-141-1/+1
* Format code to use a more consistent coding styleJoel Rosdahl2010-08-011-34/+37
* Introduce and use function-like macros str_eq() and str_startswith()Joel Rosdahl2010-08-011-2/+2
* Use format() instead of x_asprintf()Joel Rosdahl2010-07-171-2/+1
* Use strcmp == 0 instead of !strcmpJoel Rosdahl2010-07-171-2/+2
* Win32 supportRamiro Polla2010-07-161-0/+149
* Add a define for path delimiterRamiro Polla2010-07-161-1/+1
* Implement is_absolute_path() helper functionRamiro Polla2010-07-161-1/+1
* x_strdup() path in find_executable_in_path() instead of in find_executable()Ramiro Polla2010-07-161-2/+2
* Split find_executable_in_path() out of find_executable()Ramiro Polla2010-06-251-2/+13
* #include sys/wait.h under proper ifdef.Ramiro Polla2010-06-251-0/+2