Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-27 | 35642: signal queueing in zcontext_save_partial() | Barton E. Schaefer | 1 | -0/+4 | |
2015-01-10 | unposted: update copyright for new Src/context.c | Peter Stephenson | 1 | -5/+5 | |
2015-01-09 | Rearrange context saving. | Peter Stephenson | 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. |