aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/exec.cpp
Commit message (Expand)AuthorAge
* Make IWYU output in lint.cpp less messyGravatar Aaron Gyes2016-06-23
* Repair various invalid HeaderDoc comments.Gravatar Aaron Gyes2016-06-05
* fix building on CygwinGravatar Kurtis Rader2016-05-19
* make debug() output more usefulGravatar Kurtis Rader2016-05-17
* add `function --shadow-builtin` flagGravatar Kurtis Rader2016-05-14
* fix fork debug printf() callsGravatar Kurtis Rader2016-05-05
* lint cleanup: eliminate "redundant" errorsGravatar Kurtis Rader2016-05-04
* restyle switch blocks to match project styleGravatar Kurtis Rader2016-05-03
* restyle exec module to match project styleGravatar Kurtis Rader2016-04-28
* add better support for IWYU and fix thingsGravatar Kurtis Rader2016-04-26
* Work around some bogus static analyzer warningsGravatar ridiculousfish2016-02-02
* restore the terminal modes before an "exec"Gravatar Kurtis Rader2015-12-15
* Don't complain if do_builtin_io fails due to EPIPEGravatar Andy Lutomirski2015-12-10
* Only include <spawn.h> if HAVE_SPAWN_HGravatar Fredrik Fornwall2015-10-02
* Teach builtin_string to recognize redirections, not just pipesGravatar ridiculousfish2015-09-25
* Eliminate global variables associated with builtin IOGravatar ridiculousfish2015-09-22
* Factor function environment preparation into its own functionGravatar ridiculousfish2015-08-15
* Merge branch 'master' into iwyuGravatar David Adam2015-07-26
* Migrate source files into src/ directoryGravatar ridiculousfish2015-07-24