aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.c
Commit message (Expand)AuthorAge
* Minor code edit - move a bit of code into its own functionGravatar axel2006-11-20
* Minor comment edits and removal of a warningGravatar axel2006-11-19
* Make fish send a HUP signal to jobs when the terminal tells it to exit.Gravatar axel2006-11-11
* Make sure fish has the currect exit statusGravatar axel2006-11-02
* Make sure signals aren't blocked while autoloading, also add a few consistenc...Gravatar axel2006-10-30
* Use bitset to implement flags for jobs instead of wasting a whole int for eve...Gravatar axel2006-10-26
* Minor code tweaks, mostly things like indentation, but also a ferw code reord...Gravatar axel2006-08-28
* More header/autoconf fixes, improve winsize checkingGravatar axel2006-08-10
* Add missing sys/select.h header needed on FreeBSDGravatar axel2006-08-10
* Move over a few more objects to the new array_list functionsGravatar 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
* Fix psub deadlocks by once again considering a job as completed whenever the ...Gravatar axel2006-07-08
* Check exit status of close and fclose in a few extra placesGravatar axel2006-06-21
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Major restructuring of the buildsystem, meaning that the documentation doesn'...Gravatar axel2006-06-13
* Make job id numbering start from 1, not 0Gravatar axel2006-04-28
* 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
* 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