aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
Commit message (Expand)AuthorAge
* remove trailing spacesGravatar Grissiom2010-09-18
* Handle exit status of processes terminated by signalsGravatar axel2009-02-22
* Update todo list and code commentsGravatar liljencrantz2008-01-09
* Cleanup and improve the exit status numbers and the messages generated on err...Gravatar liljencrantz2008-01-09
* Replace the count function with a builtin for performance reasons. The count ...Gravatar axel2007-08-01
* Make it possible to buffer input to other file descriptors than stdin. It is ...Gravatar axel2007-01-08
* Code cleanup: Use a macro constant instead fo a literal for builtin exit codesGravatar axel2006-12-14
* Minor code edit - move a bit of code into its own functionGravatar axel2006-11-20
* Use bitset to implement flags for jobs instead of wasting a whole int for eve...Gravatar axel2006-10-26
* Be more rigorous with the exit codes set by the parser and builtinsGravatar axel2006-10-09
* Unknown commands should set the status flag to 127, as in bash and friendsGravatar axel2006-10-09
* fish_pager_via_stdinGravatar stew2006-08-22
* Fix psub deadlocks by once again considering a job as completed whenever the ...Gravatar axel2006-07-08
* Fix minor typos in code commentsGravatar axel2006-06-05
* Minor edits of function descriptions, includes, etc.Gravatar axel2006-05-03
* Make job id numbering start from 1, not 0Gravatar axel2006-04-28
* Add support for the -n switch to skip execution of any commandsGravatar axel2006-03-18
* API documentation, code style cleanup, etc.Gravatar axel2006-02-20
* Fix bug in fish causing occasionally incorrect signal handlersGravatar axel2006-02-16
* First checkin of transition to using a new hierarchical memory allocator, som...Gravatar axel2006-02-07
* 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
* 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
* Change the foregrounf/background code a bit, fixes bug where mulktiple jobs w...Gravatar axel2006-01-18
* Change syntax of 'and' and 'or' to infix orderGravatar axel2006-01-06
* Code cleanupGravatar axel2005-12-15
* Do not stop evaluation on wildcard errorGravatar axel2005-12-09
* Remove old event hooks, add more event handler documentationGravatar axel2005-12-04
* Code cleanups and API documentation updatesGravatar axel2005-10-21
* Increase fish robustness by improving signal handling when forking jobs and m...Gravatar axel2005-10-14
* Event handling and job reaping updatesGravatar axel2005-10-12
* 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
* Initial update for new event subsystemGravatar axel2005-10-06
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Fix for broken variable exportGravatar axel2005-09-24
* Initial revisionGravatar axel2005-09-20