ChangeLog for namedstruct.fs Unattributed changes are by David N. Williams. Last revision dates in source files may reflect cosmetic changes not recorded here. Version 0.8.4 28Oct09 * Factored ;STRUCT from ;STRUCT:. * Made ;STRUCT: uncommentable, eventually to disappear because explicit size names are superfluous. * Revised examples to optimize scoping. 28Aug10 * Fixed "(order:" typo. Version 0.8.3 25Oct09 * Removed inclusion of plainstruct.fs. Replaced FIELD: by +FIELD in examples, added definition there. * Renamed TO-ORDER as >ORDER. Version 0.8.2 2Sep02 * Correction due to Michael Gassanenko. DEFINITIONS before DOES> is not portable. Solved by defining a factor +CONTEXT: for use in STRUCT:. Also included his rearrangement to accomodate his scheme for extensions. Version 0.8.1 28Aug02 * Moved "}" into the structure word lists. 29Aug02 * Replaced ";struct" by ";struct:", reverting to named size constants, made "/struct" uncommentable, removed "}:", updated examples accordingly. * We now use GET-CURRENT and SET-CURRENT to save and restore the compilation word list, rather than assuming it to be initially at the top of the search order. Version 0.8.0 24Aug02 * Start, built on plainstruct.fs. 25Aug02 * Reworked examples, debugged. 26Aug02 * Made "}:" uncommentable, for setups with field-defining shortcuts.