about summary refs log tree commit diff
path: root/Src/context.c
Commit message (Collapse)AuthorAgeFilesLines
* unposted: update copyright for new Src/context.cPeter Stephenson2015-01-101-5/+5
|
* Rearrange context saving.Peter Stephenson2015-01-091-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.