DESIGN OF MPS SOFTWARE VERSIONS
design.mps.version
incomplete doc
drj 1998-08-19
INTRODUCTION
.intro: This is the design of the support in the MPS for describing and
inspecting versions.
OVERVIEW
.overview: There different sorts of version under consideration: Versions of
the (MPS) library used (linked with), versions of the interface used (header
files in C) when compiling the client's program, versions of the documentation
used when the client was writing the program. There are issues of programmatic
and human access to these versions.
.overview.split: The design is split accordingly. See
design.mps.version-library for the design of a system for determining the
version of the library one is using. And other non-existent documents for the
others.
| 2002-06-07 | RB | Converted from MMInfo database design document. |
This document is copyright © 1995-2002 Ravenbrook Limited. All rights reserved. This is an open source license. Contact Ravenbrook for commercial licensing options.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement, are disclaimed. In no event shall the copyright holders and contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
$Id: //info.ravenbrook.com/project/mps/version/1.111/design/version/index.html#2 $
Ravenbrook / Projects / Memory Pool System / Version 1.111 Product Sources / Design Documents