about summary refs log tree commit diff
path: root/Src/signals.h
Commit message (Collapse)AuthorAgeFilesLines
* 31350: block SIGWINCH nearly all the time, exceptBart Schaefer2013-04-301-0/+8
| | | | | when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes.
* Guillaume Chazarain: 23364: fix race in POSIX signal blockingPeter Stephenson2007-05-011-20/+4
| | | | by using local variables
* Fix TRAPS_ASYNC so that it handles signals correctly.Peter Stephenson2004-05-021-19/+0
|
* 19809: improve NO_TRAPS_ASYNC by queueing traps alonePeter Stephenson2004-04-211-0/+17
|
* rename handler() to zhandler() because it's now exported to modules (14951)Sven Wischnowsky2001-06-181-1/+1
|
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-161-19/+21
| | | | signal handlers are only executed when it is safe to run them (13365)
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-2/+33
| | | | pws: 13109, 13111: clear up zle display when output produced in trap.
* Initial revisionTanaka Akira1999-04-151-0/+94