bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* [PATCH] * doc/gnulib-intro.texi: Fix some ancient history.
@ 2021-11-02  1:19 Paul Eggert
  0 siblings, 0 replies; only message in thread
From: Paul Eggert @ 2021-11-02  1:19 UTC (permalink / raw
  To: bug-gnulib; +Cc: Paul Eggert

---
 doc/gnulib-intro.texi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/gnulib-intro.texi b/doc/gnulib-intro.texi
index b88139a2b..049c8ab3d 100644
--- a/doc/gnulib-intro.texi
+++ b/doc/gnulib-intro.texi
@@ -251,10 +251,11 @@ integers use a ones'-complement representation.  On these machines,
 requirement that it be one less than a power of two.  Although
 compiler options can raise @code{UINT_MAX} to be @math{2^{36} - 1},
 this can break system code that uses @math{-0} as a flag value.
-This platform's architecture descends from the UNIVAC 1107 (1962).
+This platform's architecture descends from the UNIVAC 1103 (1953).
 
 @item
-The Unisys ClearPath Libra's machine word is 48 bits.  Its
+The Unisys ClearPath Libra's machine word is 48 bits
+with a 4-bit tag and a 4-bit data extension.  Its
 @code{unsigned int} uses the low-order 40 bits of the word, and
 @code{int} uses the low-order 41 bits of the word with a
 signed-magnitude representation.  On these machines, @code{INT_MAX ==
-- 
2.31.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-02  1:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-02  1:19 [PATCH] * doc/gnulib-intro.texi: Fix some ancient history Paul Eggert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).