Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 31350: block SIGWINCH nearly all the time, except | Bart Schaefer | 2013-04-30 | 1 | -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 blocking | Peter Stephenson | 2007-05-01 | 1 | -20/+4 |
| | | | | by using local variables | ||||
* | Fix TRAPS_ASYNC so that it handles signals correctly. | Peter Stephenson | 2004-05-02 | 1 | -19/+0 |
| | |||||
* | 19809: improve NO_TRAPS_ASYNC by queueing traps alone | Peter Stephenson | 2004-04-21 | 1 | -0/+17 |
| | |||||
* | rename handler() to zhandler() because it's now exported to modules (14951) | Sven Wischnowsky | 2001-06-18 | 1 | -1/+1 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -19/+21 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | Sven: 13108: Handle traps synchronously | Peter Stephenson | 2000-11-11 | 1 | -2/+33 |
| | | | | pws: 13109, 13111: clear up zle display when output produced in trap. | ||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+94 |