Change logs for order.fs and order-test.fs. Unattributed changes are by David N. Williams. Revision dates in the above files may reflect cosmetic changes not recorded here. order.fs -------- Version 0.8.0 16Nov10 * Bumped version from 0.7.0 to 0.8.0 to sync with otester.fs and order-test.fs. 02Oct11 * No change, version number no longer in sync with otester. Version 0.7.0 16Sep10 * Bumped version from 0.6.0 to 0.7.0 to sync with otester.fs and otester-test.fs. * Added Sadler to public domain release. Revised history. * Conditionally defined >ORDER, already present in gforth. 24Sep10 * Extracted logs from order.fs into this file. Version 0.6.0 17Feb10 * Added word specifications. 18Feb10 * Edited _-ORDER. * Added historical context. * Released. 26Apr10 * Added public domain license statement with explicit releases from Ertl, McFarling, Muench, Williams. * Fixed variable stack argument notation. 30Aug10 * Added Gassanenko to public domain release. Version 0.5.0 31Jan10 * Started. 02Feb10 * Revised +ORDER to use >ORDER. 17Feb10 * Made compilation of DROPS conditional. order-test.fs ------------- Version 1.3.1 02Oct11 * Updated to work with otester-errors.fs 1.3.1. Bumped version number to agree. Version 0.8.0 16Nov10 * Updated to work with otester.fs 0.8.0. Version 0.7.0 16Sep10 * Updated to work with otester.fs 0.7.0. * Added host reporting for gforth, iForth, and pfe. 24Sep10 * Extracted logs from order-test.fs into this file. Version 0.6.0 17Feb10 * Moved O{, O->, and }O definitions to otester.fs and their tests to otester-test.fs. 02Aug10 * Added ANSI color support. 08Aug10 * Updated display support to 1.0.3. Version 0.5.1 06Feb10 * O{, O->, and }O are convoluted. Started revision by adding factors, including factor tests, to improve orthogonality with ttester: OA! OA@ OA<> * The revised O{, O->, and }O passed tests. 07Feb10 * Revised to avoid explicit ABORT on start order corruption. 08Feb10 * Added comments and released. 13Feb10 * Removed bad, although unused, conditional definition of RDROP. Version 0.5.0 31Jan10 * Started. 01Feb10 * Refined: O{ O-> }O 02Feb10 * Finished tests. * Realized that start order corruption is not caught if it's the same on both sides of O->. 03Feb10 * Fixed start order corruption.