about summary refs log tree commit diff
path: root/Src/signals.h
Commit message (Collapse)AuthorAgeFilesLines
* 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