aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.c
Commit message (Expand)AuthorAge
* Add support for the -n switch to skip execution of any commandsGravatar axel2006-03-18
* Fix bug that causing terminal corruption if a job is put under job control be...Gravatar axel2006-03-10
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Fix bug in fish causing occasionally incorrect signal handlersGravatar axel2006-02-16
* 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
* Minor tweaks, including a few small performance improvementsGravatar axel2006-02-04
* Make sure completions aren't run in interactive modeGravatar axel2006-02-04
* 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
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks f...Gravatar axel2006-01-21
* Check location of term.h header (updated)Gravatar axel2006-01-19
* Change the foregrounf/background code a bit, fixes bug where mulktiple jobs w...Gravatar axel2006-01-18
* Make sure all foreground jobs are reaped after evaluating a job to avoid thin...Gravatar axel2006-01-16
* Put jobs in functions and block into their own process group in interactive m...Gravatar axel2006-01-16
* Do not use \r sequence in translatable messagesGravatar axel2006-01-05
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Initial blocking implementationGravatar axel2005-12-12
* Remove old event hooks, add more event handler documentationGravatar axel2005-12-04
* Minor performance tweaksGravatar axel2005-10-26
* Add support for specifying event handler for calling job in command supstitut...Gravatar axel2005-10-15
* Increase fish robustness by improving signal handling when forking jobs and m...Gravatar axel2005-10-14
* Fix event notification bug that caused read errorsGravatar axel2005-10-14
* Stop using anonymous unionsGravatar axel2005-10-12
* Event handling and job reaping updatesGravatar axel2005-10-12
* Move io redirection functions to their own libraryGravatar axel2005-10-08
* Spelling fixesGravatar axel2005-10-08
* Add support for piping using other file descriptor than fd 1Gravatar axel2005-10-08
* Initial update for new event subsystemGravatar axel2005-10-06
* Fix crash bug when user presses ^CGravatar axel2005-09-25
* Fix minor bugs in parserGravatar axel2005-09-25
* Fix for broken variable exportGravatar axel2005-09-24
* Fix for various redirection problemsGravatar axel2005-09-23
* Exportable universal variablesGravatar axel2005-09-23
* Initial revisionGravatar axel2005-09-20