aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.h
Commit message (Expand)AuthorAge
* Rework file descriptor handlingGravatar ridiculousfish2015-01-07
* Big fat refactoring of how redirections work. In fish 1.x and 2.0.0, the redi...Gravatar ridiculousfish2013-08-19
* remove __warn_unused attribute from exec_subshellGravatar Jan Kanis2013-02-06
* Make subcommands modify $status, and make builtin_set not modify status unles...Gravatar ridiculousfish2013-01-31
* Fix spelling: s/circut/circuit/gGravatar Cheer Xiao2013-01-24
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
* A bunch of changes working towards eliminating all memory allocation after fo...Gravatar ridiculousfish2012-03-08
* More work on improving interaction between fork and pthreads. Added null_term...Gravatar ridiculousfish2012-02-29
* Clean up exec_subshell, removing al_list from itGravatar ridiculousfish2012-02-07
* More work on the instanced parserGravatar ridiculousfish2012-01-22
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Add compiler warnings for some common incorrect usage of functions, such as f...Gravatar axel2006-10-20
* Minor cleanupGravatar axel2006-05-18
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Huge API documentation cleanupGravatar axel2005-10-25
* Move io redirection functions to their own libraryGravatar axel2005-10-08
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Code cleanup and a few source code commentsGravatar axel2005-10-03
* Make sure all internal file descriptors are closed when spawning childrenGravatar axel2005-10-03
* Don't leak file descriptors when showing completion pagerGravatar axel2005-09-21
* Initial revisionGravatar axel2005-09-20