1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-04 04:11:58 -07:00

Updating "master" to "version 1.110" in documents.

Copied from Perforce
 Change: 179426
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2012-09-11 15:54:33 +01:00
parent 81934a6e48
commit b0008b1bb7
6 changed files with 11 additions and 11 deletions

View file

@ -16,7 +16,7 @@
AC_PREREQ([2.50])
# http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Initializing-configure.html#Initializing-configure
AC_INIT([Memory Pool System Kit],
[master],
[version 1.110],
[mps-questions@ravenbrook.com],
[mps-kit],
[http://www.ravenbrook.com/project/mps/])

View file

@ -213,7 +213,7 @@ Creating an arena
-----------------
Look up the reference manual entry for mps_arena_class_cl() at
<http://www.ravenbrook.com/project/mps/master/manual/reference/#
<http://www.ravenbrook.com/project/mps/version/1.110/manual/reference/#
mps_arena_class_cl>. The notes and example code in the manual entry
describe the additional parameters that we need to pass to
"mps_arena_create()". For a "CL" class arena, we first allocate a big
@ -303,7 +303,7 @@ If you attempt to look up the reference manual entries for
missing. Section 4 of the reference manual lists them as valid
client-callable functions, but currently undocumented:
<http://www.ravenbrook.com/project/mps/master/manual/reference/#section-4>
<http://www.ravenbrook.com/project/mps/version/1.110/manual/reference/#section-4>
Don't despair. Look in the "code" subdirectory of the MPS-kit, and find
the file "poolmv.h".

View file

@ -18,7 +18,7 @@
<a href="/">Ravenbrook</a> /
<a href="/project/">Projects</a> /
<a href="/project/mps/">Memory Pool System</a> /
<a href="/project/mps/master/">Master Product Sources</a>
<a href="/project/mps/version/1.110/">Version 1.110 Product Sources</a>
</p>
<p><i><a href="/project/mps/">Memory Pool System Project</a></i></p>
@ -129,7 +129,7 @@
<a href="/">Ravenbrook</a> /
<a href="/project/">Projects</a> /
<a href="/project/mps/">Memory Pool System</a> /
<a href="/project/mps/master/">Master Product Sources</a>
<a href="/project/mps/version/1.110/">Version 1.110 Product Sources</a>
</p>
</div>

View file

@ -18,7 +18,7 @@
<a href="/">Ravenbrook</a> /
<a href="/project/">Projects</a> /
<a href="/project/mps/">Memory Pool System</a> /
<a href="/project/mps/master/">Master Product Sources</a>
<a href="/project/mps/version/1.110/">Version 1.110 Product Sources</a>
</p>
<p><i><a href="/project/mps/">Memory Pool System Project</a></i></p>
@ -193,7 +193,7 @@
<a href="/">Ravenbrook</a> /
<a href="/project/">Projects</a> /
<a href="/project/mps/">Memory Pool System</a> /
<a href="/project/mps/master/">Master Product Sources</a>
<a href="/project/mps/version/1.110/">Version 1.110 Product Sources</a>
</p>
</div>

View file

@ -18,7 +18,7 @@
<a href="/">Ravenbrook</a> /
<a href="/project/">Projects</a> /
<a href="/project/mps/">Memory Pool System</a> /
<a href="/project/mps/master/">Master Product Sources</a>
<a href="/project/mps/version/1.110/">Version 1.110 Product Sources</a>
</p>
<p><i><a href="/project/mps/">Memory Pool System Project</a></i></p>
@ -112,7 +112,7 @@
<a href="/">Ravenbrook</a> /
<a href="/project/">Projects</a> /
<a href="/project/mps/">Memory Pool System</a> /
<a href="/project/mps/master/">Master Product Sources</a>
<a href="/project/mps/version/1.110/">Version 1.110 Product Sources</a>
</p>
</div>

View file

@ -7,8 +7,8 @@
# Background: knowing the history of MPS development for Configura is
# an advantage.
# Peer documents:
# <http://info.ravenbrook.com/project/mps/master/procedure/release-build/>.
# <http://info.ravenbrook.com/project/mps/master/procedure/release-configura/>.
# <http://info.ravenbrook.com/project/mps/version/1.110/procedure/release-build/>.
# <http://info.ravenbrook.com/project/mps/version/1.110/procedure/release-configura/>.
# What do we test?
# Not much -- this procedure is for a quick test before shipping,