Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 35642: signal queueing in zcontext_save_partial() | Barton E. Schaefer | 2015-06-27 | 1 | -0/+4 |
| | |||||
* | unposted: update copyright for new Src/context.c | Peter Stephenson | 2015-01-10 | 1 | -5/+5 |
| | |||||
* | Rearrange context saving. | Peter Stephenson | 2015-01-09 | 1 | -0/+116 |
Variables are now associated with the module that declares them, being initialised and saved/restored there. However, as many variables are used for communication between modules, many of them are set in multiple places, so the assignment is ambiguous. |