aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.c
Commit message (Expand)AuthorAge
* Make sure fish has the currect exit statusGravatar axel2006-11-02
* Add support for buffering of input to a command, the first step to piping dat...Gravatar axel2006-08-13
* Rearrange includes so that config.h is always the first file to be includedGravatar axel2006-08-11
* Minor edit of commentsGravatar axel2006-07-30
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Even more input validationGravatar axel2006-06-21
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Minor cleanupGravatar axel2006-05-18
* Remove superflous event_signal_listen function, replace all calls to it with ...Gravatar axel2006-05-15
* Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi...Gravatar axel2006-05-14
* 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