mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 11:57:36 +00:00
155 lines
No EOL
7.1 KiB
HTML
155 lines
No EOL
7.1 KiB
HTML
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>18. Software versions — Memory Pool System 1.111.0 documentation</title>
|
|
|
|
<link rel="stylesheet" href="../_static/mps.css" type="text/css" />
|
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
|
|
|
<script type="text/javascript">
|
|
var DOCUMENTATION_OPTIONS = {
|
|
URL_ROOT: '../',
|
|
VERSION: '1.111.0',
|
|
COLLAPSE_INDEX: false,
|
|
FILE_SUFFIX: '.html',
|
|
HAS_SOURCE: true
|
|
};
|
|
</script>
|
|
<script type="text/javascript" src="../_static/jquery.js"></script>
|
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
|
<link rel="copyright" title="Copyright" href="../copyright.html" />
|
|
<link rel="top" title="Memory Pool System 1.111.0 documentation" href="../index.html" />
|
|
<link rel="up" title="Design" href="index.html" />
|
|
<link rel="next" title="19. Library version mechanism" href="version-library.html" />
|
|
<link rel="prev" title="17. General MPS types" href="type.html" />
|
|
</head>
|
|
<body>
|
|
<div class="related">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="../genindex.html" title="General Index"
|
|
accesskey="I">index</a></li>
|
|
<li class="right" >
|
|
<a href="version-library.html" title="19. Library version mechanism"
|
|
accesskey="N">next</a> |</li>
|
|
<li class="right" >
|
|
<a href="type.html" title="17. General MPS types"
|
|
accesskey="P">previous</a> |</li>
|
|
<li><a href="../index.html">Memory Pool System 1.111.0 documentation</a> »</li>
|
|
<li><a href="index.html" accesskey="U">Design</a> »</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
<div class="body">
|
|
|
|
<div class="section" id="software-versions">
|
|
<span id="design.mps.version"></span><h1>18. Software versions<a class="headerlink" href="#software-versions" title="Permalink to this headline">¶</a></h1>
|
|
<div class="section" id="introduction">
|
|
<h2>18.1. Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h2>
|
|
<p><span class="target" id="design.mps.version.intro"></span><a class="mpstag reference internal" href="#design.mps.version.intro">.intro:</a> This is the design of the support in the MPS for
|
|
describing and inspecting versions.</p>
|
|
</div>
|
|
<div class="section" id="history">
|
|
<h2>18.2. History<a class="headerlink" href="#history" title="Permalink to this headline">¶</a></h2>
|
|
<p><span class="target" id="design.mps.version.hist.0"></span><a class="mpstag reference internal" href="#design.mps.version.hist.0">.hist.0:</a> Incomplete document. David Jones, 1998-08-19.</p>
|
|
<p><span class="target" id="design.mps.version.hist.1"></span><a class="mpstag reference internal" href="#design.mps.version.hist.1">.hist.1:</a> Converted from MMInfo database design document.
|
|
Richard Brooksby, 2002-06-07.</p>
|
|
<p><span class="target" id="design.mps.version.hist.2"></span><a class="mpstag reference internal" href="#design.mps.version.hist.2">.hist.2:</a> Converted to reStructuredText. Gareth Rees,
|
|
2013-03-11.</p>
|
|
</div>
|
|
<div class="section" id="overview">
|
|
<h2>18.3. Overview<a class="headerlink" href="#overview" title="Permalink to this headline">¶</a></h2>
|
|
<p><span class="target" id="design.mps.version.overview"></span><a class="mpstag reference internal" href="#design.mps.version.overview">.overview:</a> There are three different sorts of version under
|
|
consideration:</p>
|
|
<ol class="arabic simple">
|
|
<li>versions of the (MPS) library used (linked with);</li>
|
|
<li>versions of the interface used (header files in C) when compiling
|
|
the client’s program; and</li>
|
|
<li>versions of the documentation used when the client was writing the
|
|
program.</li>
|
|
</ol>
|
|
<p>There are issues of programmatic and human access to these versions.</p>
|
|
<p><span class="target" id="design.mps.version.overview.split"></span><a class="mpstag reference internal" href="#design.mps.version.overview.split">.overview.split:</a> 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.</p>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="sphinxsidebar">
|
|
<div class="sphinxsidebarwrapper">
|
|
<p class="logo"><a href="../index.html">
|
|
<img class="logo" src="../_static/logo.png" alt="Logo"/>
|
|
</a></p>
|
|
<h3><a href="../index.html">Table Of Contents</a></h3>
|
|
<ul>
|
|
<li><a class="reference internal" href="#">18. Software versions</a><ul>
|
|
<li><a class="reference internal" href="#introduction">18.1. Introduction</a></li>
|
|
<li><a class="reference internal" href="#history">18.2. History</a></li>
|
|
<li><a class="reference internal" href="#overview">18.3. Overview</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<h4>Previous topic</h4>
|
|
<p class="topless"><a href="type.html"
|
|
title="previous chapter">17. General MPS types</a></p>
|
|
<h4>Next topic</h4>
|
|
<p class="topless"><a href="version-library.html"
|
|
title="next chapter">19. Library version mechanism</a></p><h4>Downloads</h4>
|
|
|
|
<p class="topless">
|
|
<a href="http://www.ravenbrook.com/project/mps/release/1.111.0/">MPS Kit release 1.111.0</a><br>
|
|
<a href="http://www.ravenbrook.com/project/mps/release/">All MPS Kit releases</a>
|
|
</p>
|
|
|
|
<h4>Issues</h4>
|
|
|
|
<p class="topless">
|
|
<a href="http://www.ravenbrook.com/project/mps/issue/?action=list&view=status%3dopen&display=Job:Priority:Title&sort=Priority">Known issues</a><br>
|
|
<a href="http://www.ravenbrook.com/project/mps/issue/?action=fixed&release_fixed=1.111.0">Issues fixed in release 1.111.0</a>
|
|
</p><h4>Contact us</h4>
|
|
|
|
<p class="topless"><a href="mailto:mps-questions@ravenbrook.com">mps-questions@ravenbrook.com</a></p>
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
<div class="related">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="../genindex.html" title="General Index"
|
|
>index</a></li>
|
|
<li class="right" >
|
|
<a href="version-library.html" title="19. Library version mechanism"
|
|
>next</a> |</li>
|
|
<li class="right" >
|
|
<a href="type.html" title="17. General MPS types"
|
|
>previous</a> |</li>
|
|
<li><a href="../index.html">Memory Pool System 1.111.0 documentation</a> »</li>
|
|
<li><a href="index.html" >Design</a> »</li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer">
|
|
© <a href="../copyright.html">Copyright</a> 2013, Ravenbrook Limited.
|
|
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
|
|
</div>
|
|
</body>
|
|
</html> |