aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.c
Commit message (Expand)AuthorAge
* 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
* Escape semicolons and other chars that have syntactic meaning in various shel...Gravatar axel2006-02-14
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Make sure interactive mode is of when firing eventsGravatar axel2006-02-06
* Minor source documentation editsGravatar axel2006-02-03
* Generalize the stack tracing code, add support for showing events and command...Gravatar axel2006-02-02
* 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
* Events should not be marked as non-interactiveGravatar axel2006-01-17
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Revamp the jobs builtinGravatar axel2005-12-12
* Initial blocking implementationGravatar axel2005-12-12
* Remove old event hooks, add more event handler documentationGravatar axel2005-12-04
* Huge API documentation cleanupGravatar axel2005-10-25
* Initial imlementation of uname shellscript functionGravatar axel2005-10-17
* 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
* Stop using anonymous unionsGravatar axel2005-10-12
* Event handling and job reaping updatesGravatar axel2005-10-12
* Remove finsihed jobs after eventsGravatar axel2005-10-09
* API cleanupGravatar axel2005-10-07
* Minor editsGravatar axel2005-10-07
* Various updates to signal event handlingGravatar axel2005-10-06
* Initial update for new event subsystemGravatar axel2005-10-06