aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.c
Commit message (Expand)AuthorAge
* Use the new array_list functions in exec.cGravatar axel2006-08-01
* Include siginfo.h in all signal-using files to make Solaris happy. Thanks to ...Gravatar axel2006-07-31
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Check exit status of close and fclose in a few extra placesGravatar axel2006-06-21
* Update input validation. Always use the magic CHECK macro, which prints an er...Gravatar axel2006-06-21
* Add more function input validation checksGravatar axel2006-06-09
* Minor code tweaks, including making sure builtins are not run if an io redire...Gravatar axel2006-06-04
* Minor cleanupGravatar axel2006-05-18
* Fix bug that caused block level io redirection to break on while loopsGravatar axel2006-05-15
* Do not return to the shell until all processes of a job have finished (Previo...Gravatar axel2006-04-04
* Add support for the -n switch to skip execution of any commandsGravatar axel2006-03-18
* 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