aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.c
Commit message (Expand)AuthorAge
* Change the foregrounf/background code a bit, fixes bug where mulktiple jobs w...Gravatar axel2006-01-18
* Put jobs in functions and block into their own process group in interactive m...Gravatar axel2006-01-16
* Correctly handle and recover from IO redirections failures in the exec builtinGravatar axel2006-01-16
* Give subshell command in error message for output conversion of data from sub...Gravatar axel2006-01-16
* Add one missing translation string in exec.cGravatar axel2006-01-12
* Recover instead of quiting when a redirection error occurs for a shellscript ...Gravatar axel2006-01-12
* Huge upade containing several bugfixes related to i18n, and a huge number of ...Gravatar axel2006-01-08
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Use csh-style error rules with wildcards, i.e. if no matches are found, the c...Gravatar axel2005-12-04
* Make the not builtin work with shellscript functionsGravatar axel2005-11-30
* Try to report IO redirection errors resulting from redirection stderrGravatar axel2005-11-29
* Minor performance tweaksGravatar axel2005-11-03
* Huge API documentation cleanupGravatar axel2005-10-25
* Fix broken umask, add completions, documentation cleanups, etcGravatar axel2005-10-22
* Code cleanups and API documentation updatesGravatar axel2005-10-21
* Improve error message on bad IO redirectionGravatar axel2005-10-21
* Initial imlementation of uname shellscript functionGravatar axel2005-10-17
* Increase fish robustness by improving signal handling when forking jobs and m...Gravatar axel2005-10-14
* Stop using anonymous unionsGravatar axel2005-10-12
* Event handling and job reaping updatesGravatar axel2005-10-12
* API documentation updatesGravatar axel2005-10-09
* Move io redirection functions to their own libraryGravatar axel2005-10-08
* Add support for piping using other file descriptor than fd 1Gravatar axel2005-10-08
* Various updates to signal event handlingGravatar axel2005-10-06
* Initial update for new event subsystemGravatar axel2005-10-06
* Drop various debug messagesGravatar axel2005-10-03
* Make sure all internal file descriptors are closed when spawning childrenGravatar axel2005-10-03
* Fix for various redirection problemsGravatar axel2005-09-23
* Exportable universal variablesGravatar axel2005-09-23
* Don't leak file descriptors when showing completion pagerGravatar axel2005-09-21
* Initial revisionGravatar axel2005-09-20