summaryrefslogtreecommitdiff
path: root/Src/context.c
AgeCommit message (Collapse)AuthorFilesLines
2015-06-2735642: signal queueing in zcontext_save_partial()Barton E. Schaefer1-0/+4
2015-01-10unposted: update copyright for new Src/context.cPeter Stephenson1-5/+5
2015-01-09Rearrange context saving.Peter Stephenson1-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.