aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.c
Commit message (Expand)AuthorAge
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Add some input validation code to various functionsGravatar axel2006-02-23
* A flag got reversed, causing children to execute even if an IO redirection fa...Gravatar axel2006-02-20
* Add support for sending arguments whenusing the source builtinGravatar axel2006-02-15
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Further halloc:ification if fishGravatar axel2006-02-07
* Second checkin of halloc changeover. Make the argv array, but not it's conten...Gravatar axel2006-02-07
* First checkin of transition to using a new hierarchical memory allocator, som...Gravatar axel2006-02-07
* Make execution of functions use wcsdup to make sure no memory errors happen i...Gravatar axel2006-02-06
* Tweaks to some source commentsGravatar axel2006-02-05
* Don't print errors if parent can't give child control of terminal during exec...Gravatar axel2006-02-04
* Make children set their own process group instead of waiting for their parent...Gravatar axel2006-02-04
* Move parts of the command description lookup code to a shellscript functionGravatar axel2006-02-04
* prompt and terminal functions should not be run in interactive modeGravatar axel2006-02-03
* Generalize the stack tracing code, add support for showing events and command...Gravatar axel2006-02-02
* Readd the terminal flag for jobs, as not all jobs under job control should be...Gravatar axel2006-02-01
* Rename the 'terminal' flag to 'job_control', make sure fg and bg only conside...Gravatar axel2006-01-31
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* Fix bug that caused shellscript functions in pipelines that don't have any ou...Gravatar axel2006-01-30
* Display use of . (source) builtin in stack tracesGravatar axel2006-01-28
* Add support for correctly handling illegal character stringsGravatar axel2006-01-28
* Fix glitches in stack traceGravatar axel2006-01-27
* Add function stack trace to error outputGravatar axel2006-01-27
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* 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