1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Make history consistent.

Copied from Perforce
 Change: 181185
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-03-19 22:07:07 +00:00
parent 483d7b9c12
commit dda63ee29d
7 changed files with 55 additions and 10 deletions

View file

@ -15,14 +15,24 @@ Introduction
:mps:tag:`readership` MPS developers.
History
-------
:mps:tag:`hist.0` Version 0 is a different document.
:mps:tag:`hist.1` First draft written by Pekka P. Pirinen 1997-08-11,
:mps:tag:`hist.1` First draft written by Pekka P. Pirinen, 1997-08-11,
based on :mps:ref:`design.mps.space(0)` and
mail.richard.1997-04-25.11-52(0).
:mps:ref:`mail.richard.1997-04-25.11-52(0)`.
:mps:tag:`hist.2` Updated for separation of tracts and segments. tony
1999-04-16
:mps:tag:`hist.2` Updated for separation of tracts and segments. Tony
Mann, 1999-04-16.
:mps:tag:`hist.3` Converted from MMInfo database design document.
Richard Brooksby, 2002-06-07.
:mps:tag:`hist.4` Converted to reStructuredText. Gareth Rees,
2013-03-11.
Overview

View file

@ -25,12 +25,18 @@ image" copy of a range.
History
-------
:mps:tag:`history.0-3` The history for versions 0-3 is lost pending
possible reconstruction.
:mps:tag:`hist.0-3` The history for versions 0-3 is lost pending
possible reconstruction. David Jones, 1997-03-04.
:mps:tag:`history.4` Prepared for review. Added full requirements
:mps:tag:`hist.4` Prepared for review. Added full requirements
section. Made notation more consistent throughout. Documented all
functions. drj 1999-04-29
functions. David Jones, 1999-04-29.
:mps:tag:`hist.5` Converted from MMInfo database design document.
Richard Brooksby, 2002-06-07.
:mps:tag:`hist.6` Converted to reStructuredText. Gareth Rees,
2013-03-12.
Definitions

View file

@ -8,6 +8,7 @@ Design
arena
bt
config
protocol
type
version

View file

@ -19,6 +19,10 @@ classes.
:mps:tag:`readership` This document is intended for any MPS developer.
History
-------
:mps:tag:`hist.0` Written by Tony 1998-10-12

View file

@ -149,8 +149,8 @@ registers and addresses.
is required that might range as large as the machine word.
:mps:tag:`word.source` ``Word`` is derived from the macro
``MPS_T_WORD`` which is declared in :mps:ref:`impl.h.mpstd`
according to the target platform.
``MPS_T_WORD`` which is declared in :mps:ref:`impl.h.mpstd` according
to the target platform (:mps:ref:`design.mps.config.pf.word`).
:mps:tag:`word.conv.c` ``Word`` is converted to :c:type:`mps_word_t`
in the MPS C Interface.

View file

@ -16,6 +16,18 @@ to determine the version (that is, product, version, and release) of
an MPS library.
History
-------
:mps:tag:`hist.0` Incomplete document. David Jones, 1998-08-19.
:mps:tag:`hist.1` Converted from MMInfo database design document.
Richard Brooksby, 2002-06-07.
:mps:tag:`hist.2` Converted to reStructuredText. Gareth Rees,
2013-03-11.
Readership
----------

View file

@ -15,6 +15,18 @@ Introduction
describing and inspecting versions.
History
-------
:mps:tag:`hist.0` Incomplete document. David Jones, 1998-08-19.
:mps:tag:`hist.1` Converted from MMInfo database design document.
Richard Brooksby, 2002-06-07.
:mps:tag:`hist.2` Converted to reStructuredText. Gareth Rees,
2013-03-11.
Overview
--------