summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-05-17 02:23:22 +0200
committerBruno Haible <bruno@clisp.org>2011-05-17 02:23:22 +0200
commit5133fd74885e741c74a2087521c194eb792b16b1 (patch)
tree4f7ac812103655c29a9ee3fe3f48c8b3f5d009d8 /README
parent5bbe9dc2cbafbfa8e9e31de835d8eec23ea54aa1 (diff)
downloadgnulib-5133fd74885e741c74a2087521c194eb792b16b1.tar.gz
doc: Tweak recent change.
* README (Portability guidelines): Tweak new text. * doc/gnulib-intro.texi (Target Platforms): Likewise. Mention Interix 6.1.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 88d7429adb..ef58c0d755 100644
--- a/README
+++ b/README
@@ -213,9 +213,9 @@ need not worry about localtime_r returning int (not char *) on some
platforms that predate POSIX 1003.1-2001.
Currently we assume at least a freestanding C89 compiler, possibly
-operating with a C library that predates C89. The oldest environment
+operating with a C library that predates C89. The oldest environments
currently ported to are probably HP-UX 10.20 and IRIX 5.3, though we
-are not testing these platform very often.
+are not testing these platforms very often.
Because we assume a freestanding C89 compiler, Gnulib code can include
<float.h>, <limits.h>, <stdarg.h>, and <stddef.h> unconditionally. It