summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
David McBride [Mon, 17 Jul 2006 16:51:36 +0000]
Author: David McBride
Email: dwm@doc.ic.ac.uk
* Garbage collector now working properly.
(Stupidly reversed 'if' condition now fixed.)
* Much more logging information now written.
(Should replace with syslogging later.)
David McBride [Mon, 17 Jul 2006 16:23:12 +0000]
Author: David McBride
Email: dwm@doc.ic.ac.uk
* Rename 'stack' to 'buffer', which is more reasonable.
* Continuing to flesh out program implementation..
David McBride [Thu, 11 May 2006 19:45:29 +0000]
Author: David McBride
Email: dwm@doc.ic.ac.uk
Modify main script:
* Include default values for options.
* Added in-memory model of on-disk structures.
* Added function to lookup / sanitise on-disk state.
* Added garbage-collection function (rm call merely echoed for now).
* Renamed logging function.
* Removed old-style stack-management logic.
* Work in progress.
David McBride [Mon, 8 May 2006 18:25:38 +0000]
Work-in-progress.
Author: David McBride
Email: dwm@doc.ic.ac.uk
David McBride [Mon, 8 May 2006 16:57:40 +0000]
Initial commit