aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
Commit message (Expand)AuthorAge
* 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