aboutsummaryrefslogtreecommitdiffhomepage
path: root/signal.c
Commit message (Expand)AuthorAge
* Fix typo in signal.cGravatar 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
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Remove superflous event_signal_listen function, replace all calls to it with ...Gravatar axel2006-05-15
* Minor editsGravatar 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
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Tweaks to some source commentsGravatar axel2006-02-05
* Minor tweaks, including a few small performance improvementsGravatar axel2006-02-04
* 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
* Define a few additional signalsGravatar axel2006-01-19
* Yet another batch of description tweaks, as well as the last major checkin of...Gravatar axel2006-01-12
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Initial blocking implementationGravatar axel2005-12-12
* Minor performance tweaksGravatar axel2005-11-03
* Increase fish robustness by improving signal handling when forking jobs and m...Gravatar axel2005-10-14
* Stop using anonymous unionsGravatar axel2005-10-12
* Various updates to signal event handlingGravatar axel2005-10-06
* Add additional event-handling filesGravatar axel2005-10-06